Reputation: 1
I need send e-mail to the organizers of a event in Google Calendar, think in that situation of a video conference meeting : A person create a event and set a location for it, but one of the guests that are in another place set a location too, and we have rules for the locations that need to be sent by email to the organizer of the event and for that guest that included the new location if that's the case. The problem is, how can I know the user that edited that location? I have another question too, how can i get the last event that has been created on a calendar?
Upvotes: 0
Views: 426
Reputation: 116978
how i can know the user that edited that location ?
You cant unless you set up push notifications doc
How can i get the last event that has been created on a calendar?
events.list has an order by parameter that lets you sort by the start time or by the updated.
Upvotes: 1