79588795

Date: 2025-04-23 14:07:56
Score: 1
Natty:
Report link

I was using e which in this case was a commonEventObject. Using that i could get the EventId:

var eventId = e.calendar.id;
var calendar = CalendarApp.getCalendarById(e.calendar.organizer.email);
var event = calendar.getEventById(eventId);

And event has everything. Example: event.getStartTime(), event.getTitle() and so on...

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Deni Cuturic