mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
817 B
817 B
sidebar_position |
---|
1 |
Create calendar
Creates an empty calendar
Function CreateCalendar(Val Token, Val Name) Export
Parameter | CLI option | Type | Description |
---|---|---|---|
Token | --token | String | Token |
Name | --title | String | Name of the created calendar |
Returns: Map Of KeyAndValue - serialized JSON response from Google
Token = "ya29.a0AcM612wLdbBK14FR2SE0d3WHabYb8Xtppm0oKCcbVrecgsA-a5DfsgZ29stOw4hu84F_IpHbKTJocsm1WpjLQPBT5MJ6p8D7H1PKa_iT0...";
Name = "TestCalendar";
Result = OPI_GoogleCalendar.CreateCalendar(Token, Name);
oint gcalendar CreateCalendar --token %token% --title %title%