Skip to content

Joshua-Schecker/Calendar_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Calendar_parser

Parses a .ics file and outputs a .csv file with columns for date, duration, participants, and description of the event.

-Run Command: java CalendarParse "path of .ics file"

  • output .csv file example: DATE,DURATION,PARTICIPANTS,SUMMARY 22.8.2014,1.75,"[email protected], [email protected]",Work meeting 25.8.2014,1.75,,Lab safety 26.8.2014,1,,First aid 27.8.2014,0.75,,Field safety 3.9.2014,1,,Seminar 23.10.2014,1,,Report due 15.11.2014,1,,Essay due

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages