Skip to content

Convert CSV to iCal ics format for uploading into Microsoft Outlook

Notifications You must be signed in to change notification settings

flowor/ical-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCal Generator

Converts a csv file into an iCal .ics file ready to be imported into an Outlook Calendar for example. Live Demo

Getting Started

Format the CSV file in a certain way for it to be parsed correctly.

Headers

The file should contain the following headers in any order:

  • Subject
  • Start Date
  • Start Time
  • Date Stamp
  • End Date
  • End Time
  • All Day
  • Description
  • Location
  • UID
  • Busy Status

Note that the header must be written exactaly as shown above.

Busy Status

Busy Status can use the following keywords:

  • FREE
  • WORKINGELSEWHERE
  • TENTATIVE
  • BUSY
  • AWAY

Note that the keywords must also be written exactaly as shown above.

About

Convert CSV to iCal ics format for uploading into Microsoft Outlook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published