1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md
T
2024-08-13 15:52:26 +03:00

723 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


  
  Response = OPI_GoogleCalendar.DeleteCalendar(Token, "55868c32be16935f0...");
  Response = OPI_Tools.JSONString(Response);
    
  oint gcalendar DeleteCalendar --token %token% --calendar %calendar%

""