You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
706 B
706 B
sidebar_position
| sidebar_position |
|---|
| 1 |
Get list of calendars
Gets an array of account calendars
Function GetCalendarList(Val Token) Export
| Parameter | CLI option | Type | Description |
|---|---|---|---|
| Token | --token | String | Token |
Returns: Map Of KeyAndValue - Array of calendar data mappings
Token = "ya29.a0AcM612xw6IRwwkQIOEhizd2pJ6LLI4UAhdhxmXDGEzYkcfUPrLYgDDwbsSi5iQdc78WPs_1_Qor5KipuV6mAIvr6z-AKzrBaMT4erIR5T...";
Result = OPI_GoogleCalendar.GetCalendarList(Token);
oint gcalendar GetCalendarList --token %token%