Tizen 2.1 base
[platform/core/system/sync-agent.git] / src / fw-plugins / common-public / calendar / include / ext_datastore_info_calendar.h
1 /*
2  * sync-agent
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18 #ifndef EXT_DATASTORE_INFO_CALENDAR_H_
19 #define EXT_DATASTORE_INFO_CALENDAR_H_
20
21 typedef enum {
22         CALENDAR_FIELD_DB_INDEX = 1,
23         CALENDAR_FIELD_SUMMARY,
24         CALENDAR_FIELD_DESCRIPTION,
25         CALENDAR_FIELD_LOCATOIN,
26         CALENDAR_FIELD_YEAR,
27         CALENDAR_FIELD_MODEL,
28         CALENDAR_FIELD_MEMO,
29         CALENDAR_FIELD_TIMEZONE,
30         CALENDAR_FIELD_TYPE_MODEL
31 } calenadr_field_e;
32
33 typedef enum {
34         CALENDAR_CHILD_FIELD_BIAS = 1,
35         CALENDAR_CHILD_FIELD_DAYLIGHT,
36         CALENDAR_CHILD_FIELD_DAYLIGHT_BIAS,
37         CALENDAR_CHILD_FIELD_DAYLIGHT_BEGIN,
38         CALENDAR_CHILD_FIELD_DAYLIGHT_END,
39         CALENDAR_CHILD_FIELD_STANDARD_TIMENAME,
40         CALENDAR_CHILD_FIELD_DAYLIGHT_TIMENAME
41 } calendar_child_field_e;
42
43 typedef enum {
44         CALENDAR_FEATURE_APPOINTMENT = 1,
45         CALENDAR_FEATURE_ANNIVERSARY,
46         CALENDAR_FEATURE_HOLIDAY,
47         CALENDAR_FEATURE_IMPORTANT,
48         CALENDAR_FEATURE_PRIVATE,
49         CALENDAR_FEATURE_MISCELLANEOUS,
50         CALENDAR_FEATURE_TASK,
51         CALENDAR_FEATURE_MEMO
52 } calendar_feature_e;
53
54 #endif                          /* EXT_DATASTORE_INFO_CALENDAR_H_ */