Skip to content

nburwell/eventor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventor

Ruby script to generate ICS files, suitable for importing into Apple Calendar, parsed from bulk data. An example application of this is to generate and import an event for every sports game in a season.

Setup

bundle install

Note: tested with Ruby 2.6.6, using rbenv

Usage

  • Insert data into input.txt
  • Ensure you have created a parser class for handling the data
  • Instantiate an instance of the class in Eventor#make_events

Run the file:

ruby eventor.rb

To import into Apple Calendar:

open events.ics

About

Tool for parsing data and creating ICS files to import events to Apple Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages