mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
726 B
726 B
sidebar_position |
---|
4 |
Remove calendar from list
Removes a calendar from the user's list
Function DeleteCalendarFromList(Val Token, Val Calendar) Export
Parameter | CLI option | Type | Destination |
---|---|---|---|
Token | --token | String | Token |
Calendar | --calendar | String | Calendar ID |
Returns: Key-Value Pair - serialized JSON response from Google
Response = OPI_GoogleCalendar.DeleteCalendarFromList(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String
oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar%
""