Step 1: Enabling Debug Mode for Google Calendar
To access the debug mode in Google Calendar, follow these steps:
Sign in to your Google account if you haven't already.
Add the following query parameters to the end of the URL in your browser's address bar: ?gsessionid=OK&eventdeb=1&pli=1.
Step 2 - collect info
Before proceeding with the next steps, make sure you have the following two pieces of information ready:
Google Calendar ID: This is the unique identifier for your Google Calendar. It can be found in the URL of your calendar or by navigating to the calendar's settings.
Event ID: This is the unique identifier for the event you want to investigate. You can find it by opening the event details in Google Calendar and locating the ID in the URL or event properties.
Google calendar ID:
Event ID:
Step 3: Using Google API Explorer
In the "calendarId" field, replace "
me@here.com" with your Google Calendar ID.
In the "eventId" field, replace "2cjee4aok34cialdoi89ml74j2" with your Event ID.
Click on the "Execute" button to make the API request.
The response will contain the calendar data, including information about the event's creator and the creation date.