timee.io

Developer Documentation

Welcome to the timee.io developer page. Here you will find information on how to programmatically generate event URLs for your own applications.

Stateless Event URLs

You can create shareable event URLs on the fly without needing to use our API or create an account. These URLs encode all the event information in the URL path and query string.

https://timee.io/e/YYYYMMDDTHHMM?tl=Event+Title&d=60

Base Path format

The event ID in the path must strictly follow the format YYYYMMDDTHHMM (e.g., 20260221T2030). This represents the starting time of the event in UTC or the specified timezone.

URL Parameters

ParameterDescriptionExample
tlThe title of the event (URL Encoded).tl=Meeting
dDuration of the event in minutes.d=60
lnAn external link associated with the event (e.g., a Zoom or Google Meet link).ln=https://zoom.us/j/123

Example

A 45-minute team sync on February 21, 2026, at 20:30 UTC with a title "Team Sync":

https://timee.io/e/20260221T2030?tl=Team+Sync&d=45