calendarui/cenrep/CalendarInternalCRKeys.h
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
    13 *
    13 *
    14 * Description:  Calendar Internal Cenrep Keys.
    14 * Description:  Calendar Internal Cenrep Keys.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
       
    19 
    18 #ifndef CALENDARINTERNALCRKEYS_H
    20 #ifndef CALENDARINTERNALCRKEYS_H
    19 #define CALENDARINTERNALCRKEYS_H
    21 #define CALENDARINTERNALCRKEYS_H
    20 
    22 
       
    23 //#include <CalendarSDKCRKeys.h>
    21 
    24 
    22 /** Calendar UI Settings API */
    25 /** Calendar UI Settings API */
    23 /** Provides access to the Calendar application's settings */
    26 /** Provides access to the Calendar application's settings */
    24 
    27 
    25 const TUid KCRUidCalendar = {0x101F874B};
    28 const TUint32 KCRUidCalendar = {0x101F874B};
       
    29 
    26 
    30 
    27 /**
    31 /**
    28 * Default alarm time in minutes before event starting time.
    32 * Default alarm time in minutes before event starting time.
    29 * Value is an integer between 0 and 60. Default: 15.
    33 * Value is an integer between 0 and 60. Default: 15.
    30 **/
    34 **/
    92 * by commas) for Calendar plugins.
    96 * by commas) for Calendar plugins.
    93 * Default value: Empty
    97 * Default value: Empty
    94 */
    98 */
    95 const TUint32 KCalendarPluginAvailability = 0x0000000A;
    99 const TUint32 KCalendarPluginAvailability = 0x0000000A;
    96 
   100 
    97 /**
       
    98 * Text string containing the name of last used calendar in unified editor.
       
    99 *  Used for storing the last used calendar name
       
   100 *  Default value : "c: calendar"
       
   101 */
       
   102 const TUint32 KCalendarLastUsedCalendar = 0x0000000B;
       
   103 
       
   104 /**
       
   105 * Used for storing latest number used for appending to c:Calendar string. 
       
   106 * Default value 0
       
   107 */
       
   108 const TUint32 KCalendarFileNumber = 0x0000000C;
       
   109 
       
   110 /**
       
   111 * Boolean value to show missed alarm soft notification by calendar application.
       
   112 * 1 = Supress the missed alarm soft notification
       
   113 * 0= Show the missed alarm soft notification
       
   114 **/
       
   115 const TUint32 KCalendarSupressMissedAlarmSoftNotification = 0x0000000D;
       
   116 
       
   117 /**
       
   118 * Boolean value containing startup status 
       
   119 * Used for calendar files creation on first boot up
       
   120 * Value is either boolean 0 or 1
       
   121 * 0 = Off (default) calendar files not created
       
   122 * 1 = On   calendar files created
       
   123 **/
       
   124 const TUint32 KCalendarStartupStatus = 0x0000000E;
       
   125 
       
   126 /**
       
   127 * Text string containing default calendar names separated by commas
       
   128 * Used for creating default calendars at the startup of the device
       
   129 * Default value: "Personal,Family,Friends"
       
   130 */
       
   131 const TUint32 KCalendarDefaultCalendars = 0x0000000F;
       
   132 
       
   133 /**
       
   134 * Text string containing default calendar colors separated by commas
       
   135 * Used for creating default calendars at the startup of the device
       
   136 * Default value: "16711680,65280,255"
       
   137 */
       
   138 const TUint32 KCalendarDefaultColors = 0x00000010;
       
   139 
       
   140 /**
       
   141 * String value containing unique calendar value 
       
   142 * Used for identifying an entry by LUID + unique calendar value 
       
   143 * Default value:"0"
       
   144 */
       
   145 const TUint32 KCalendarAvailableValue = 0x00000011;
       
   146 
       
   147 
       
   148 #endif  // CALENDARINTERNALCRKEYS_H
   101 #endif  // CALENDARINTERNALCRKEYS_H