1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md
T
2024-08-14 09:06:31 +03:00

1.3 KiB

sidebar_position
sidebar_position
2

Add calendar to list

Adds an existing calendar to the user's list

Function AddCalendarToList(Val Token, Val Calendar) Export

Parameter CLI option Type Description
Token --token String Token
Calendar --calendar String Calendar ID

Returns: Map Of KeyAndValue - serialized JSON response from Google


  
  Response = OPI_GoogleCalendar.AddCalendarToList(Token, "55868c32be16935f0..."); //Map
  Response = OPI_Tools.JSONString(Response); //String
    
  oint gcalendar AddCalendarToList --token %token% --calendar %calendar%

{
  "conferenceProperties": {
  "allowedConferenceSolutionTypes": [
  "hangoutsMeet"
  ]
  },
  "accessRole": "owner",
  "selected": true,
  "foregroundColor": "#000000",
  "backgroundColor": "#7bd148",
  "colorId": "9",
  "description": "TestDescription",
  "summary": "TestCalendar (change.)",
  "defaultReminders": [],
  "timeZone": "UTC",
  "id": "f0fad8c7db43ef0adb71cbf035eb08cf80d8f8d51ba31fa86f4d5680dc2e9725@group.calendar.google.com",
  "etag": "\"1708423365033000\"",
  "kind": "calendar#calendarListEntry"
  }