DATABIND: add the sample for the dataSourceContact 98/18098/1
authorHeekyoung, Oh <heekyoung.oh@samsung.com>
Mon, 17 Mar 2014 10:49:29 +0000 (19:49 +0900)
committerHeekyoung, Oh <heekyoung.oh@samsung.com>
Mon, 17 Mar 2014 10:49:29 +0000 (19:49 +0900)
a. the sample for using tizen calendar APIs
b. calendars

Change-Id: I16adcb3d6a469a1fc03a4bfe9342b02bfa518cf9
Signed-off-by: Heekyoung, Oh <heekyoung.oh@samsung.com>
org.tizen.webuibuilder/res/databinding/calendar.json [new file with mode: 0644]

diff --git a/org.tizen.webuibuilder/res/databinding/calendar.json b/org.tizen.webuibuilder/res/databinding/calendar.json
new file mode 100644 (file)
index 0000000..19b7d16
--- /dev/null
@@ -0,0 +1,98 @@
+{
+  "calendars": [
+    {
+      "id": "1",
+      "name": "Default event calendar",
+      "events": [
+        {
+          "id": {
+            "uid": "3",
+            "rid": null
+          },
+          "calendarId": "1",
+          "lastModificationDate": {
+            "date": 23,
+            "dateString": "Thursday, January 23, 2014",
+            "day": 4,
+            "fullYear": 2014,
+            "hours": 13,
+            "milliseconds": 0,
+            "minutes": 30,
+            "month": 0,
+            "seconds": 16,
+            "string": "Thursday, January 23, 2014 1:30:16 PM GMT+0900 South Korea Time",
+            "timezone": "Asia/Seoul"
+          },
+          "description": "HTML5 Introduction",
+          "summary": "HTML5 Webinar",
+          "isAllDay": false,
+          "startDate": {
+            "date": 23,
+            "dateString": "Thursday, January 23, 2014",
+            "day": 4,
+            "fullYear": 2014,
+            "hours": 13,
+            "milliseconds": 0,
+            "minutes": 30,
+            "month": 0,
+            "seconds": 16,
+            "string": "Thursday, January 23, 2014 1:30:16 PM GMT+0900 South Korea Time",
+            "timezone": "Asia/Seoul"
+          },
+          "duration": "",
+          "endDate": {
+            "date": 23,
+            "dateString": "Thursday, January 23, 2014",
+            "day": 4,
+            "fullYear": 2014,
+            "hours": 13,
+            "milliseconds": 0,
+            "minutes": 30,
+            "month": 0,
+            "seconds": 16,
+            "string": "Thursday, January 23, 2014 1:30:16 PM GMT+0900 South Korea Time",
+            "timezone": "Asia/Seoul"
+          },
+          "location": "Seoul",
+          "geolocation": {
+            "latitude": "",
+            "longitude": ""
+          },
+          "organizer": "",
+          "visibility": "PUBLIC",
+          "status": "CONFIRMED",
+          "priority": "LOW",
+          "alarms": [
+            {
+              "absoluteDate": null,
+              "before": {
+                "length": 30,
+                "unit": "MINS"
+              },
+              "method": "SOUND",
+              "description": ""
+            }
+          ],
+          "categories": [],
+          "attendees": [
+            {
+              "uri": "mailto:name@domain.com",
+              "name": "Lucy",
+              "role": "REQ_PARTICIPANT",
+              "status": "PENDING",
+              "RSVP": true,
+              "type": "INDIVIDUAL",
+              "group": "",
+              "delegatorURI": "",
+              "delegateURI": "",
+              "contactRef": {
+                "addressBookId": "",
+                "contactId": ""
+              }
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
\ No newline at end of file