Clear primary calendar
Clears the event list of the primary calendar
Function ClearMainCalendar(Val Token) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Token | --token | String | ✔ | Token |
Returns: Map Of KeyAndValue - serialized JSON response from Google
1C:Enterprise/OneScript code example
Token = "ya29.a0ARW5m7702-Ib_bOq69krqD5iUx89SC2lxGPxRJoBjqvSBqE7uKghOyAjwrL7ebNf6xqPzwD4wQfZlFvBrb7QsWlw5PGW_SvkFr57Y8Js...";
Result = OPI_GoogleCalendar.ClearMainCalendar(Token);
- Bash
- CMD/Bat
oint gcalendar ClearMainCalendar \
--token "***"
oint gcalendar ClearMainCalendar ^
--token "***"
Result
null