This tool extracts the internal Event ID from a Google Calendar event link. It's especially useful when you need to search for calendar activity inside the Google Workspace Admin Console ā Calendar Audit Logs.
You can paste any event link (such as one containing tmeid= or from an
/eventedit/ or /duplicate/ URL), and the tool will decode the link and
show the first 26-character alphanumeric event ID.
š Note: This tool uses a regular expression to extract only the first
26-character lowercase alphanumeric string from the decoded event data.
This matches the format Google expects in audit log searches ā so we intentionally strip
everything else to avoid errors.