How could I get an event from a specific Google Calendar using gdata library and knowing the event id? I can't see an example like that in the documentation.
I know I can (and should) use v3 API and python-api-client, but I want to add and modify events in all the users's calendars from a Google Apps domain, without user's intervention. Is there a better way to do this?
Thanks in advance, and best regards