CreateCalendarRequest

  • client_id
    Type: string
    min length:  
    1
    required

    The client ID for the calendar platform authentication

  • client_secret
    Type: string
    min length:  
    1
    required

    The client secret for the calendar platform authentication

  • platform
    Type: string · PlatformEnumenum
    required
    • google - Google
    • microsoft - Microsoft
    values
    • google
    • microsoft
  • refresh_token
    Type: string
    min length:  
    1
    required

    The refresh token for accessing the calendar platform

  • deduplication_key
    Type: string
    min length:  
    1

    Optional 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

  • platform_uuid
    Type: string
    min length:  
    1

    The UUID of the calendar on the calendar platform. Specify only for non-primary calendars.