/usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml is in evolution-data-server-common 3.22.7-1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id='org.gnome.evolution-data-server.calendar.Duration'>
<value value='0' nick='minutes'/>
<value value='1' nick='hours'/>
<value value='2' nick='days'/>
</enum>
<schema path="/org/gnome/evolution-data-server/calendar/" id="org.gnome.evolution-data-server.calendar" gettext-domain="evolution-data-server">
<key type="b" name="contacts-reminder-enabled">
<default>false</default>
<summary>Birthday and anniversary reminder</summary>
<description>Whether to set a reminder for birthdays and anniversaries</description>
</key>
<key type="i" name="contacts-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="contacts-reminder-units" enum='org.gnome.evolution-data-server.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>
</schema>
</schemalist>
|