OBEX Formats 208
The vCalendar standard is available from the Infrared Data Association at http://www.irmc.org.
vCalendar Object
Description: .
6.4 vCalendar Format
Description: This is a definition of the vCalendar object, which is related to the vEvent
object. These objects are used when a user-defined calendar entry is exchanged
Syntax: <vcalendar-object>
“BEGIN:VCALENDAR”<CR><LF>
“VERSION:”<version><CR><LF>
“PRODID:”<prodid><CR><LF>
“BEGIN:VEVENT”<CR><LF>
“END:VEVENT”<CR><LF>
“BEGIN:VEVENT”<CR><LF>
“END:VEVENT”<CR><LF>
...
“END:VCALENDAR”<CR><LF>
File extension: vcs
Example filename: filename.vcs
VEVENT See vEvent Object.
Parameters:
<version>: "1.0"
<prodid>: "Ericsson Calendar 1.0"
Example
vCalendar vEvent object
(MEETING):
BEGIN:VCALENDAR
VERSION:1.0
PRODID:Ericsson Calendar 1.0
BEGIN:VEVENT
DTSTART:19990125T123000
DTEND:19990125T170000
AALARM:19990125T121500
CATEGORIES:MEETING
SUMMARY;QUOTED-PRINTABLE;CHARSET=ISO-8859-1:Meeting
with Lars
LOCATION;QUOTED-PRINTABLE;CHARSET=ISO-8859-1:In my
room
X-IRMC-LUID:1E12FF7C01AB
END:VEVENT
END:VCALENDAR