From 14f38a916a8d54d246f377c1543a93cf1e70d9de Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 21 Sep 2015 14:45:11 +0900 Subject: [PATCH] [webapi][calendar] change default value and remove useless exceptions ACR : http://168.219.209.56/jira/browse/TWDAPI-34 - remove useless exceptions http://168.219.209.56/jira/browse/TWDAPI-49 - change default value Change-Id: I296b4a0f15545edd873283ed6b54f175974790ba Signed-off-by: hyunjin park --- .../html/device_api/mobile/tizen/calendar.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html index 6886749..1b50cbc 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html @@ -471,7 +471,7 @@ CHAIR - if the attendee is the chairperson of the event.
Specifies the priority of a calendar item.
-
  enum CalendarItemPriority { "HIGH", "MEDIUM", "LOW" };
+
  enum CalendarItemPriority { "HIGH", "MEDIUM", "LOW", "NONE" };

Since: 1.0 @@ -487,6 +487,8 @@ HIGH - if item priority is high MEDIUM - if item priority is medium

  • LOW - if item priority is low
  • +
  • +NONE - if item priority is not set
  • @@ -519,7 +521,7 @@ CONFIDENTIAL - if item visibility is confidential
    Specifies the status of a calendar item.
    -
       enum CalendarItemStatus { "TENTATIVE", "CONFIRMED", "CANCELLED", "NEEDS_ACTION", "IN_PROCESS", "COMPLETED" };
    +
       enum CalendarItemStatus {"NONE", "TENTATIVE", "CONFIRMED", "CANCELLED", "NEEDS_ACTION", "IN_PROCESS", "COMPLETED" };

    Since: 1.0 @@ -530,6 +532,8 @@ For an event, the possible values are: