https://github.com/stevenacoffman/codemash2icalendar
Utility to convert the CodeMash Session Schedule json into iCalendar (ICS)
https://github.com/stevenacoffman/codemash2icalendar
icalendar nodejs
Last synced: about 1 month ago
JSON representation
Utility to convert the CodeMash Session Schedule json into iCalendar (ICS)
- Host: GitHub
- URL: https://github.com/stevenacoffman/codemash2icalendar
- Owner: StevenACoffman
- License: mit
- Created: 2018-01-02T20:05:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T17:46:47.000Z (over 8 years ago)
- Last Synced: 2025-10-13T04:05:29.854Z (8 months ago)
- Topics: icalendar, nodejs
- Language: JavaScript
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMash2iCalendar
Utility to convert the CodeMash Session Schedule json into iCalendar (ICS)
### Generate input files
Hrmm... `curl -H "Content-Type: application/json" https://cmprod-speakers.azurewebsites.net/api/sessionsdata | jq .` gets the Codemash Session list.
### Convert Input files to ICS files
Node [ICS](https://github.com/adamgibbons/ics) library has a nifty little [wiki page on creating multiple events](https://github.com/adamgibbons/ics/wiki/Creating-multiple-events).