upload tizen1.0 source
[framework/system/sync-agent.git] / fw-plugin / calendar-plugIn / include / EXT_DataStore_Info_Calendar.h
1 /*
2  * sync-agent-framework
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: JuHak Park <juhaki.park@samsung.com>,
7  *          JuneHyuk Lee <junhyuk7.lee@samsung.com>,
8  *          SunBong Ha <sunbong.ha@samsung.com>
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  */
23
24
25
26
27 /*
28  * For any sort of issue you concern as to this software,
29  * you may use following point of contact.
30  * All resources contributed on this software
31  * are orinigally written by S-Core Inc., a member of Samsung Group.
32  *
33  * Wook Choi <wook.choi@samsung.com>
34  */
35
36 #ifndef EXT_DATASTORE_INFO_CALENDAR_H_
37 #define EXT_DATASTORE_INFO_CALENDAR_H_
38
39 typedef enum {
40         CALENDAR_FIELD_DB_INDEX = 1,
41         CALENDAR_FIELD_SUMMARY,
42         CALENDAR_FIELD_DESCRIPTION,
43         CALENDAR_FIELD_LOCATOIN,
44         CALENDAR_FIELD_YEAR,
45         CALENDAR_FIELD_MODEL,
46         CALENDAR_FIELD_MEMO,
47         CALENDAR_FIELD_TIMEZONE,
48         CALENDAR_FIELD_TYPE_MODEL
49 } CALENADR_FIELD;
50
51 typedef enum {
52         CALENDAR_CHILD_FIELD_BIAS = 1,
53         CALENDAR_CHILD_FIELD_DAYLIGHT,
54         CALENDAR_CHILD_FIELD_DAYLIGHT_BIAS,
55         CALENDAR_CHILD_FIELD_DAYLIGHT_BEGIN,
56         CALENDAR_CHILD_FIELD_DAYLIGHT_END,
57         CALENDAR_CHILD_FIELD_STANDARD_TIMENAME,
58         CALENDAR_CHILD_FIELD_DAYLIGHT_TIMENAME
59 } CALENDAR_CHILD_FIELD;
60
61 typedef enum {
62         CALENDAR_FEATURE_APPOINTMENT = 1,
63         CALENDAR_FEATURE_ANNIVERSARY,
64         CALENDAR_FEATURE_HOLIDAY,
65         CALENDAR_FEATURE_IMPORTANT,
66         CALENDAR_FEATURE_PRIVATE,
67         CALENDAR_FEATURE_MISCELLANEOUS,
68         CALENDAR_FEATURE_TASK,
69         CALENDAR_FEATURE_MEMO
70 } CALENDAR_FEATURE;
71
72 #endif /* EXT_DATASTORE_INFO_CALENDAR_H_ */