The ID is stored in base64 so needs converting. Follow these steps to get it:
- Go to/edit the event in your Google calendar
 - Use the browser debugger (I'm in Chrome) or view the source (I'm using the debugger)
 - Click the elements tab and press Ctrl+F to search the markup
 - Search for data-eid
 - Copy the value for data-eid
 
And there ya go! If you don't have means to decode the base64 value use this site to do it.
When it is decoded you will see a sequence of alphanumerics a space and the email address associated to the account. Obviously it is the first sequence you need!
