|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Calendar entry properties"/><meta name="DC.Relation" scheme="URI" content="GUID-2B27591B-F58B-4C6B-8C35-6F65FCF599C6"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-CABB28B8-D2B1-496B-BD7E-34FF496E60B4"/><meta name="DC.Relation" scheme="URI" content="GUID-798E9CA0-2A46-4D10-B567-04C9567500F4"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-5D53649F-FDE2-4421-A362-25C91EE76EF4"/><title>Calendar |
|
5 entry properties </title><script type="text/javascript"> |
|
6 function initPage() {} |
|
7 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-5D53649F-FDE2-4421-A362-25C91EE76EF4">Calendar |
|
8 entry properties</h1><div> |
|
9 <p/> |
|
10 <p>The following table describes all the possible properties for calendar |
|
11 entry objects. Each type of entry supports a different subset of these properties. |
|
12 The exact set of properties used by a given entry depends on its type and |
|
13 the optional properties specified for it. For information about which properties |
|
14 are valid for a given type, see section <a href="GUID-2B27591B-F58B-4C6B-8C35-6F65FCF599C6.html#GUID-2B27591B-F58B-4C6B-8C35-6F65FCF599C6">Properties and calendar entry types</a>.</p> |
|
15 <div class="tablenoborder"><a name="GUID-43DE6BBA-83BB-43C1-B668-1A892CEFF56B"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-43DE6BBA-83BB-43C1-B668-1A892CEFF56B" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Properties for |
|
16 calendar entry objects</caption> |
|
17 |
|
18 <thead align="left"> |
|
19 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e25278"> |
|
20 <p>Property</p> |
|
21 </th><th class="cellrowborder" valign="top" width="25%" id="d0e25283"> |
|
22 <p>Description</p> |
|
23 </th><th class="cellrowborder" valign="top" width="25%" id="d0e25288"> |
|
24 <p>Type</p> |
|
25 </th><th class="cellrowborder" valign="top" width="25%" id="d0e25293"> |
|
26 <p>Value</p> |
|
27 </th></tr> |
|
28 </thead> |
|
29 <tbody> |
|
30 <tr class=""> |
|
31 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
32 <p><code>Type</code></p> |
|
33 </td> |
|
34 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
35 <p>Specifies the type of the entry.</p> |
|
36 </td> |
|
37 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
38 <p>string</p> |
|
39 </td> |
|
40 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
41 <p>Possible values:</p> |
|
42 <ul> |
|
43 <li><p><code>"Anniversary"</code></p></li> |
|
44 <li><p><code>"DayEvent"</code></p></li> |
|
45 <li><p><code>"Meeting"</code></p></li> |
|
46 <li><p><code>"Reminder"</code></p></li> |
|
47 <li><p><code>"ToDo"</code></p></li> |
|
48 </ul> |
|
49 </td> |
|
50 </tr> |
|
51 <tr class="bg "> |
|
52 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
53 <p><code>id</code></p> |
|
54 </td> |
|
55 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
56 <p>Specifies the globally unique identifier of the entry. This is unique |
|
57 across all calendars on any device. Child entries share the same <code>id</code> as |
|
58 their parent entry.</p> |
|
59 <div class="note"><p><strong class="note_title">Note: </strong><code>id</code> is generated automatically when the entry is |
|
60 created. It cannot be modified. If the entry is imported to another calendar, |
|
61 the <code>id</code> remains the same.</p> |
|
62 </div> |
|
63 </td> |
|
64 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
65 <p>string</p> |
|
66 </td> |
|
67 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
68 </tr> |
|
69 <tr class=""> |
|
70 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
71 <p><code>LocalId</code></p> |
|
72 </td> |
|
73 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
74 <p>Specifies the locally unique identifier of the entry. This is unique |
|
75 only within the calendar to which the entry belongs. <code>LocalId</code> is |
|
76 used to distinguish between parent and child entries that share the same <code>id</code>.</p> |
|
77 <div class="note"><p><strong class="note_title">Note: </strong><code>LocalId</code> is generated automatically when the entry |
|
78 is created. It cannot be modified. If the entry is imported to another calendar, |
|
79 a new <code>LocalId</code> is generated for it in that calendar.</p> |
|
80 </div> |
|
81 </td> |
|
82 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
83 <p>string</p> |
|
84 </td> |
|
85 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
86 </tr> |
|
87 <tr class="bg "> |
|
88 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
89 <p><code>CalendarName</code></p> |
|
90 </td> |
|
91 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
92 <p>Specifies the calendar file that contains the entry.</p> |
|
93 </td> |
|
94 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
95 <p>string</p> |
|
96 </td> |
|
97 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
98 <p><code><DriveLetter>:<FileName></code></p> |
|
99 <p>For example: <code>"C:Calendar"</code></p> |
|
100 </td> |
|
101 </tr> |
|
102 <tr class=""> |
|
103 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
104 <p><code>Summary</code></p> |
|
105 </td> |
|
106 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
107 <p>Contains the summary description for the entry.</p> |
|
108 </td> |
|
109 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
110 <p>string</p> |
|
111 </td> |
|
112 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
113 </tr> |
|
114 <tr class="bg "> |
|
115 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
116 <p><code>SeqNum</code></p> |
|
117 </td> |
|
118 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
119 <p>Specifies the sequence number for the entry. This is used in group scheduling.</p> |
|
120 <p>The default value is <code>0</code>.</p> |
|
121 </td> |
|
122 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
123 <p>number</p> |
|
124 </td> |
|
125 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
126 </tr> |
|
127 <tr class=""> |
|
128 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
129 <p><code>StartTime</code></p> |
|
130 </td> |
|
131 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
132 <p>Specifies the start time for the entry.</p> |
|
133 </td> |
|
134 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
135 <p>date object</p> |
|
136 </td> |
|
137 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
138 </tr> |
|
139 <tr class="bg "> |
|
140 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
141 <p><code>EndTime</code></p> |
|
142 </td> |
|
143 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
144 <p>Specifies the end time for the entry.</p> |
|
145 </td> |
|
146 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
147 <p>date object</p> |
|
148 </td> |
|
149 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
150 </tr> |
|
151 <tr class=""> |
|
152 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
153 <p><code>InstanceStartTime</code></p> |
|
154 </td> |
|
155 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
156 <p>Specifies the start time for the entry instance.</p> |
|
157 <div class="note"><p><strong class="note_title">Note: </strong>This property is only valid for recurring entries.</p> |
|
158 </div> |
|
159 </td> |
|
160 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
161 <p>date object</p> |
|
162 </td> |
|
163 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
164 </tr> |
|
165 <tr class="bg "> |
|
166 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
167 <p><code>InstanceEndTime</code></p> |
|
168 </td> |
|
169 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
170 <p>Specifies the end time for the entry instance.</p> |
|
171 <div class="note"><p><strong class="note_title">Note: </strong>This property is only valid for recurring entries.</p> |
|
172 </div> |
|
173 </td> |
|
174 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
175 <p>date object</p> |
|
176 </td> |
|
177 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
178 </tr> |
|
179 <tr class=""> |
|
180 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
181 <p><code>Replication</code></p> |
|
182 </td> |
|
183 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
184 <p>Specifies the replication status of the entry.</p> |
|
185 <p>The default value is <code>"Open"</code>.</p> |
|
186 </td> |
|
187 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
188 <p>string</p> |
|
189 </td> |
|
190 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
191 <p>Possible values:</p> |
|
192 <ul> |
|
193 <li><p><code>"Open"</code> (no restriction on access)</p> |
|
194 </li> |
|
195 <li><p><code>"Private"</code> (data is private, no access)</p> |
|
196 </li> |
|
197 <li><p><code>"Restricted"</code> (data is confidential, |
|
198 restricted access)</p></li> |
|
199 </ul> |
|
200 </td> |
|
201 </tr> |
|
202 <tr class="bg "> |
|
203 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
204 <p><code>Description</code></p> |
|
205 </td> |
|
206 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
207 <p>Contains the description for the entry.</p> |
|
208 </td> |
|
209 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
210 <p>string</p> |
|
211 </td> |
|
212 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
213 </tr> |
|
214 <tr class=""> |
|
215 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
216 <p><code>Priority</code></p> |
|
217 </td> |
|
218 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
219 <p>Specifies the priority of the entry.</p> |
|
220 <p>The default value is <code>0</code>.</p> |
|
221 </td> |
|
222 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
223 <p>number</p> |
|
224 </td> |
|
225 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
226 <p>[0, 255]</p> |
|
227 </td> |
|
228 </tr> |
|
229 <tr class="bg "> |
|
230 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
231 <p><code>AlarmTime</code></p> |
|
232 </td> |
|
233 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
234 <p>Specifies the alarm time for the entry. This must be before <code>StartTime</code>. |
|
235 However, for <code>ToDo</code> entries, this must be before <code>EndTime</code>.</p> |
|
236 </td> |
|
237 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
238 <p>date object</p> |
|
239 </td> |
|
240 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
241 </tr> |
|
242 <tr class=""> |
|
243 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
244 <p><code>Location</code></p> |
|
245 </td> |
|
246 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
247 <p>Specifies the name of the location for the meeting.</p> |
|
248 </td> |
|
249 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
250 <p>string</p> |
|
251 </td> |
|
252 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
253 </tr> |
|
254 <tr class="bg "> |
|
255 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
256 <p><code>Status</code></p> |
|
257 </td> |
|
258 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
259 <p>Specifies the status of the entry.</p> |
|
260 <p>The default value is <code>"NullStatus"</code>.</p> |
|
261 </td> |
|
262 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
263 <p>string</p> |
|
264 </td> |
|
265 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
266 <p>Possible values:</p> |
|
267 <ul> |
|
268 <li><p><code>"Tentative"</code> (meetings only)</p></li> |
|
269 <li><p><code>"Confirmed"</code> (meetings only)</p></li> |
|
270 <li><p><code>"TodoNeedsAction"</code> (to-dos only)</p> |
|
271 </li> |
|
272 <li><p><code>"TodoCompleted"</code> (to-dos only)</p> |
|
273 </li> |
|
274 <li><p><code>"TodoInProcess"</code> (to-dos only)</p> |
|
275 </li> |
|
276 <li><p><code>"Cancelled"</code></p></li> |
|
277 <li><p><code>"NullStatus"</code></p></li> |
|
278 </ul> |
|
279 </td> |
|
280 </tr> |
|
281 <tr class=""> |
|
282 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
283 <p><code>RepeatDates</code></p> |
|
284 </td> |
|
285 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
286 <p>Specifies a list of out-of-sequence dates on which the entry repeats.</p> |
|
287 </td> |
|
288 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
289 <p>array of date objects</p> |
|
290 </td> |
|
291 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
292 </tr> |
|
293 <tr class="bg "> |
|
294 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
295 <p><code>ExDates</code></p> |
|
296 </td> |
|
297 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
298 <p>Specifies a list of exception dates, that is, occurrences in the original |
|
299 schedule that have been removed and may be replaced with different occurrences.</p> |
|
300 </td> |
|
301 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
302 <p>array of date objects</p> |
|
303 </td> |
|
304 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
305 </tr> |
|
306 <tr class=""> |
|
307 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
308 <p><code>Method</code></p> |
|
309 </td> |
|
310 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
311 <p>Specifies the method for the entry.</p> |
|
312 <p>The default value is <code>"None"</code>.</p> |
|
313 <div class="note"><p><strong class="note_title">Note: </strong>This property is only valid for iCalendar entries.</p> |
|
314 </div> |
|
315 </td> |
|
316 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> </td> |
|
317 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
318 <p>Possible values:</p> |
|
319 <ul> |
|
320 <li><p><code>"None"</code></p></li> |
|
321 <li><p><code>"Publish"</code></p></li> |
|
322 <li><p><code>"Request"</code></p></li> |
|
323 <li><p><code>"Reply"</code></p></li> |
|
324 <li><p><code>"Add"</code></p></li> |
|
325 <li><p><code>"Cancel"</code></p></li> |
|
326 <li><p><code>"Refresh"</code></p></li> |
|
327 <li><p><code>"Counter"</code></p></li> |
|
328 <li><p><code>"DeclineCounter"</code></p></li> |
|
329 </ul> |
|
330 </td> |
|
331 </tr> |
|
332 <tr class="bg "> |
|
333 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
334 <p><code>PhoneOwner</code></p> |
|
335 </td> |
|
336 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
337 <p>Specifies the phone owner.</p> |
|
338 <p>The phone owner should match the <code>Address</code> property |
|
339 of one of the attendees (see <a href="#GUID-0228435B-C460-4436-87A2-E870BBA1F25E">Table: |
|
340 Attendees properties</a>). That is, the phone owner should be an attendee.</p> |
|
341 </td> |
|
342 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
343 <p>string</p> |
|
344 </td> |
|
345 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> </td> |
|
346 </tr> |
|
347 <tr class=""> |
|
348 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
349 <p><code>Organizer</code></p> |
|
350 </td> |
|
351 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
352 <p>Specifies information about the meeting organizer.</p> |
|
353 </td> |
|
354 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
355 <p>object</p> |
|
356 </td> |
|
357 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
358 <p>See <a href="#GUID-AEA11BE8-8EFA-408F-A56B-1CF0C939FF62">Table: |
|
359 Organizer properties</a>.</p> |
|
360 </td> |
|
361 </tr> |
|
362 <tr class="bg "> |
|
363 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
364 <p><code>Attendees</code></p> |
|
365 </td> |
|
366 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
367 <p>Specifies the meeting attendees.</p> |
|
368 </td> |
|
369 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
370 <p>array of objects</p> |
|
371 </td> |
|
372 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
373 <p>See <a href="#GUID-0228435B-C460-4436-87A2-E870BBA1F25E">Table: |
|
374 Attendees properties</a>.</p> |
|
375 </td> |
|
376 </tr> |
|
377 <tr class=""> |
|
378 <td class="cellrowborder" valign="top" width="25%" headers="d0e25278 "> |
|
379 <p><code>RepeatRule</code></p> |
|
380 </td> |
|
381 <td class="cellrowborder" valign="top" width="25%" headers="d0e25283 "> |
|
382 <p>Specifies the rules of recurrence for the entry.</p> |
|
383 <p>This is only valid for parent entries. Child entries cannot have their |
|
384 own <code>RepeatRule</code>.</p> |
|
385 </td> |
|
386 <td class="cellrowborder" valign="top" width="25%" headers="d0e25288 "> |
|
387 <p>object</p> |
|
388 </td> |
|
389 <td class="cellrowborder" valign="top" width="25%" headers="d0e25293 "> |
|
390 <p>See <a href="#GUID-5E733DC4-CE83-4279-9A39-5C6AB8C2570A">Table: |
|
391 RepeatRule properties</a>.</p> |
|
392 </td> |
|
393 </tr> |
|
394 </tbody> |
|
395 </table></div> |
|
396 <p>The following table describes the structure of <code>Organizer</code>. |
|
397 Properties enclosed in brackets are optional.</p> |
|
398 <div class="tablenoborder"><a name="GUID-AEA11BE8-8EFA-408F-A56B-1CF0C939FF62"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-AEA11BE8-8EFA-408F-A56B-1CF0C939FF62" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Organizer properties</caption> |
|
399 |
|
400 <thead align="left"> |
|
401 <tr class="title "><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e26171"> |
|
402 <p>Property</p> |
|
403 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e26176"> |
|
404 <p>Description</p> |
|
405 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e26181"> |
|
406 <p>Type</p> |
|
407 </th></tr> |
|
408 </thead> |
|
409 <tbody> |
|
410 <tr class=""> |
|
411 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26171 "> |
|
412 <p><code>[Organizer.CommonName]</code></p> |
|
413 </td> |
|
414 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26176 "> |
|
415 <p>Specifies the name of the organizer.</p> |
|
416 </td> |
|
417 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26181 "> |
|
418 <p>string</p> |
|
419 </td> |
|
420 </tr> |
|
421 <tr class="bg "> |
|
422 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26171 "> |
|
423 <p><code>Organizer.Address</code></p> |
|
424 </td> |
|
425 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26176 "> |
|
426 <p>Specifies the address of the organizer.</p> |
|
427 </td> |
|
428 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e26181 "> |
|
429 <p>string</p> |
|
430 </td> |
|
431 </tr> |
|
432 </tbody> |
|
433 </table></div> |
|
434 <p>The following table describes the structure of <code>Attendees</code>. |
|
435 Properties enclosed in brackets are optional.</p> |
|
436 <div class="tablenoborder"><a name="GUID-0228435B-C460-4436-87A2-E870BBA1F25E"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-0228435B-C460-4436-87A2-E870BBA1F25E" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Attendees properties</caption> |
|
437 |
|
438 <thead align="left"> |
|
439 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e26257"> |
|
440 <p>Property</p> |
|
441 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26262"> |
|
442 <p>Description</p> |
|
443 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26267"> |
|
444 <p>Type</p> |
|
445 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26272"> |
|
446 <p>Value</p> |
|
447 </th></tr> |
|
448 </thead> |
|
449 <tbody> |
|
450 <tr class=""> |
|
451 <td class="cellrowborder" valign="top" width="25%" headers="d0e26257 "> |
|
452 <p><code>[Attendees[].CommonName]</code></p> |
|
453 </td> |
|
454 <td class="cellrowborder" valign="top" width="25%" headers="d0e26262 "> |
|
455 <p>Specifies the common name for group scheduling.</p> |
|
456 </td> |
|
457 <td class="cellrowborder" valign="top" width="25%" headers="d0e26267 "> |
|
458 <p>string</p> |
|
459 </td> |
|
460 <td class="cellrowborder" valign="top" width="25%" headers="d0e26272 "> </td> |
|
461 </tr> |
|
462 <tr class="bg "> |
|
463 <td class="cellrowborder" valign="top" width="25%" headers="d0e26257 "> |
|
464 <p><code>[Attendees[].Role]</code></p> |
|
465 </td> |
|
466 <td class="cellrowborder" valign="top" width="25%" headers="d0e26262 "> |
|
467 <p>Specifies the role of the attendee.</p> |
|
468 <p>The default value is <code>"Required"</code>.</p> |
|
469 </td> |
|
470 <td class="cellrowborder" valign="top" width="25%" headers="d0e26267 "> |
|
471 <p>string</p> |
|
472 </td> |
|
473 <td class="cellrowborder" valign="top" width="25%" headers="d0e26272 "> |
|
474 <p>Possible values:</p> |
|
475 <ul> |
|
476 <li><p><code>"Required"</code></p></li> |
|
477 <li><p><code>"Optional"</code></p></li> |
|
478 <li><p><code>"NonParticipant"</code></p></li> |
|
479 <li><p><code>"Chair"</code></p></li> |
|
480 </ul> |
|
481 </td> |
|
482 </tr> |
|
483 <tr class=""> |
|
484 <td class="cellrowborder" valign="top" width="25%" headers="d0e26257 "> |
|
485 <p><code>Attendees[].Address</code></p> |
|
486 </td> |
|
487 <td class="cellrowborder" valign="top" width="25%" headers="d0e26262 "> |
|
488 <p>Specifies the email address of the attendee.</p> |
|
489 </td> |
|
490 <td class="cellrowborder" valign="top" width="25%" headers="d0e26267 "> |
|
491 <p>string</p> |
|
492 </td> |
|
493 <td class="cellrowborder" valign="top" width="25%" headers="d0e26272 "> </td> |
|
494 </tr> |
|
495 <tr class="bg "> |
|
496 <td class="cellrowborder" valign="top" width="25%" headers="d0e26257 "> |
|
497 <p><code>[Attendees[].Status]</code></p> |
|
498 </td> |
|
499 <td class="cellrowborder" valign="top" width="25%" headers="d0e26262 "> |
|
500 <p>Specifies the status of the attendee.</p> |
|
501 <p>The default value is <code>"NeedsAction"</code>.</p> |
|
502 </td> |
|
503 <td class="cellrowborder" valign="top" width="25%" headers="d0e26267 "> |
|
504 <p>string</p> |
|
505 </td> |
|
506 <td class="cellrowborder" valign="top" width="25%" headers="d0e26272 "> |
|
507 <p>Possible values:</p> |
|
508 <ul> |
|
509 <li><p><code>"NeedsAction"</code></p></li> |
|
510 <li><p><code>"Accepted"</code></p></li> |
|
511 <li><p><code>"Tentative"</code></p></li> |
|
512 <li><p><code>"Confirmed"</code></p></li> |
|
513 <li><p><code>"Declined"</code></p></li> |
|
514 <li><p><code>"Completed"</code></p></li> |
|
515 <li><p><code>"Delegated"</code></p></li> |
|
516 <li><p><code>"InProcess"</code></p></li> |
|
517 </ul> |
|
518 </td> |
|
519 </tr> |
|
520 <tr class=""> |
|
521 <td class="cellrowborder" valign="top" width="25%" headers="d0e26257 "> |
|
522 <p><code>[Attendees[].Rsvp]</code></p> |
|
523 </td> |
|
524 <td class="cellrowborder" valign="top" width="25%" headers="d0e26262 "> |
|
525 <p>Specifies whether or not a response is requested from the attendee.</p> |
|
526 <p>The default value is <code>false</code>.</p> |
|
527 </td> |
|
528 <td class="cellrowborder" valign="top" width="25%" headers="d0e26267 "> |
|
529 <p>boolean</p> |
|
530 </td> |
|
531 <td class="cellrowborder" valign="top" width="25%" headers="d0e26272 "> |
|
532 <p>Possible values:</p> |
|
533 <ul> |
|
534 <li><p><code>true</code></p></li> |
|
535 <li><p><code>false</code></p></li> |
|
536 </ul> |
|
537 </td> |
|
538 </tr> |
|
539 </tbody> |
|
540 </table></div> |
|
541 <p>The following table describes the structure of <code>RepeatRule</code>. |
|
542 Properties enclosed in brackets are optional.</p> |
|
543 <div class="tablenoborder"><a name="GUID-5E733DC4-CE83-4279-9A39-5C6AB8C2570A"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-5E733DC4-CE83-4279-9A39-5C6AB8C2570A" frame="border" border="1" rules="all"><caption><strong>Table: </strong>RepeatRule properties</caption> |
|
544 |
|
545 <thead align="left"> |
|
546 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e26533"> |
|
547 <p>Property</p> |
|
548 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26538"> |
|
549 <p>Description</p> |
|
550 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26543"> |
|
551 <p>Type</p> |
|
552 </th><th class="cellrowborder" valign="top" width="25%" id="d0e26548"> |
|
553 <p>Value</p> |
|
554 </th></tr> |
|
555 </thead> |
|
556 <tbody> |
|
557 <tr class=""> |
|
558 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
559 <p><code>RepeatRule.Type</code></p> |
|
560 </td> |
|
561 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
562 <p>Specifies the type of recurrence, that is, its frequency.</p> |
|
563 <p>For information about which <code>RepeatRule</code> properties |
|
564 to define for a given type, see <a href="#GUID-47081584-AC5B-470D-9818-C1FA4A2FB46F">Table: |
|
565 Valid RepeatRule properties per type of recurrence</a>.</p> |
|
566 </td> |
|
567 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
568 <p>number</p> |
|
569 </td> |
|
570 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
571 <p>Possible values:</p> |
|
572 <ul> |
|
573 <li><p><code>1</code> (daily)</p></li> |
|
574 <li><p><code>2</code> (weekly)</p></li> |
|
575 <li><p><code>3</code> (monthly)</p></li> |
|
576 <li><p><code>4</code> (yearly)</p></li> |
|
577 </ul> |
|
578 </td> |
|
579 </tr> |
|
580 <tr class="bg "> |
|
581 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
582 <p><code>[RepeatRule.StartDate]</code></p> |
|
583 </td> |
|
584 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
585 <p>Specifies the start time for the recurrence. If this is not specified, |
|
586 the <code>StartTime</code> of the entry is used.</p> |
|
587 </td> |
|
588 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
589 <p>date object</p> |
|
590 </td> |
|
591 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> </td> |
|
592 </tr> |
|
593 <tr class=""> |
|
594 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
595 <p><code>[RepeatRule.UntilDate]</code></p> |
|
596 </td> |
|
597 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
598 <p>Specifies the end date for the recurrence. The entry recurs until this |
|
599 date.</p> |
|
600 <p><code>UntilDate</code> is automatically modified to match the |
|
601 start time of the last possible instance of the recurrence. For example, if |
|
602 the entry is specified to recur monthly from June 1st (<code>StartDate</code>) |
|
603 to December 30th (<code>UntilDate</code>) on the first day of every |
|
604 month, the last possible instance of recurrence is December 1st. The system |
|
605 automatically changes <code>UntilDate</code> to this value.</p> |
|
606 <p>If <code>UntilDate</code> is not specified, the entry recurs |
|
607 until the last possible date allowed by the calendar.</p> |
|
608 </td> |
|
609 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
610 <p>date object</p> |
|
611 </td> |
|
612 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> </td> |
|
613 </tr> |
|
614 <tr class="bg "> |
|
615 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
616 <p><code>[RepeatRule.Interval]</code></p> |
|
617 </td> |
|
618 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
619 <p>Specifies the time interval between instances of a recurring entry.</p> |
|
620 </td> |
|
621 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
622 <p>number</p> |
|
623 </td> |
|
624 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> </td> |
|
625 </tr> |
|
626 <tr class=""> |
|
627 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
628 <p><code>[RepeatRule.DaysInWeek]</code></p> |
|
629 </td> |
|
630 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
631 <p>Specifies the days of the week on which the entry recurs.</p> |
|
632 </td> |
|
633 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
634 <p>array of numbers</p> |
|
635 </td> |
|
636 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
637 <p>Possible values for an item:</p> |
|
638 <ul> |
|
639 <li><p><code>0</code> (Monday)</p></li> |
|
640 <li><p><code>1</code> (Tuesday)</p></li> |
|
641 <li><p><code>2</code> (Wednesday)</p></li> |
|
642 <li><p><code>3</code> (Thursday)</p></li> |
|
643 <li><p><code>4</code> (Friday)</p></li> |
|
644 <li><p><code>5</code> (Saturday)</p></li> |
|
645 <li><p><code>6</code> (Sunday)</p></li> |
|
646 </ul> |
|
647 </td> |
|
648 </tr> |
|
649 <tr class="bg "> |
|
650 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
651 <p><code>[RepeatRule.MonthDays]</code></p> |
|
652 </td> |
|
653 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
654 <p>Specifies the days of the month on which the entry recurs.</p> |
|
655 </td> |
|
656 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
657 <p>array of numbers</p> |
|
658 </td> |
|
659 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
660 <p>Possible values for an item: [0, 30]</p> |
|
661 </td> |
|
662 </tr> |
|
663 <tr class=""> |
|
664 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
665 <p><code>[RepeatRule.DaysOfMonth]</code></p> |
|
666 </td> |
|
667 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
668 <p>Specifies the day and week of the month on which the entry recurs.</p> |
|
669 </td> |
|
670 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
671 <p>array of objects</p> |
|
672 </td> |
|
673 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
674 <p>The properties of the object items are specified below.</p> |
|
675 </td> |
|
676 </tr> |
|
677 <tr class="bg "> |
|
678 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
679 <p><code>[RepeatRule.DaysOfMonth[].Day]</code></p> |
|
680 </td> |
|
681 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
682 <p>Specifies the day of the week on which the entry recurs.</p> |
|
683 </td> |
|
684 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
685 <p>number</p> |
|
686 </td> |
|
687 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
688 <p>Possible values:</p> |
|
689 <ul> |
|
690 <li><p><code>0</code> (Monday)</p></li> |
|
691 <li><p><code>1</code> (Tuesday)</p></li> |
|
692 <li><p><code>2</code> (Wednesday)</p></li> |
|
693 <li><p><code>3</code> (Thursday)</p></li> |
|
694 <li><p><code>4</code> (Friday)</p></li> |
|
695 <li><p><code>5</code> (Saturday)</p></li> |
|
696 <li><p><code>6</code> (Sunday)</p></li> |
|
697 </ul> |
|
698 </td> |
|
699 </tr> |
|
700 <tr class=""> |
|
701 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
702 <p><code>[RepeatRule.DaysOfMonth[].WeekNum]</code></p> |
|
703 </td> |
|
704 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
705 <p>Specifies the week of the month on which the entry recurs.</p> |
|
706 </td> |
|
707 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
708 <p>number</p> |
|
709 </td> |
|
710 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
711 <p>Possible values:</p> |
|
712 <ul> |
|
713 <li><p><code>1</code> (1st week)</p></li> |
|
714 <li><p><code>2</code> (2nd week)</p></li> |
|
715 <li><p><code>3</code> (3rd week)</p></li> |
|
716 <li><p><code>4</code> (4th week)</p></li> |
|
717 <li><p><code>-1</code> (last week)</p></li> |
|
718 </ul> |
|
719 </td> |
|
720 </tr> |
|
721 <tr class="bg "> |
|
722 <td class="cellrowborder" valign="top" width="25%" headers="d0e26533 "> |
|
723 <p><code>[RepeatRule.Month]</code></p> |
|
724 </td> |
|
725 <td class="cellrowborder" valign="top" width="25%" headers="d0e26538 "> |
|
726 <p>Specifies the month for a yearly recurrence.</p> |
|
727 </td> |
|
728 <td class="cellrowborder" valign="top" width="25%" headers="d0e26543 "> |
|
729 <p>number</p> |
|
730 </td> |
|
731 <td class="cellrowborder" valign="top" width="25%" headers="d0e26548 "> |
|
732 <p>Possible values:</p> |
|
733 <ul> |
|
734 <li><p><code>0</code> (January)</p></li> |
|
735 <li><p><code>1</code> (February)</p></li> |
|
736 <li><p><code>2</code> (March)</p></li> |
|
737 <li><p><code>3</code> (April)</p></li> |
|
738 <li><p><code>4</code> (May)</p></li> |
|
739 <li><p><code>5</code> (June)</p></li> |
|
740 <li><p><code>6</code> (July)</p></li> |
|
741 <li><p><code>7</code> (August)</p></li> |
|
742 <li><p><code>8</code> (September)</p></li> |
|
743 <li><p><code>9</code> (October)</p></li> |
|
744 <li><p><code>10</code> (November)</p></li> |
|
745 <li><p><code>11</code> (December)</p></li> |
|
746 </ul> |
|
747 </td> |
|
748 </tr> |
|
749 </tbody> |
|
750 </table></div><div class="tablenoborder"><a name="GUID-47081584-AC5B-470D-9818-C1FA4A2FB46F"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-47081584-AC5B-470D-9818-C1FA4A2FB46F" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Valid |
|
751 RepeatRule properties per type of recurrence</caption> |
|
752 |
|
753 <thead align="left"> |
|
754 <tr class="title "><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e27097"> |
|
755 <p>Type of recurrence</p> |
|
756 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e27102"> |
|
757 <p>Valid properties</p> |
|
758 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e27107"> |
|
759 <p>Notes</p> |
|
760 </th></tr> |
|
761 </thead> |
|
762 <tbody> |
|
763 <tr class=""> |
|
764 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27097 "> |
|
765 <p>Daily</p> |
|
766 </td> |
|
767 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27102 "> |
|
768 <ul> |
|
769 <li><p><code>Type</code></p></li> |
|
770 <li><p><code>[Interval]</code></p></li> |
|
771 <li><p><code>UntilDate</code></p></li> |
|
772 </ul> |
|
773 </td> |
|
774 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27107 "> </td> |
|
775 </tr> |
|
776 <tr class="bg "> |
|
777 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27097 "> |
|
778 <p>Weekly</p> |
|
779 </td> |
|
780 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27102 "> |
|
781 <ul> |
|
782 <li><p><code>Type</code></p></li> |
|
783 <li><p><code>[Interval]</code></p></li> |
|
784 <li><p><code>UntilDate</code></p></li> |
|
785 <li><p><code>[DaysInWeek]</code></p></li> |
|
786 </ul> |
|
787 </td> |
|
788 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27107 "> |
|
789 <p>If <code>DaysInWeek</code> is not specified, it is calculated |
|
790 from the <code>StartTime</code> of the entry.</p> |
|
791 </td> |
|
792 </tr> |
|
793 <tr class=""> |
|
794 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27097 "> |
|
795 <p>Monthly</p> |
|
796 </td> |
|
797 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27102 "> |
|
798 <ul> |
|
799 <li><p><code>Type</code></p></li> |
|
800 <li><p><code>[Interval]</code></p></li> |
|
801 <li><p><code>UntilDate</code></p></li> |
|
802 <li><p><code>[MonthDays]</code> or <code>[DaysOfMonth]</code></p> |
|
803 </li> |
|
804 </ul> |
|
805 </td> |
|
806 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27107 "> |
|
807 <p>If <code>MonthDays</code>/<code>DaysOfMonth</code> is |
|
808 not specified, it is calculated from the <code>StartTime</code> of |
|
809 the entry.</p> |
|
810 </td> |
|
811 </tr> |
|
812 <tr class="bg "> |
|
813 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27097 "> |
|
814 <p>Yearly</p> |
|
815 </td> |
|
816 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27102 "> |
|
817 <ul> |
|
818 <li><p><code>Type</code></p></li> |
|
819 <li><p><code>[Interval]</code></p></li> |
|
820 <li><p><code>UntilDate</code></p></li> |
|
821 <li><p><code>[DaysOfMonth]</code></p></li> |
|
822 <li><p><code>[Month]</code></p></li> |
|
823 </ul> |
|
824 </td> |
|
825 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e27107 "> |
|
826 <p>Only the first item of <code>DaysOfMonth</code> is used.</p> |
|
827 <p><code>DaysOfMonth</code> and <code>Month</code> should |
|
828 be specified together.</p> |
|
829 <p>If <code>DaysOfMonth</code>/<code>Month</code> is not |
|
830 specified, it is calculated from the <code>StartTime</code> of the |
|
831 entry.</p> |
|
832 </td> |
|
833 </tr> |
|
834 </tbody> |
|
835 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |