Calendar
Two Zone Slots
Picking a call slot in two time zones at once: every row shows your time and theirs, and hours outside the partner's working day are flagged.
What you can change
- date — the day the slots are shown for
- homeZone and awayZone — IANA time-zone identifiers
- homeLabel and awayLabel — city captions; without them the name comes from the zone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/calendar-023?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, zero dependencies, its own palette in local variables --vibeui-calendar-023-*. Client-side: the selected hour lives in useState. The zone difference is not hard-coded: zoneOffset reads the zone's offset through Intl.DateTimeFormat with timeZone and formatToParts, and instantOf finds in two passes the UTC instant that corresponds to the given local time in the home zone (the second pass is needed on a daylight-saving day). The same instant is then formatted by two Intl formatters, so the string "17:00 → 10:00" is always consistent. The offhours flag is computed from the hour in the other zone and hung on data-offhours, and the "out of hours" label is drawn by a CSS pseudo-element. The city names are derived from the zone name by default, so changing awayZone changes the column caption as well.
Tags
- calendar
- timezone
- meeting
- scheduling
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…