User guide

Developers guidelines | AT commands
305 June 2010
vCalendar Format
The vCalendar standard is available from the Infrared Data Association at
http://www.irda.org
.
vCalendar Object
<telephone_string>: String. Maximum length 20 bytes. Specifies the canonical number string
for telephony communication with the vCard object. The value of this
property is specified in a canonical form in order to specify an
unambiguous representation of the globally unique telephony endpoint.
This property is based on the X.520 Telephony Number attribute.
<x_irmc_local_unique
_identifier>: String. Maximum length 12 bytes. IrMC Local Unique Identifier field label.
Local Unique identifier 48 bits coded in its hexadecimal representation as
12 ASCII characters.
Example: BEGIN:VCARD
VERSION:2.1
N:QUOTED-PRINTABLE;CHARSET=ISO-8859-1:Book;Sven;Ola;Mr.
FN:QUOTED-PRINTABLE;CHARSET=ISO-8859-1:Mr. Sven O. Book
TEL:+4646123123
END:VCARD
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 file name: filename.vcs
VEVENT See vEvent Object.
Parameters:
<version>: “1.0“
<prodid>: “Sony Ericsson Calendar 1.0“