1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-28 05:46:35 +02:00
2024-08-13 16:49:40 +03:00

606 B

sidebar_position
4

Clear primary calendar

Clears the event list of the primary calendar

Function ClearMainCalendar(Val Token) Export

Parameter CLI option Type Description
Token --token String Token

Returns: Map Of KeyAndValue - serialized JSON response from Google


  
  Response = OPI_GoogleCalendar.ClearMainCalendar(Token);
    
  oint gcalendar ClearMainCalendar --token %token%

  ""