|
1 /* |
|
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Predefined values for exporting Agenda entries with various |
|
15 * iTip methods. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 #ifndef ESMRAGNVERSIT2EXPORTFLAGS_H |
|
21 #define ESMRAGNVERSIT2EXPORTFLAGS_H |
|
22 |
|
23 // System includes. |
|
24 #include <agnexternalinterface.h> // TAgnEntryExport |
|
25 |
|
26 |
|
27 enum TAgnExportMethod |
|
28 { |
|
29 EExportAll = 0xFFFFFFFF, |
|
30 EVEventPublish = KAgnExportDtStart | |
|
31 KAgnExportDtStamp | |
|
32 KAgnExportOrganizer | |
|
33 KAgnExportSummary | |
|
34 KAgnExportUID | |
|
35 KAgnExportRecurrenceId | |
|
36 KAgnExportSequence | |
|
37 KAgnExportCategory | |
|
38 KAgnExportClass | |
|
39 KAgnExportCreated | |
|
40 KAgnExportDescription | |
|
41 KAgnExportDtEnd | |
|
42 KAgnExportExDate | |
|
43 KAgnExportLastModified | |
|
44 KAgnExportLocation | |
|
45 KAgnExportPriority | |
|
46 KAgnExportRDate | |
|
47 KAgnExportRRule | |
|
48 KAgnExportStatus | |
|
49 KAgnExportXProp | |
|
50 KAgnExportTzRules | |
|
51 KAgnExportAlarm, |
|
52 |
|
53 EVEventRequest = KAgnExportAttendee | |
|
54 KAgnExportDtStamp | |
|
55 KAgnExportDtStart | |
|
56 KAgnExportOrganizer | |
|
57 KAgnExportSequence | |
|
58 KAgnExportSummary | |
|
59 KAgnExportUID | |
|
60 KAgnExportCategory | |
|
61 KAgnExportClass | |
|
62 KAgnExportCreated | |
|
63 KAgnExportDescription | |
|
64 KAgnExportDtEnd | |
|
65 KAgnExportExDate | |
|
66 KAgnExportLastModified | |
|
67 KAgnExportLocation | |
|
68 KAgnExportPriority | |
|
69 KAgnExportRDate | |
|
70 KAgnExportRecurrenceId | |
|
71 KAgnExportRRule | |
|
72 KAgnExportStatus | |
|
73 KAgnExportXProp | |
|
74 KAgnExportTzRules | |
|
75 KAgnExportAlarm, |
|
76 |
|
77 EVEventReply = KAgnExportAttendee | |
|
78 KAgnExportDtStamp | |
|
79 KAgnExportOrganizer | |
|
80 KAgnExportUID | |
|
81 KAgnExportSequence | |
|
82 KAgnExportCategory | |
|
83 KAgnExportClass | |
|
84 KAgnExportCreated | |
|
85 KAgnExportDescription | |
|
86 KAgnExportDtEnd | |
|
87 KAgnExportExDate | |
|
88 KAgnExportLastModified | |
|
89 KAgnExportLocation | |
|
90 KAgnExportPriority | |
|
91 KAgnExportRDate | |
|
92 KAgnExportRRule | |
|
93 KAgnExportStatus | |
|
94 KAgnExportSummary | |
|
95 KAgnExportXProp | |
|
96 KAgnExportTzRules, |
|
97 |
|
98 EVEventAdd = KAgnExportDtStart | |
|
99 KAgnExportDtStamp | |
|
100 KAgnExportOrganizer | |
|
101 KAgnExportSequence | |
|
102 KAgnExportSummary | |
|
103 KAgnExportUID | |
|
104 KAgnExportAttendee | |
|
105 KAgnExportCategory | |
|
106 KAgnExportClass | |
|
107 KAgnExportCreated | |
|
108 KAgnExportDescription | |
|
109 KAgnExportDtEnd | |
|
110 KAgnExportExDate | |
|
111 KAgnExportLastModified | |
|
112 KAgnExportLocation | |
|
113 KAgnExportPriority | |
|
114 KAgnExportRDate | |
|
115 KAgnExportRRule | |
|
116 KAgnExportStatus | |
|
117 KAgnExportXProp | |
|
118 KAgnExportTzRules | |
|
119 KAgnExportAlarm, |
|
120 |
|
121 EVEventCancel = KAgnExportAttendee | |
|
122 KAgnExportDtStamp | |
|
123 KAgnExportOrganizer | |
|
124 KAgnExportSequence | |
|
125 KAgnExportUID | |
|
126 KAgnExportCategory | |
|
127 KAgnExportClass | |
|
128 KAgnExportCreated | |
|
129 KAgnExportDescription | |
|
130 KAgnExportDtStart | |
|
131 KAgnExportDtEnd | |
|
132 KAgnExportExDate | |
|
133 KAgnExportLastModified | |
|
134 KAgnExportLocation | |
|
135 KAgnExportPriority | |
|
136 KAgnExportRDate | |
|
137 KAgnExportRecurrenceId | |
|
138 KAgnExportRRule | |
|
139 KAgnExportStatus | |
|
140 KAgnExportSummary | |
|
141 KAgnExportXProp | |
|
142 KAgnExportTzRules, |
|
143 |
|
144 EVEventRefresh = KAgnExportAttendee | |
|
145 KAgnExportDtStamp | |
|
146 KAgnExportOrganizer | |
|
147 KAgnExportUID | |
|
148 KAgnExportRecurrenceId | |
|
149 KAgnExportXProp, |
|
150 |
|
151 EVEventCounter = KAgnExportDtStart | |
|
152 KAgnExportDtStamp | |
|
153 KAgnExportOrganizer | |
|
154 KAgnExportSequence | |
|
155 KAgnExportSummary | |
|
156 KAgnExportUID | |
|
157 KAgnExportAttendee | |
|
158 KAgnExportCategory | |
|
159 KAgnExportClass | |
|
160 KAgnExportCreated | |
|
161 KAgnExportDescription | |
|
162 KAgnExportDtEnd | |
|
163 KAgnExportExDate | |
|
164 KAgnExportLastModified | |
|
165 KAgnExportLocation | |
|
166 KAgnExportPriority | |
|
167 KAgnExportRDate | |
|
168 KAgnExportRecurrenceId | |
|
169 KAgnExportRRule | |
|
170 KAgnExportStatus | |
|
171 KAgnExportXProp | |
|
172 KAgnExportTzRules | |
|
173 KAgnExportAlarm, |
|
174 |
|
175 EVEventDeclineCounter = KAgnExportOrganizer | |
|
176 KAgnExportDtStamp | |
|
177 KAgnExportUID | |
|
178 KAgnExportRecurrenceId | |
|
179 KAgnExportSequence | |
|
180 KAgnExportXProp, |
|
181 |
|
182 EVTodoPublish = KAgnExportDtStart | |
|
183 KAgnExportDtStamp | |
|
184 KAgnExportOrganizer | |
|
185 KAgnExportPriority | |
|
186 KAgnExportSequence | |
|
187 KAgnExportSummary | |
|
188 KAgnExportUID | |
|
189 KAgnExportCategory | |
|
190 KAgnExportClass | |
|
191 KAgnExportCreated | |
|
192 KAgnExportDescription | |
|
193 KAgnExportDtEnd | |
|
194 KAgnExportExDate | |
|
195 KAgnExportLastModified | |
|
196 KAgnExportLocation | |
|
197 KAgnExportCompleted | |
|
198 KAgnExportRDate | |
|
199 KAgnExportRecurrenceId | |
|
200 KAgnExportRRule | |
|
201 KAgnExportStatus | |
|
202 KAgnExportXProp | |
|
203 KAgnExportTzRules | |
|
204 KAgnExportAlarm, |
|
205 |
|
206 EVTodoRequest = KAgnExportAttendee | |
|
207 KAgnExportDtStamp | |
|
208 KAgnExportDtStart | |
|
209 KAgnExportOrganizer | |
|
210 KAgnExportPriority | |
|
211 KAgnExportSequence | |
|
212 KAgnExportSummary | |
|
213 KAgnExportUID | |
|
214 KAgnExportCategory | |
|
215 KAgnExportClass | |
|
216 KAgnExportCreated | |
|
217 KAgnExportDescription | |
|
218 KAgnExportDtEnd | |
|
219 KAgnExportExDate | |
|
220 KAgnExportLastModified | |
|
221 KAgnExportLocation | |
|
222 KAgnExportCompleted | |
|
223 KAgnExportRDate | |
|
224 KAgnExportRecurrenceId | |
|
225 KAgnExportRRule | |
|
226 KAgnExportStatus | |
|
227 KAgnExportXProp | |
|
228 KAgnExportTzRules | |
|
229 KAgnExportAlarm, |
|
230 |
|
231 EVTodoReply = KAgnExportAttendee | |
|
232 KAgnExportDtStamp | |
|
233 KAgnExportOrganizer | |
|
234 KAgnExportUID | |
|
235 KAgnExportCategory | |
|
236 KAgnExportClass | |
|
237 KAgnExportCreated | |
|
238 KAgnExportDescription | |
|
239 KAgnExportDtStart | |
|
240 KAgnExportDtEnd | |
|
241 KAgnExportExDate | |
|
242 KAgnExportLastModified | |
|
243 KAgnExportLocation | |
|
244 KAgnExportCompleted | |
|
245 KAgnExportPriority | |
|
246 KAgnExportRDate | |
|
247 KAgnExportRRule | |
|
248 KAgnExportRecurrenceId | |
|
249 KAgnExportSequence | |
|
250 KAgnExportStatus | |
|
251 KAgnExportSummary | |
|
252 KAgnExportXProp | |
|
253 KAgnExportTzRules, |
|
254 |
|
255 EVTodoAdd = KAgnExportOrganizer | |
|
256 KAgnExportDtStamp | |
|
257 KAgnExportPriority | |
|
258 KAgnExportSequence | |
|
259 KAgnExportSummary | |
|
260 KAgnExportUID | |
|
261 KAgnExportAttendee | |
|
262 KAgnExportCategory | |
|
263 KAgnExportClass | |
|
264 KAgnExportCreated | |
|
265 KAgnExportDescription | |
|
266 KAgnExportDtStart | |
|
267 KAgnExportDtEnd | |
|
268 KAgnExportExDate | |
|
269 KAgnExportLastModified | |
|
270 KAgnExportLocation | |
|
271 KAgnExportCompleted | |
|
272 KAgnExportRDate | |
|
273 KAgnExportRRule | |
|
274 KAgnExportStatus | |
|
275 KAgnExportXProp | |
|
276 KAgnExportTzRules | |
|
277 KAgnExportAlarm, |
|
278 |
|
279 EVTodoCancel = KAgnExportAttendee | |
|
280 KAgnExportUID | |
|
281 KAgnExportOrganizer | |
|
282 KAgnExportSequence | |
|
283 KAgnExportDtStamp | |
|
284 KAgnExportCategory | |
|
285 KAgnExportClass | |
|
286 KAgnExportCreated | |
|
287 KAgnExportDescription | |
|
288 KAgnExportDtStart | |
|
289 KAgnExportDtEnd | |
|
290 KAgnExportExDate | |
|
291 KAgnExportLastModified | |
|
292 KAgnExportLocation | |
|
293 KAgnExportCompleted | |
|
294 KAgnExportRDate | |
|
295 KAgnExportRecurrenceId | |
|
296 KAgnExportRRule | |
|
297 KAgnExportPriority | |
|
298 KAgnExportStatus | |
|
299 KAgnExportXProp | |
|
300 KAgnExportTzRules, |
|
301 |
|
302 EVTodoRefresh = KAgnExportAttendee | |
|
303 KAgnExportDtStamp | |
|
304 KAgnExportUID | |
|
305 KAgnExportRecurrenceId | |
|
306 KAgnExportXProp, |
|
307 |
|
308 EVTodoCounter = KAgnExportAttendee | |
|
309 KAgnExportDtStamp | |
|
310 KAgnExportOrganizer | |
|
311 KAgnExportPriority | |
|
312 KAgnExportSummary | |
|
313 KAgnExportUID | |
|
314 KAgnExportCategory | |
|
315 KAgnExportClass | |
|
316 KAgnExportCreated | |
|
317 KAgnExportDescription | |
|
318 KAgnExportDtStart | |
|
319 KAgnExportDtEnd | |
|
320 KAgnExportExDate | |
|
321 KAgnExportLastModified | |
|
322 KAgnExportLocation | |
|
323 KAgnExportCompleted | |
|
324 KAgnExportRDate | |
|
325 KAgnExportRecurrenceId | |
|
326 KAgnExportRRule | |
|
327 KAgnExportSequence | |
|
328 KAgnExportStatus | |
|
329 KAgnExportXProp | |
|
330 KAgnExportTzRules | |
|
331 KAgnExportAlarm, |
|
332 |
|
333 EVTodoDeclineCounter = KAgnExportAttendee | |
|
334 KAgnExportDtStamp | |
|
335 KAgnExportOrganizer | |
|
336 KAgnExportSequence | |
|
337 KAgnExportUID | |
|
338 KAgnExportCategory | |
|
339 KAgnExportClass | |
|
340 KAgnExportCreated | |
|
341 KAgnExportDescription | |
|
342 KAgnExportDtStart | |
|
343 KAgnExportDtEnd | |
|
344 KAgnExportExDate | |
|
345 KAgnExportLastModified | |
|
346 KAgnExportLocation | |
|
347 KAgnExportCompleted | |
|
348 KAgnExportPriority | |
|
349 KAgnExportRDate | |
|
350 KAgnExportRecurrenceId | |
|
351 KAgnExportRRule | |
|
352 KAgnExportStatus | |
|
353 KAgnExportXProp | |
|
354 KAgnExportTzRules |
|
355 }; |
|
356 |
|
357 #endif |
|
358 |
|
359 // End of file. |