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/Get-list-calendar.md
T
2024-08-13 15:52:26 +03:00

1.2 KiB

sidebar_position
sidebar_position
3

Get list calendar

Gets a calendar from the user's list by ID

Function GetListCalendar(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.GetListCalendar(Token, "55868c32be16935f0..."); //Map
  Response = OPI_Tools.JSONString(Response); //String
    
  oint gcalendar GetListCalendar --token %token% --calendar %calendar%

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