get Disability Cultural Center's community calendar as an ICS subscription
.editorconfig | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md | ||
TODO.md |
convert https://www.disabilityculturalcenter.org/calendar to a useful calendar subscription (RFC 5545)
CLI arguments
flag | default | description |
---|---|---|
--save |
./events.ics |
Where to save the calendar file |
--serve |
false | Run as an HTTP server |
--port |
8322 | HTTP server port |
--cache-age |
86400 | Don't scrape again until after this many seconds |
why?
squarespace includes ical format links for individual events with minimal info attached. with this feed you can keep your calendar synchronized with the full events list including the descriptions, formats, and registration links.