Itinerary To Calendar CSV File
Description
A quick tool I made to help create calendar events and export them to CSV format for importing into Google Calendar and other calendar apps. All processing is done client-side in your browser, so your event data never leaves your machine.

Just enter your event details (title, start/end times, description) and the tool will:
- Create a clean timeline visualization of your events
- Export them in a format ready for Google Calendar import
- Handle timezone conversions automatically
Great for planning conference itineraries, creating schedules, or batch-adding events to your calendar.
Links
- Webapp: https://jc-cr.github.io/apps/events-to-calendar/
- Source Code: https://github.com/jc-cr/events_to_calendar_tool
Features
- Works entirely in your browser - no server needed
- Supports all major US timezones
- Visual timeline of your events
- Export to CSV for Google Calendar import
- Simple, clean interface
Just click export when you're done adding events and you'll get a CSV file ready to import into Google Calendar or other calendar apps that support CSV import.