I am creating a Google Chrome extension for Google calendar. I want to get the ID of an event when user visits the event edit page.
How can I get the event ID from the plugin's javascript code so that I can fire Calendar api v3.0 with that ID.
Adding extra info: Google Calendar API calendar id and event id The comment by @krishna actualy shows how to get the event ID and it works. But how to get the event ID in https://www.google.com/calendar/ URL not in the URL(https://www.google.com/calendar/render?gsessionid=OK&eventdeb=1) as told by Krishna.