-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathinfo.xml
26 lines (25 loc) · 1.16 KB
/
info.xml
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
<?xml version="1.0"?>
<info>
<id>calendar</id>
<name>Calendar</name>
<summary>A Calendar app for ownCloud</summary>
<description>The Calendar app is a user interface for ownCloud's CalDAV server. Easily sync events from various devices with your ownCloud and edit them online.
* **Integration with other ownCloud apps!** Currently Contacts - more to come.
* **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!
* **Attendees!** Invite people to your events.
</description>
<version>2.0.0</version>
<licence>AGPL</licence>
<author>Georg Ehrke, Raghu Nayyar, Bernhard Fröhler, Julian Müller</author>
<dependencies>
<owncloud min-version="10.11" max-version="10" />
</dependencies>
<documentation>
<user>https://doc.owncloud.com/webui/next/classic_ui/pim/</user>
</documentation>
<category>productivity</category>
<screenshot>https://raw.githubusercontent.com/owncloud/screenshots/master/calendar/screenshot.png</screenshot>
<website>https://github.com/owncloud/calendar/</website>
<bugs>https://github.com/owncloud/calendar/issues</bugs>
<repository type="git">https://github.com/owncloud/calendar.git</repository>
</info>