Skip to content

Google Calendar Deep Links

TimeNowHub now ships both ICS export and Google Calendar draft links. The endpoint is intentionally simple: pass a UTC start, duration, title, and city list, then redirect the operator into a prefilled calendar draft.

Endpoint example

curl "https://timenowhub.com/api/integrations/google-calendar/link?title=Weekly%20Ops%20Sync&cities=london,new-york,tokyo&start=2026-04-07T13:00:00Z&duration=60"

Planner shortcut

The meeting planner page exposes this link directly so teams can move from overlap analysis into a calendar draft without retyping the slot.

Why public URLs?

They keep the booking handoff stateless, shareable, and easy to automate from documentation or workflow bots.