https://github.com/isaacvando/scheduler
Tool for generating conference schedules
https://github.com/isaacvando/scheduler
Last synced: 2 months ago
JSON representation
Tool for generating conference schedules
- Host: GitHub
- URL: https://github.com/isaacvando/scheduler
- Owner: isaacvando
- Created: 2023-09-08T03:09:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T21:05:24.000Z (over 1 year ago)
- Last Synced: 2025-02-24T03:55:32.758Z (2 months ago)
- Language: Elm
- Homepage: https://isaacvando.github.io/scheduler/
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scheduler
This is a tool for generating an HTML schedule for a gathering like a conference where the events are displayed relative to each other based on their start and end times.
To use, paste or a type a CSV file into the text area. Include the following columns in any order `title,name,start,end,link,venue` followed by corresponding rows. Each row represents a single event.
This is an example schedule I generated for Strange Loop:
Once you generate a schedule, you can download the HTML for it using devtools and style as desired.