Created
March 20, 2017 02:56
-
-
Save pash90/4336ac5e380f98951803fde40c7b5387 to your computer and use it in GitHub Desktop.
A sample file detailing the structure of an iCal event. Works with Google Calendar as well as Apple Calendar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCALENDAR | |
VERSION:2.0 | |
CALSCALE:GREGORIAN | |
BEGIN:VEVENT | |
SUMMARY:BlueChilli Investor Evening | |
DTSTART;TZID=Australia/Sydney:20170511T180000 | |
DTEND;TZID=Australia/Sydney:20170511T190000 | |
LOCATION:125 York Street\, Sydney 2000 | |
DESCRIPTION:An evening of pitches from startups that have gone through BC accelerator & incubator programs | |
STATUS:CONFIRMED | |
SEQUENCE:3 | |
BEGIN:VALARM | |
TRIGGER:-PT30M | |
DESCRIPTION:Investor Evening | |
ACTION:DISPLAY | |
END:VALARM | |
END:VEVENT | |
END:VCALENDAR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment