|
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="Criteria for importing calendar entries"/><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-D19BB894-371A-4D55-A047-3B2F97673F5F"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-B86F1686-F2AC-438F-8306-4B9D70F879EC"/><title>Criteria for |
|
5 importing calendar entries </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-B86F1686-F2AC-438F-8306-4B9D70F879EC"><span>Criteria</span> for |
|
8 importing calendar entries</h1><div> |
|
9 <p>The <code>criteria</code> object specifies the calendar |
|
10 entries to import and optionally the target calendar.</p> |
|
11 <p>The <code>criteria</code> object has two main properties: <code>Type</code> and <code>Data</code>. |
|
12 These are described in the following table. Properties enclosed in brackets |
|
13 are optional.</p> |
|
14 <div class="tablenoborder"><a name="GUID-EFB4B7E0-C316-4B39-93DE-9B7FEEF77C7F"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-EFB4B7E0-C316-4B39-93DE-9B7FEEF77C7F" frame="border" border="1" rules="all"><caption><strong>Table: </strong><span>Criteria</span> object properties</caption> |
|
15 |
|
16 <thead align="left"> |
|
17 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e23258"> |
|
18 <p>Property</p> |
|
19 </th><th class="cellrowborder" valign="top" width="25%" id="d0e23263"> |
|
20 <p>Description</p> |
|
21 </th><th class="cellrowborder" valign="top" width="25%" id="d0e23268"> |
|
22 <p>Type</p> |
|
23 </th><th class="cellrowborder" valign="top" width="25%" id="d0e23273"> |
|
24 <p>Value</p> |
|
25 </th></tr> |
|
26 </thead> |
|
27 <tbody> |
|
28 <tr class=""> |
|
29 <td class="cellrowborder" valign="top" width="25%" headers="d0e23258 "> |
|
30 <p><code>criteria.Type</code></p> |
|
31 </td> |
|
32 <td class="cellrowborder" valign="top" width="25%" headers="d0e23263 "> |
|
33 <p>Specifies the type of calendar information to import. This is always <code>"CalendarEntry"</code>.</p> |
|
34 </td> |
|
35 <td class="cellrowborder" valign="top" width="25%" headers="d0e23268 "> |
|
36 <p>string</p> |
|
37 </td> |
|
38 <td class="cellrowborder" valign="top" width="25%" headers="d0e23273 "> |
|
39 <p>Possible values:</p> |
|
40 <ul> |
|
41 <li><p><code>"CalendarEntry"</code></p></li> |
|
42 </ul> |
|
43 </td> |
|
44 </tr> |
|
45 <tr class="bg "> |
|
46 <td class="cellrowborder" valign="top" width="25%" headers="d0e23258 "> |
|
47 <p><code>criteria.Data</code></p> |
|
48 </td> |
|
49 <td class="cellrowborder" valign="top" width="25%" headers="d0e23263 "> |
|
50 <p>Specifies the entries to import.</p> |
|
51 </td> |
|
52 <td class="cellrowborder" valign="top" width="25%" headers="d0e23268 "> |
|
53 <p>object</p> |
|
54 </td> |
|
55 <td class="cellrowborder" valign="top" width="25%" headers="d0e23273 "> |
|
56 <p>Object with the properties specified below</p> |
|
57 </td> |
|
58 </tr> |
|
59 <tr class=""> |
|
60 <td class="cellrowborder" valign="top" width="25%" headers="d0e23258 "> |
|
61 <p><code>[criteria.Data.CalendarName]</code></p> |
|
62 </td> |
|
63 <td class="cellrowborder" valign="top" width="25%" headers="d0e23263 "> |
|
64 <p>Specifies the calendar into which the entries are imported.</p> |
|
65 <p>If this property is not specified, the entries are imported into the |
|
66 default calendar. If the default calendar does not exist, it is created.</p> |
|
67 </td> |
|
68 <td class="cellrowborder" valign="top" width="25%" headers="d0e23268 "> |
|
69 <p>string</p> |
|
70 </td> |
|
71 <td class="cellrowborder" valign="top" width="25%" headers="d0e23273 "> |
|
72 <p><code><DriveLetter>:<FileName></code></p> |
|
73 <p>For example: <code>"C:Calendar"</code></p> |
|
74 </td> |
|
75 </tr> |
|
76 <tr class="bg "> |
|
77 <td class="cellrowborder" valign="top" width="25%" headers="d0e23258 "> |
|
78 <p><code>criteria.Data.FileName</code></p> |
|
79 </td> |
|
80 <td class="cellrowborder" valign="top" width="25%" headers="d0e23263 "> |
|
81 <p>Specifies the full path and file name of the source file from which |
|
82 the entries are imported.</p> |
|
83 </td> |
|
84 <td class="cellrowborder" valign="top" width="25%" headers="d0e23268 "> |
|
85 <p>string</p> |
|
86 </td> |
|
87 <td class="cellrowborder" valign="top" width="25%" headers="d0e23273 "> |
|
88 <p>The string cannot exceed 239 characters</p> |
|
89 <p>For example: <code>C:\\Data\\importfile.txt</code></p> |
|
90 </td> |
|
91 </tr> |
|
92 <tr class=""> |
|
93 <td class="cellrowborder" valign="top" width="25%" headers="d0e23258 "> |
|
94 <p><code>criteria.Data.Format</code></p> |
|
95 </td> |
|
96 <td class="cellrowborder" valign="top" width="25%" headers="d0e23263 "> |
|
97 <p>Specifies the data format of the source file. The supported formats |
|
98 are:</p> |
|
99 <ul> |
|
100 <li><p>iCal</p></li> |
|
101 <li><p>vCal</p></li> |
|
102 </ul> |
|
103 <p>For more information about these two formats, see the <a href="GUID-AE9A928B-F938-49B5-BC9E-72CB42046571.html#GUID-AE9A928B-F938-49B5-BC9E-72CB42046571">Calendar |
|
104 Service overview page</a>.</p> |
|
105 </td> |
|
106 <td class="cellrowborder" valign="top" width="25%" headers="d0e23268 "> |
|
107 <p>string</p> |
|
108 </td> |
|
109 <td class="cellrowborder" valign="top" width="25%" headers="d0e23273 "> |
|
110 <p>Possible values:</p> |
|
111 <ul> |
|
112 <li><p><code>"ICal"</code></p></li> |
|
113 <li><p><code>"VCal"</code></p></li> |
|
114 </ul> |
|
115 </td> |
|
116 </tr> |
|
117 </tbody> |
|
118 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |