so i want to create a code/script (??) that adds an event to ical (with click of a button), from a website.
i'm not looking to create a whole calendar... just to add an event if the user decides that they would like to go to it, they can save info automatically in ical.
so all the info i have is the ical calendar format:
any one can point me from here?
i'm not looking to create a whole calendar... just to add an event if the user decides that they would like to go to it, they can save info automatically in ical.
so all the info i have is the ical calendar format:
EGIN:VCALENDAR
CALSCALE:GREGORIAN
X-WR-TIMEZONE;VALUE=TEXT:US/Pacific
METHODUBLISH
PRODID:-//Apple Computer\, Inc//iCal 1.0//EN
X-WR-CALNAME;VALUE=TEXT:Example
VERSION:2.0
BEGIN:VEVENT
SEQUENCE:5
DTSTART;TZID=US/Pacific:20021028T140000
DTSTAMP:20021028T011706Z
SUMMARY:Coffee with Jason
UID:EC9439B1-FF65-11D6-9973-003065F99D04
DTEND;TZID=US/Pacific:20021028T150000
BEGIN:VALARM
TRIGGER;VALUE=DURATION1D
ACTIONISPLAY
DESCRIPTION:Event reminder
END:VALARM
END:VEVENT
END:VCALENDAR
any one can point me from here?