aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-http/org-gnome-calendar-http.eplug.xml
blob: 0d7e45b8366872f47c8ba7df2d5907d498632f92 (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
28
29
30
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
     type="shlib"
     location="@PLUGINDIR@/liborg-gnome-calendar-http@SOEXT@"
     id="org.gnome.evolution.calendar.http"
     _name="HTTP Calendars">
     <author name="David Trowbridge" email="David.Trowbridge@Colorado.edu"/>
     <_description>Provides core functionality for webcal and http calendars.</_description>
        <hook class="org.gnome.evolution.calendar.config:1.0">
            <group
         target="source"
         id="org.gnome.evolution.calendar.calendarProperties"
         check="e_calendar_http_check">
        <item
         type="item_table"
         path="00.general/00.source/40.url"
         factory="e_calendar_http_url"/>
        <item
         type="item_table"
         path="00.general/00.source/50.secure"
         factory="e_calendar_http_secure"/>
        <item
         type="item_table"
         path="00.general/00.source/60.refresh"
         factory="e_calendar_http_refresh"/>
            </group>
        </hook>
    </e-plugin>
</e-plugin-list>