1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00

7 lines
248 B
Plaintext
Raw Normal View History


EventMap = New Map;
EventMap.Insert("Description", "Test event description (change.)");
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMap, "j4nonfcc0m2...");
Response = OPI_Tools.JSONString(Response);