1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0" encoding="UTF-8"?>
<application>
<description>Calendar</description>
<translations>calendar-sync</translations>
<service-types>
<service-type id="calendar">
<description>Synchronize your calendar</description>
</service-type>
<service-type id="caldav">
<description>Synchronize your calendar</description>
</service-type>
<service-type id="google-calendars">
<description>Synchronize your calendar</description>
</service-type>
</service-types>
</application>
|