1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/GoogleCalendar/EditEvent.txt
T
Vitaly the Alpaca (bot) 115f4e7594 Main build (Jenkins)
2024-10-22 00:14:15 +03:00

10 lines
519 B
Plaintext

Token = "ya29.a0AcM612wmWdggP-K6tOc3UqW0KxYMjUi60_Uhu-ERltTaavHGbML0nRBXqkuiBcr0GNmR_1gHKowaF1Rd_4Q5Amc9O23DEBZ95sNEGnpR5...";
Calendar = "aed9a7a5ff01b42e80462afcfc08037e289b1a4dfb07820f5d4e2885e8ccd68e@group.calendar.google.com";
Event = "hcqslmklah35bb514mtfaf9p50";
Description = "New event description";
EventDescription = New Map;
EventDescription.Insert("Description", Description);
Result = OPI_GoogleCalendar.EditEvent(Token, Calendar, EventDescription, Event);