1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-05 13:25:25 +02:00

42 lines
597 B
Markdown
Raw Normal View History

---
sidebar_position: 4
---
# Clear primary calendar
Clears the event list of the primary calendar
<br/>
2024-07-10 13:58:29 +03:00
`Function ClearMainCalendar(Val Token) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Token | --token | String | Token |
Returns: Map Of KeyAndValue - serialized JSON response from Google
2024-07-10 13:58:29 +03:00
```bsl title="Code example"
Response = OPI_GoogleCalendar.ClearMainCalendar(Token);
```
```sh title="CLI command example"
oint gcalendar ClearMainCalendar --token %token%
```
```json title="Result"
""
```