Add your locations, drag to select a time range, and share a link. Recipients see the proposed times in their local time zone automatically.
A few things that might be interesting:
* Location search over GeoNames with fuzzy matching using weighted edit distance, so typos and partial names still resolve correctly.
* Shareable links encode the selected time range and locations in a base62 payload to keep URLs short and stateless — no database lookup needed.
* Handles the annoying edge cases: DST transitions use the IANA timezone database, and 15/30-minute UTC offsets (Nepal, India, Newfoundland) work correctly.
* Google Calendar and Outlook integration, but all calendar data is fetched and processed entirely in the browser. Events are never fetched or stored on the server.
Would love feedback on what's useful, not useful, or could be improved!
guymorita•1h ago