You can create links to events without the interface. In its simplest form, an event url will look like:
https://timee.io/[YYYY][MM][DD]T[HH][mm]
Where the time and date are in UTC, by the following format:
Parameter | Description | Example |
---|---|---|
[YYYY] | Year | 2019, 2020, … |
[MM] | Month | 01…12 |
[DD] | Day | 01…31 |
[HH] | Hour | 01…23 |
[mm] | Minute | 01…59 |
For example https://timee.io/20170821T2030
is an event scheduled for August 21, 2017 at 20:30 (8:30pm) in UTC time.
You can customize the event with the following supported query parameters (all of which are optional):
Parameter | Description | Example |
---|---|---|
tz | The time zone of the parameters above (defaults to UTC) | Europe/Berlin |
tl | Title of the event | My Stream |
ln | A link relevant to the event | https://twitch.tv/MyUser |
Note: All values should be url-encoded.