You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
908 B
908 B
sidebar_position
| sidebar_position |
|---|
| 5 |
Delete calendar
Deletes a calendar by ID
Function DeleteCalendar(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
Token = "ya29.a0AcM612yQIsgMPiOdOLBSBoiVfcCBuJ5T9HRP5lB04ipL2jQDnyuXGmn-IkxMKqss53fPz99sXRoX3_ZJt6s_N7YSfVzI88y_uUa2euM32...";
Calendar = "cf73bcfa8a16eff552d6aa79a9610fdb38ec4db055ab1a0e3b93e32f8414f77c@group.calendar.google.com";
Result = OPI_GoogleCalendar.DeleteCalendar(Token, Calendar);
oint gcalendar DeleteCalendar --token %token% --calendar %calendar%
null