https://github.com/devcybiko/ical-generator
CSV to ICS converter (w/ VBA Macros)
https://github.com/devcybiko/ical-generator
Last synced: 12 days ago
JSON representation
CSV to ICS converter (w/ VBA Macros)
- Host: GitHub
- URL: https://github.com/devcybiko/ical-generator
- Owner: devcybiko
- Created: 2023-02-23T15:17:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T15:18:17.000Z (over 3 years ago)
- Last Synced: 2026-03-25T16:30:03.578Z (3 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-orig.md
Awesome Lists containing this project
README
# iCal Generator
- originally from https://github.com/flowor/ical-generator.git
Converts a csv file into an iCal .ics file ready to be imported into an Outlook Calendar for example. [Live Demo](http://flowor.github.io/ical-generator)
## 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.