Google Data API: what is the limit of advanced properties?

Is there a limit on the number of properties and length in the advanced properties of the Google data API (in particular, the calendar API)?

+3
source share
1 answer

You can add advanced properties (arbitrary name-value pairs) to calendar events. They can be used to store application identifiers or other small amounts of information that your application requires when interacting with Google Calendar. A property name can contain up to 47 characters, and a value can contain up to 1024 characters. Advanced properties are available only through the API - they are not displayed in the Calendar user interface.

+9

Source: https://habr.com/ru/post/1729966/


All Articles