Warning, /pim/akonadi-calendar/src/calendarsettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="akonadi-calendarrc"/>
0007 
0008 <!-- Free/Busy Publish -->
0009   <group name="FreeBusy Publish">
0010     <entry type="Bool" name="FreeBusyPublishAuto">
0011       <default>false</default>
0012     </entry>
0013 
0014     <entry type="Int" name="FreeBusyPublishDelay">
0015       <default>5</default>
0016     </entry>
0017 
0018     <entry type="Int" key="FreeBusyPublishDays">
0019       <default>60</default>
0020     </entry>
0021 
0022     <entry type="String" name="FreeBusyPublishUrl">
0023       <label>Free/Busy Publish URL</label>
0024       <whatsthis>URL for publishing free/busy information</whatsthis>
0025     </entry>
0026 
0027     <entry type="String" name="FreeBusyPublishUser">
0028       <label>Free/Busy Publish Username</label>
0029       <whatsthis>Username for publishing free/busy information</whatsthis>
0030     </entry>
0031 
0032     <entry type="Password" name="FreeBusyPublishPassword">
0033       <label>Free/Busy Publish Password</label>
0034       <whatsthis>Password for publishing free/busy information</whatsthis>
0035     </entry>
0036 
0037     <entry type="Bool" name="FreeBusyPublishSavePassword">
0038       <default>false</default>
0039     </entry>
0040   </group>
0041 
0042 <!-- Free/Busy Retrieve -->
0043   <group name="FreeBusy Retrieve">
0044     <entry type="Bool" name="FreeBusyRetrieveAuto">
0045       <label>Enable Automatic Free/Busy Retrieval</label>
0046       <default>false</default>
0047     </entry>
0048 
0049     <entry type="Bool" name="FreeBusyFullDomainRetrieval">
0050       <label>Use full email address for retrieval</label>
0051       <whatsthis>With this setting, you can change the filename that will be fetched from the server. With this checked, it will download a free/busy file called user@domain.ifb, for example nn@kde.org.ifb. Without this set, it will download user.ifb, for example nn.ifb.</whatsthis>
0052       <default>false</default>
0053     </entry>
0054 
0055     <entry type="String" name="FreeBusyRetrieveUrl">
0056       <label>Free/Busy Retrieval URL</label>
0057     </entry>
0058 
0059     <entry type="String" name="FreeBusyRetrieveUser">
0060       <label>Free/Busy Retrieval Username</label>
0061     </entry>
0062 
0063     <entry type="Password" name="FreeBusyRetrievePassword">
0064       <label>Free/Busy Retrieval Password</label>
0065       <whatsthis>Password for retrieving free/busy information</whatsthis>
0066     </entry>
0067 
0068     <entry type="Bool" name="FreeBusyRetrieveSavePassword">
0069       <default>false</default>
0070     </entry>
0071   </group>
0072 
0073   <!-- Group Scheduling -->
0074   <group name="Group Scheduling">
0075     <entry type="Bool" key="Bcc">
0076       <label>Send copy to owner when mailing events</label>
0077       <whatsthis>Check this box to get a copy of all e-mail messages that KOrganizer sends at your request to event attendees.</whatsthis>
0078       <default>false</default>
0079     </entry>
0080   </group>
0081 
0082   <group name="Reminders">
0083     <entry type="Bool" key="OnlyShowRemindersForMyEvents">
0084       <label>Only show reminders for events I organize or attend</label>
0085       <whatsthis>Check this to only receive reminders for events that you are the organizer of or that you are attending.</whatsthis>
0086       <default>false</default>
0087     </entry>
0088   </group>
0089 
0090   <!-- Options currently not visible in the GUI -->
0091   <group name="Hidden Options">
0092     <entry name="OutlookCompatCounterProposals" type="Bool">
0093       <label>Send Outlook-like pseudo counter proposals</label>
0094       <default>false</default>
0095     </entry>
0096 
0097     <entry type="Bool" name="FreeBusyCheckHostname">
0098       <label>Check whether hostname and retrieval email address match</label>
0099       <whatsthis>With this setting you can configure whether the domain part of the free/busy URL has to match the domain part of the user ID you are looking for. For example, if this option is set, then looking for the free/busy data of joe@mydomain.com on the server www.yourdomain.com will fail.</whatsthis>
0100       <default>false</default>
0101     </entry>
0102   </group>
0103 </kcfg>