1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
|
<schemalist>
<!-- Keep this synchronized with EDurationType. -->
<enum id="org.gnome.evolution.calendar.Duration">
<value nick='minutes' value='0'/>
<value nick='hours' value='1'/>
<value nick='days' value='2'/>
</enum>
<!-- Keep this synchronized with GDateWeekday. -->
<enum id="org.gnome.evolution.calendar.Weekday">
<value nick='monday' value='1'/>
<value nick='tuesday' value='2'/>
<value nick='wednesday' value='3'/>
<value nick='thursday' value='4'/>
<value nick='friday' value='5'/>
<value nick='saturday' value='6'/>
<value nick='sunday' value='7'/>
</enum>
<schema gettext-domain="evolution" id="org.gnome.evolution.calendar" path="/org/gnome/evolution/calendar/">
<key name="audio-dir" type="s">
<default>''</default>
<_summary>Save directory for reminder audio</_summary>
<_description>Directory for saving reminder audio files</_description>
</key>
<key name="ba-reminder-interval" type="i">
<default>15</default>
<_summary>Birthday and anniversary reminder value</_summary>
<_description>Number of units for determining a birthday or anniversary reminder</_description>
</key>
<key name="ba-reminder-units" enum="org.gnome.evolution.calendar.Duration">
<default>'minutes'</default>
<_summary>Birthday and anniversary reminder units</_summary>
<_description>Units for a birthday or anniversary reminder, “minutes”, “hours” or “days”</_description>
</key>
<key name="compress-weekend" type="b">
<default>true</default>
<_summary>Compress weekends in month view</_summary>
<_description>Whether to compress weekends in the month view, which puts Saturday and Sunday in the space of one weekday</_description>
</key>
<key name="confirm-delete" type="b">
<default>true</default>
<_summary>Ask for confirmation when deleting items</_summary>
<_description>Whether to ask for confirmation when deleting an appointment or task</_description>
</key>
<key name="confirm-purge" type="b">
<default>true</default>
<_summary>Confirm expunge</_summary>
<_description>Whether to ask for confirmation when expunging appointments and tasks</_description>
</key>
<key name="date-navigator-pane-position" type="i">
<default>150</default>
<_summary>Month view vertical pane position</_summary>
<_description>Position of the vertical pane, between the calendar lists and the date navigator calendar</_description>
</key>
<key name="date-navigator-pane-position-sub" type="i">
<default>150</default>
<_summary>Month view vertical pane position</_summary>
<_description>Position of the vertical pane, between the calendar lists and the date navigator calendar</_description>
</key>
<key name="day-end-hour" type="i">
<default>17</default>
<_summary>Workday end hour</_summary>
<_description>Hour the workday ends on, in twenty four hour format, 0 to 23</_description>
</key>
<key name="day-end-minute" type="i">
<default>0</default>
<_summary>Workday end minute</_summary>
<_description>Minute the workday ends on, 0 to 59.</_description>
</key>
<key name="day-start-hour" type="i">
<default>9</default>
<_summary>Workday start hour</_summary>
<_description>Hour the workday starts on, in twenty four hour format, 0 to 23.</_description>
</key>
<key name="day-start-minute" type="i">
<default>0</default>
<_summary>Workday start minute</_summary>
<_description>Minute the workday starts on, 0 to 59.</_description>
</key>
<key name="day-start-mon" type="i">
<default>-1</default>
<_summary>Workday start time for Monday</_summary>
<_description>Time the workday starts on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-mon" type="i">
<default>-1</default>
<_summary>Workday end time for Monday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-tue" type="i">
<default>-1</default>
<_summary>Workday start time for Tuesday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-tue" type="i">
<default>-1</default>
<_summary>Workday end time for Tuesday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-wed" type="i">
<default>-1</default>
<_summary>Workday start time for Wednesday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-wed" type="i">
<default>-1</default>
<_summary>Workday end time for Wednesday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-thu" type="i">
<default>-1</default>
<_summary>Workday start time for Thursday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-thu" type="i">
<default>-1</default>
<_summary>Workday end time for Thursday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-fri" type="i">
<default>-1</default>
<_summary>Workday start time for Friday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-fri" type="i">
<default>-1</default>
<_summary>Workday end time for Friday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-sat" type="i">
<default>-1</default>
<_summary>Workday start time for Saturday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-sat" type="i">
<default>-1</default>
<_summary>Workday end time for Saturday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-start-sun" type="i">
<default>-1</default>
<_summary>Workday start time for Sunday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-start-hour and day-start-minute</_description>
</key>
<key name="day-end-sun" type="i">
<default>-1</default>
<_summary>Workday end time for Sunday</_summary>
<_description>Time the workday ends on, in twenty four hour format HHMM, 0000 to 2359, or -1 to use day-end-hour and day-end-minute</_description>
</key>
<key name="day-second-zone" type="s">
<default>''</default>
<_summary>The second timezone for a Day View</_summary>
<_description>Shows the second time zone in a Day View, if set. Value is similar to one used in a “timezone” key</_description>
</key>
<key name="day-second-zones" type="as">
<default>[]</default>
<_summary>Recently used second time zones in a Day View</_summary>
<_description>List of recently used second time zones in a Day View</_description>
</key>
<key name="day-second-zones-max" type="i">
<default>5</default>
<_summary>Maximum number of recently used timezones to remember</_summary>
<_description>Maximum number of recently used timezones to remember in a “day-second-zones” list</_description>
</key>
<key name="default-reminder-interval" type="i">
<default>15</default>
<_summary>Default reminder value</_summary>
<_description>Number of units for determining a default reminder</_description>
</key>
<key name="default-reminder-units" enum="org.gnome.evolution.calendar.Duration">
<default>'minutes'</default>
<_summary>Default reminder units</_summary>
<_description>Units for a default reminder, “minutes”, “hours” or “days”</_description>
</key>
<key name="editor-show-categories" type="b">
<default>false</default>
<_summary>Show categories field in the event/meeting/task editor</_summary>
<_description>Whether to show categories field in the event/meeting editor</_description>
</key>
<key name="editor-show-role" type="b">
<default>true</default>
<_summary>Show Role field in the event/task/meeting editor</_summary>
<_description>Whether to show role field in the event/task/meeting editor</_description>
</key>
<key name="editor-show-rsvp" type="b">
<default>false</default>
<_summary>Show RSVP field in the event/task/meeting editor</_summary>
<_description>Whether to show RSVP field in the event/task/meeting editor</_description>
</key>
<key name="editor-show-status" type="b">
<default>true</default>
<_summary>Show status field in the event/task/meeting editor</_summary>
<_description>Whether to show status field in the event/task/meeting editor</_description>
</key>
<key name="editor-show-timezone" type="b">
<default>false</default>
<_summary>Show timezone field in the event/meeting editor</_summary>
<_description>Whether to show timezone field in the event/meeting editor</_description>
</key>
<key name="editor-show-type" type="b">
<default>true</default>
<_summary>Show type field in the event/task/meeting editor</_summary>
<_description>Whether to show type field in the event/task/meeting editor</_description>
</key>
<key name="editor-show-toolbar" type="b">
<default>true</default>
<_summary>Show toolbar in the event/task/memo editor</_summary>
<_description>Whether to show toolbar in the event/task/memo editor</_description>
</key>
<key name="hide-completed-tasks" type="b">
<default>false</default>
<_summary>Hide completed tasks</_summary>
<_description>Whether to hide completed tasks in the tasks view</_description>
</key>
<key name="hide-completed-tasks-units" enum="org.gnome.evolution.calendar.Duration">
<default>'days'</default>
<_summary>Hide task units</_summary>
<_description>Units for determining when to hide tasks, “minutes”, “hours” or “days”</_description>
</key>
<key name="hide-completed-tasks-value" type="i">
<default>1</default>
<_summary>Hide task value</_summary>
<_description>Number of units for determining when to hide tasks</_description>
</key>
<key name="hide-cancelled-events" type="b">
<default>false</default>
<_summary>Hide cancelled events</_summary>
<_description>Whether to hide cancelled events in the calendar view</_description>
</key>
<key name="hide-cancelled-tasks" type="b">
<default>false</default>
<_summary>Hide cancelled tasks</_summary>
<_description>Whether to hide cancelled tasks in the tasks view</_description>
</key>
<key name="hpane-position" type="i">
<default>400</default>
<_summary>Horizontal pane position</_summary>
<_description>Position of the horizontal pane, between the date navigator calendar and the task list when not in the month view, in pixels</_description>
</key>
<key name="last-notification-time" type="i">
<default>1</default>
<_summary>Last reminder time</_summary>
<_description>Time the last reminder ran, in time_t</_description>
</key>
<key name="marcus-bains-color-dayview" type="s">
<default>'#ff0000'</default>
<_summary>Marcus Bains Line Color — Day View</_summary>
<_description>Color to draw the Marcus Bains line in the Day View</_description>
</key>
<key name="marcus-bains-color-timebar" type="s">
<default>'#ff0000'</default>
<_summary>Marcus Bains Line Color — Time bar</_summary>
<_description>Color to draw the Marcus Bains Line in the Time bar (empty for default)</_description>
</key>
<key name="marcus-bains-line" type="b">
<default>true</default>
<_summary>Marcus Bains Line</_summary>
<_description>Whether to draw the Marcus Bains Line (line at current time) in the calendar</_description>
</key>
<key name="memo-hpane-position" type="i">
<default>200</default>
<_summary>Memo preview pane position (horizontal)</_summary>
<_description>Position of the task preview pane when oriented horizontally</_description>
</key>
<key name="memo-layout" type="i">
<default>0</default>
<_summary>Memo layout style</_summary>
<_description>The layout style determines where to place the preview pane in relation to the memo list. “0” (Classic View) places the preview pane below the memo list. “1” (Vertical View) places the preview pane next to the memo list</_description>
</key>
<key name="memo-vpane-position" type="i">
<default>400</default>
<_summary>Memo preview pane position (vertical)</_summary>
<_description>Position of the memo preview pane when oriented vertically</_description>
</key>
<key name="month-hpane-position" type="i">
<default>400</default>
<_summary>Month view horizontal pane position</_summary>
<_description>Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels</_description>
</key>
<key name="month-scroll-by-week" type="b">
<default>true</default>
<_summary>Scroll Month View by a week, not by a month</_summary>
<_description>Whether to scroll a Month View by a week, not by a month</_description>
</key>
<key name="month-start-with-current-week" type="b">
<default>false</default>
<_summary>Let the Month View start with the current week</_summary>
<_description>Whether the month view should show weeks starting with the current week instead of the first week of the month.</_description>
</key>
<key name="prefer-new-item" type="s">
<default>''</default>
<_summary>Preferred New button item</_summary>
<_description>Name of the preferred New toolbar button item</_description>
</key>
<key name="primary-calendar" type="s">
<default>''</default>
<_summary>Primary calendar</_summary>
<_description>The UID of the selected (or “primary”) calendar in the sidebar of the “Calendar” view</_description>
</key>
<key name="primary-memos" type="s">
<default>''</default>
<_summary>Primary memo list</_summary>
<_description>The UID of the selected (or “primary”) memo list in the sidebar of the “Memos” view</_description>
</key>
<key name="primary-tasks" type="s">
<default>''</default>
<_summary>Primary task list</_summary>
<_description>The UID of the selected (or “primary”) task list in the sidebar of the “Tasks” view</_description>
</key>
<key name="publish-template" type="s">
<default>''</default>
<_summary>Free/busy template URL</_summary>
<_description>The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain</_description>
</key>
<key name="recur-events-italic" type="b">
<default>false</default>
<_summary>Recurrent Events in Italic</_summary>
<_description>Show days with recurrent events in italic font in bottom left calendar</_description>
</key>
<key name="search-range-years" type="i">
<default>10</default>
<_summary>Search range for time-based searching in years</_summary>
<_description>How many years can the time-based search go forward or backward from currently selected day when searching for another occurrence; default is ten years</_description>
</key>
<key name="show-event-end" type="b">
<default>true</default>
<_summary>Show appointment end times in week and month views</_summary>
<_description>Whether to display the end time of events in the week and month views</_description>
</key>
<key name="show-icons-month-view" type="b">
<default>false</default>
<_summary>Show appointment icons in the month view</_summary>
<_description>Whether to show icons of events in the month view</_description>
</key>
<key name="show-memo-preview" type="b">
<default>true</default>
<_summary>Show the memo preview pane</_summary>
<_description>If “true”, show the memo preview pane in the main window</_description>
</key>
<key name="show-task-preview" type="b">
<default>true</default>
<_summary>Show the task preview pane</_summary>
<_description>If “true”, show the task preview pane in the main window</_description>
</key>
<key name="show-week-numbers" type="b">
<default>false</default>
<_summary>Show week numbers in Day View, Work Week View, Year view and Date Navigator</_summary>
<_description>Whether to show week numbers in various places in the Calendar</_description>
</key>
<key name="tag-vpane-position" type="d">
<default>0</default>
<_summary>Vertical position for the tag pane</_summary>
<_description>Vertical position for the tag pane</_description>
</key>
<key name="show-tag-vpane" type="b">
<default>true</default>
<_summary>Show Tasks and Memos pane in the Calendar view</_summary>
<_description>Whether to show Tasks and Memos pane in the Calendar view</_description>
</key>
<key name="task-due-today-highlight" type="b">
<default>true</default>
<_summary>Highlight tasks due today</_summary>
<_description>Whether highlight tasks due today with a special color (task-due-today-color)</_description>
</key>
<key name="task-due-today-color" type="s">
<default>'#1e90ff'</default>
<_summary>Tasks due today color</_summary>
<_description>Background color of tasks that are due today, in “#rrggbb” format. Used together with task-due-today-highlight</_description>
</key>
<key name="task-hpane-position" type="i">
<default>200</default>
<_summary>Task preview pane position (horizontal)</_summary>
<_description>Position of the task preview pane when oriented horizontally</_description>
</key>
<key name="task-layout" type="i">
<default>0</default>
<_summary>Task layout style</_summary>
<_description>The layout style determines where to place the preview pane in relation to the task list. “0” (Classic View) places the preview pane below the task list. “1” (Vertical View) places the preview pane next to the task list</_description>
</key>
<key name="task-vpane-position" type="i">
<default>400</default>
<_summary>Task preview pane position (vertical)</_summary>
<_description>Position of the task preview pane when oriented vertically</_description>
</key>
<key name="task-overdue-highlight" type="b">
<default>true</default>
<_summary>Highlight overdue tasks</_summary>
<_description>Whether highlight overdue tasks with a special color (task-overdue-color)</_description>
</key>
<key name="task-overdue-color" type="s">
<default>'#ff0000'</default>
<_summary>Overdue tasks color</_summary>
<_description>Background color of tasks that are overdue, in “#rrggbb” format. Used together with task-overdue-highlight.</_description>
</key>
<key name="time-divisions" type="i">
<default>30</default>
<_summary>Time divisions</_summary>
<_description>Intervals shown in Day and Work Week views, in minutes</_description>
</key>
<key name="timezone" type="s">
<default>'UTC'</default>
<_summary>Timezone</_summary>
<_description>The default timezone to use for dates and times in the calendar, as an untranslated Olson timezone database location like “America/New York”</_description>
</key>
<key name="use-24hour-format" type="b">
<default>false</default>
<_summary>Twenty four hour time format</_summary>
<_description>Whether to show times in twenty four hour format instead of using am/pm</_description>
</key>
<key name="use-ba-reminder" type="b">
<default>false</default>
<_summary>Birthday and anniversary reminder</_summary>
<_description>Whether to set a reminder for birthdays and anniversaries</_description>
</key>
<key name="use-default-reminder" type="b">
<default>false</default>
<_summary>Default appointment reminder</_summary>
<_description>Whether to set a default reminder for appointments</_description>
</key>
<key name="use-system-timezone" type="b">
<default>true</default>
<_summary>Use system timezone</_summary>
<_description>Use the system timezone instead of the timezone selected in Evolution</_description>
</key>
<key name="week-start-day-name" enum="org.gnome.evolution.calendar.Weekday">
<default>'monday'</default>
<_summary>First day of the week</_summary>
</key>
<key name="work-day-monday" type="b">
<default>true</default>
<_summary>Monday is a work day</_summary>
</key>
<key name="work-day-tuesday" type="b">
<default>true</default>
<_summary>Tuesday is a work day</_summary>
</key>
<key name="work-day-wednesday" type="b">
<default>true</default>
<_summary>Wednesday is a work day</_summary>
</key>
<key name="work-day-thursday" type="b">
<default>true</default>
<_summary>Thursday is a work day</_summary>
</key>
<key name="work-day-friday" type="b">
<default>true</default>
<_summary>Friday is a work day</_summary>
</key>
<key name="work-day-saturday" type="b">
<default>false</default>
<_summary>Saturday is a work day</_summary>
</key>
<key name="work-day-sunday" type="b">
<default>false</default>
<_summary>Sunday is a work day</_summary>
</key>
<key name="classify-private" type="b">
<default>false</default>
<_summary>Create events, memos and tasks as Private by default</_summary>
</key>
<key name="draw-flat-events" type="b">
<default>true</default>
<_summary>Draw events as flat, not shaded.</_summary>
</key>
<key name="week-view-days-left-to-right" type="b">
<default>false</default>
<_summary>Whether to order days in the Week View from left to right, rather than from top to bottom.</_summary>
</key>
<key name="allow-direct-summary-edit" type="b">
<default>false</default>
<_summary>Allow direct edit of event Summary when clicking on it in the Day, Work Week, Week or Month view.</_summary>
</key>
<key name="custom-reminders-minutes" type="ai">
<default>[]</default>
<_summary>User-defined reminder times, in minutes</_summary>
</key>
<key name="use-markdown-editor" type="b">
<default>false</default>
<_summary>Whether to use markdown editor for the description in the component editor.</_summary>
</key>
<key name="year-show-day-names" type="b">
<default>true</default>
<_summary>Show week day names in the Year View</_summary>
</key>
<key name="year-show-preview" type="b">
<default>true</default>
<_summary>Show the preview pane in the Year View</_summary>
<_description>If “true”, show the preview pane in the Year View</_description>
</key>
<key name="year-hpane-position" type="i">
<default>400</default>
<_summary>Year view horizontal pane position</_summary>
<_description>Position of the horizontal pane, between the year calendar and the list of events for the selected day in the year view, in pixels</_description>
</key>
<key name="year-layout" type="i">
<default>0</default>
<_summary>Layout style for the Year View</_summary>
<_description>The layout style determines where to place the preview pane. “0” (Horizontal View) places the preview pane below the calendar. “1” (Vertical View) places the preview pane next to the calendar.</_description>
</key>
<key name="year-hpreview-position" type="i">
<default>400</default>
<_summary>Year view horizontal preview position</_summary>
<_description>Position of the horizontal event preview for the year view, in pixels</_description>
</key>
<key name="year-vpreview-position" type="i">
<default>400</default>
<_summary>Year view vertical preview position</_summary>
<_description>Position of the vertical event preview for the year view, in pixels</_description>
</key>
<key name="shorten-time" type="i">
<default>5</default>
<_summary>Shorten event time by minutes</_summary>
<_description>By how many minutes to shorted new event time. Whether event end or start is changed is determined by "shorten-time-end" setting</_description>
</key>
<key name="shorten-time-end" type="b">
<default>true</default>
<_summary>Whether to shorten event end time</_summary>
<_description>A pair option for "shorten-time" setting, to change the end time or the start time</_description>
</key>
<key name="today-background-color" type="s">
<default>''</default>
<_summary>Background color for the 'today' day</_summary>
<_description>Leave empty to use a yellow color derived from the current theme, otherwise use the color of form `#RRGGBB`</_description>
</key>
<key name="allow-event-dnd" type="b">
<default>true</default>
<_summary>Allow drag-and-drop of events in the Calendar.</_summary>
<_description>This influences the Day view, the Work Week view, the Week view and the Month view.</_description>
</key>
<key name="send-reminder-with-event" type="b">
<default>false</default>
<_summary>Value to preselect when sending an event with attendees with reminders set.</_summary>
<_description>This remembers the last value of "Send my reminders with this event" option and uses it the next time.</_description>
</key>
<!-- The following keys are deprecated. -->
<key name="week-start-day" type="i">
<default>1</default>
<_summary>(Deprecated) First day of the week, from Sunday (0) to Saturday (6)</_summary>
<_description>This key was deprecated in version 3.10 and should no longer be used. Use “week-start-day-name” instead.</_description>
</key>
<key name="working-days" type="i">
<default>62</default>
<_summary>(Deprecated) Work days</_summary>
<_description>Days on which the start and end of work hours should be indicated. (This key was deprecated in version 3.10 and should no longer be used. Use the “work-day-monday”, “work-day-tuesday”, etc. keys instead.)</_description>
</key>
</schema>
</schemalist>
|