aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/caldav/org-gnome-evolution-caldav.eplug.xml
blob: dc728f1e7f31c7e704519d4e9361434f862e1825 (plain) (blame)
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
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
      type="shlib"
      id="org.gnome.evolution.caldav"
      location="@PLUGINDIR@/liborg-gnome-evolution-caldav@SOEXT@"
      load-on-startup="true"
      domain="@GETTEXT_PACKAGE@"
      localedir="@LOCALEDIR@"
      _name="CalDAV sources"
          system_plugin="true">
        <author name="Christian Kellner" email="gicmo@gnome.org"/>
        <_description>CalDAV Calendar sources</_description>

        <hook class="org.gnome.evolution.calendar.config:1.0">
                <group target="source"
               id="org.gnome.evolution.calendar.calendarProperties">
        
                <item type="item_table"
                path="00.general/00.source/15.caldav"
                factory="oge_caldav"/>
            
            </group>
        </hook>
    </e-plugin>
    
</e-plugin-list>