This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml is in evolution-common 3.28.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  
  <enum id="org.gnome.evolution.calendar.Duration">
    <value value='0' nick='minutes'/>
    <value value='1' nick='hours'/>
    <value value='2' nick='days'/>
  </enum>

  
  <enum id="org.gnome.evolution.calendar.Weekday">
    <value value='1' nick='monday'/>
    <value value='2' nick='tuesday'/>
    <value value='3' nick='wednesday'/>
    <value value='4' nick='thursday'/>
    <value value='5' nick='friday'/>
    <value value='6' nick='saturday'/>
    <value value='7' nick='sunday'/>
  </enum>

  <schema path="/org/gnome/evolution/calendar/" id="org.gnome.evolution.calendar" gettext-domain="evolution">
    <key type="s" name="audio-dir">
      <default>''</default>
      <summary>Save directory for reminder audio</summary>
      <description>Directory for saving reminder audio files</description>
    </key>
    <key type="i" name="ba-reminder-interval">
      <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 type="b" name="compress-weekend">
      <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 type="b" name="confirm-delete">
      <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 type="b" name="confirm-purge">
      <default>true</default>
      <summary>Confirm expunge</summary>
      <description>Whether to ask for confirmation when expunging appointments and tasks</description>
    </key>
    <key type="i" name="date-navigator-pane-position">
      <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 type="i" name="date-navigator-pane-position-sub">
      <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 type="i" name="day-end-hour">
      <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 type="i" name="day-end-minute">
      <default>0</default>
      <summary>Workday end minute</summary>
      <description>Minute the workday ends on, 0 to 59.</description>
    </key>
    <key type="i" name="day-start-hour">
      <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 type="i" name="day-start-minute">
      <default>0</default>
      <summary>Workday start minute</summary>
      <description>Minute the workday starts on, 0 to 59.</description>
    </key>
    <key type="i" name="day-start-mon">
      <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 type="i" name="day-end-mon">
      <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 type="i" name="day-start-tue">
      <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 type="i" name="day-end-tue">
      <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 type="i" name="day-start-wed">
      <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 type="i" name="day-end-wed">
      <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 type="i" name="day-start-thu">
      <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 type="i" name="day-end-thu">
      <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 type="i" name="day-start-fri">
      <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 type="i" name="day-end-fri">
      <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 type="i" name="day-start-sat">
      <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 type="i" name="day-end-sat">
      <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 type="i" name="day-start-sun">
      <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 type="i" name="day-end-sun">
      <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 type="s" name="day-second-zone">
      <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 type="as" name="day-second-zones">
      <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 type="i" name="day-second-zones-max">
      <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 type="i" name="default-reminder-interval">
      <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 type="i" name="default-snooze-minutes">
      <default>5</default>
      <summary>Default reminder snooze interval, in minutes</summary>
      <description>Default reminder snooze interval, in minutes, to be filled in the reminder notification dialog</description>
    </key>
    <key type="b" name="editor-show-categories">
      <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 type="b" name="editor-show-role">
      <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 type="b" name="editor-show-rsvp">
      <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 type="b" name="editor-show-status">
      <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 type="b" name="editor-show-timezone">
      <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 type="b" name="editor-show-type">
      <default>false</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 type="b" name="hide-completed-tasks">
      <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 type="i" name="hide-completed-tasks-value">
      <default>1</default>
      <summary>Hide task value</summary>
      <description>Number of units for determining when to hide tasks</description>
    </key>
    <key type="i" name="hpane-position">
      <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 type="i" name="last-notification-time">
      <default>1</default>
      <summary>Last reminder time</summary>
      <description>Time the last reminder ran, in time_t</description>
    </key>
    <key type="b" name="allow-past-reminders">
      <default>false</default>
      <summary>Allow past reminders</summary>
      <description>Whether can show reminders for events/tasks/memos which already happened</description>
    </key>
    <key type="s" name="marcus-bains-color-dayview">
      <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 type="s" name="marcus-bains-color-timebar">
      <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 type="b" name="marcus-bains-line">
      <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 type="i" name="memo-hpane-position">
      <default>200</default>
      <summary>Memo preview pane position (horizontal)</summary>
      <description>Position of the task preview pane when oriented horizontally</description>
    </key>
    <key type="i" name="memo-layout">
      <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 type="i" name="memo-vpane-position">
      <default>400</default>
      <summary>Memo preview pane position (vertical)</summary>
      <description>Position of the memo preview pane when oriented vertically</description>
    </key>
    <key type="i" name="month-hpane-position">
      <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 type="b" name="month-scroll-by-week">
      <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 type="as" name="notify-programs">
      <default>[]</default>
      <summary>Reminder programs</summary>
      <description>Programs that are allowed to be run by reminders</description>
    </key>
    <key type="b" name="notify-with-tray">
      <default>true</default>
      <summary>Show display reminders in notification tray</summary>
      <description>Whether or not to use the notification tray for display reminders</description>
    </key>
    <key type="b" name="notify-window-on-top">
      <default>true</default>
      <summary>Show reminder notification dialog always on top</summary>
      <description>Whether or not to show reminder notification dialog always on top. Note this works only as a hint for the window manager, which may or may not obey it.</description>
    </key>
    <key type="s" name="prefer-new-item">
      <default>''</default>
      <summary>Preferred New button item</summary>
      <description>Name of the preferred New toolbar button item</description>
    </key>
    <key type="s" name="primary-calendar">
      <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 type="s" name="primary-memos">
      <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 type="s" name="primary-tasks">
      <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 type="s" name="publish-template">
      <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 type="b" name="recur-events-italic">
      <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 type="i" name="search-range-years">
      <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 type="b" name="show-event-end">
      <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 type="b" name="show-icons-month-view">
      <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 type="b" name="show-memo-preview">
      <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 type="b" name="show-task-preview">
      <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 type="b" name="show-week-numbers">
      <default>false</default>
      <summary>Show week numbers in Day View, Work Week View, and Date Navigator</summary>
      <description>Whether to show week numbers in various places in the Calendar</description>
    </key>
    <key type="d" name="tag-vpane-position">
      <default>0</default>
      <summary>Vertical position for the tag pane</summary>
      <description>Vertical position for the tag pane</description>
    </key>
    <key type="b" name="task-due-today-highlight">
      <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 type="s" name="task-due-today-color">
      <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 type="i" name="task-hpane-position">
      <default>200</default>
      <summary>Task preview pane position (horizontal)</summary>
      <description>Position of the task preview pane when oriented horizontally</description>
    </key>
    <key type="i" name="task-layout">
      <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 type="i" name="task-vpane-position">
      <default>400</default>
      <summary>Task preview pane position (vertical)</summary>
      <description>Position of the task preview pane when oriented vertically</description>
    </key>
    <key type="b" name="task-reminder-for-completed">
      <default>false</default>
      <summary>Show reminders for completed tasks</summary>
      <description>Whether to show reminders for completed tasks. When set to false, reminders for completed tasks are suppressed.</description>
    </key>
    <key type="b" name="task-overdue-highlight">
      <default>true</default>
      <summary>Highlight overdue tasks</summary>
      <description>Whether highlight overdue tasks with a special color (task-overdue-color)</description>
    </key>
    <key type="s" name="task-overdue-color">
      <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 type="i" name="time-divisions">
      <default>30</default>
      <summary>Time divisions</summary>
      <description>Intervals shown in Day and Work Week views, in minutes</description>
    </key>
    <key type="s" name="timezone">
      <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 type="b" name="use-24hour-format">
      <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 type="b" name="use-ba-reminder">
      <default>false</default>
      <summary>Birthday and anniversary reminder</summary>
      <description>Whether to set a reminder for birthdays and anniversaries</description>
    </key>
    <key type="b" name="use-default-reminder">
      <default>false</default>
      <summary>Default appointment reminder</summary>
      <description>Whether to set a default reminder for appointments</description>
    </key>
    <key type="b" name="use-system-timezone">
      <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 type="b" name="work-day-monday">
      <default>true</default>
      <summary>Monday is a work day</summary>
    </key>
    <key type="b" name="work-day-tuesday">
      <default>true</default>
      <summary>Tuesday is a work day</summary>
    </key>
    <key type="b" name="work-day-wednesday">
      <default>true</default>
      <summary>Wednesday is a work day</summary>
    </key>
    <key type="b" name="work-day-thursday">
      <default>true</default>
      <summary>Thursday is a work day</summary>
    </key>
    <key type="b" name="work-day-friday">
      <default>true</default>
      <summary>Friday is a work day</summary>
    </key>
    <key type="b" name="work-day-saturday">
      <default>false</default>
      <summary>Saturday is a work day</summary>
    </key>
    <key type="b" name="work-day-sunday">
      <default>false</default>
      <summary>Sunday is a work day</summary>
    </key>
    <key type="b" name="classify-private">
      <default>false</default>
      <summary>Create events, memos and tasks as Private by default</summary>
    </key>
    <key type="b" name="draw-flat-events">
      <default>true</default>
      <summary>Draw events as flat, not shaded.</summary>
    </key>
    <key type="b" name="week-view-days-left-to-right">
      <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 type="i" name="week-start-day">
      <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 type="i" name="working-days">
      <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>