organizer_plat/calendar_settings_keys_api/inc/CalendarInternalCRKeys.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 48 bf573002ff72
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   121 * 0 = Off (default) calendar files not created
   121 * 0 = Off (default) calendar files not created
   122 * 1 = On   calendar files created
   122 * 1 = On   calendar files created
   123 **/
   123 **/
   124 const TUint32 KCalendarStartupStatus = 0x0000000E;
   124 const TUint32 KCalendarStartupStatus = 0x0000000E;
   125 
   125 
   126 /**
   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 
   127 
   133 /**
   128 /**
   134 * Text string containing default calendar colors separated by commas
   129 * Text string containing default calendar colors separated by commas
   135 * Used for creating default calendars at the startup of the device
   130 * Used for creating default calendars at the startup of the device
   136 * Default value: "16711680,65280,255"
   131 * Default value: "16711680,65280,255"
   137 */
   132 */
   138 const TUint32 KCalendarDefaultColors = 0x00000010;
   133 const TUint32 KCalendarDefaultColors = 0x0000000F;
   139 
   134 
   140 /**
   135 /**
   141 * String value containing unique calendar value 
   136 * String value containing unique calendar value 
   142 * Used for identifying an entry by LUID + unique calendar value 
   137 * Used for identifying an entry by LUID + unique calendar value 
   143 * Default value:"0"
   138 * Default value:"0"
   144 */
   139 */
   145 const TUint32 KCalendarAvailableValue = 0x00000011;
   140 const TUint32 KCalendarAvailableValue = 0x00000010;
   146 
   141 
   147 
   142 
   148 #endif  // CALENDARINTERNALCRKEYS_H
   143 #endif  // CALENDARINTERNALCRKEYS_H