Skip to content

StephenFooBar/calendar-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calendar-parser

.csv calendar event parser and .ics generator.

  • Parses calendar events in .csv file and generates an .ics file that can be imported into MS outlook as well as any iCal compatible calendar application.
  • Can also parse .vbs file given proper line identifier for each event
  • Many of the MS Outlook specific settings were generated based on adamgibbons/ics project's example usage.

References/Credits