Skip to content

iCal Generator is a Javascript utility for generating .ical files from public calendars.

License

Notifications You must be signed in to change notification settings

cpetersonco/ical-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCal Generator

iCal Generator is a Javascript utility for generating .ical files from public calendars. As of now, only Ticketmaster and The Loft Cinema are supported. To read more about this project, see this blog post.

Installation

npm install

You will need to specify a TICKETMASTER_API_KEY in an .env file. A Ticketmaster API key can be obtained for free for developers from Ticketmaster Developer.

Usage

On build, iCal Generator will generate a folder called venues with a .ical for each venue. To configure more venues, add them to the ticketmasterVenues in src/index.ts. You can find the Venue ID from the Ticketmaster API.

npm build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

iCal Generator is a Javascript utility for generating .ical files from public calendars.

Resources

License

Stars

Watchers

Forks