CreateCalendarRequest
- clientType: string
_id min length:1requiredThe client ID for the calendar platform authentication
- clientType: string
_secret min length:1requiredThe client secret for the calendar platform authentication
- platformType: string · PlatformEnumenumrequired
The calendar platform (google or microsoft)
google- Googlemicrosoft- Microsoft
values- google
- microsoft
- refreshType: string
_token min length:1requiredThe refresh token for accessing the calendar platform
- deduplicationType: string
_key min length:1Optional key for deduplicating calendars. If a calendar with this key already exists in the project, the new calendar will not be created and an error will be returned.
- metadata
JSON object containing metadata to associate with the calendar
- platformType: string
_uuid min length:1The UUID of the calendar on the calendar platform. Specify only for non-primary calendars.