Is there any limit on number of properties and value length in Extended Properties of Google Data API (in particular Calendar API)?
Asked
Active
Viewed 1,884 times
1 Answers
9
You can add extended properties (arbitrary name-value pairs) to Calendar events. These can be used to store application-specific IDs or other small amounts of information your application needs when interacting with a Google Calendar. The name of a property can contain up to 47 characters, and the value can contain up to 1024 characters. Extended properties are only accessible through the API – they do not appear in the Calendar user interface.

Scott Gerold
- 106
- 1
- 2
-
They've slightly adjusted their character limits. Here's [the updated doc](https://developers.google.com/calendar/api/guides/extended-properties#limits) – Tyler Dane Jan 24 '22 at 17:13