summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo/info.xml
blob: dde0260f071ebfec5105089d2f90c8a94feee569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?> 
<info>
	<id>calendar</id>
	<name>Calendar</name>
	<licence>AGPL</licence>
	<author>Georg Ehrke, Bart Visscher, Jakob Sack</author>
	<require>4</require>
	<shipped>true</shipped>
	<description>Calendar with CalDAV support</description>
	<default_enable/>
	<remote>
		<calendar>appinfo/remote.php</calendar>
		<caldav>appinfo/remote.php</caldav>
	</remote>
	<public>
		<calendar>share.php</calendar>
		<caldav>share.php</caldav>
	</public>
</info>