calendar/appinfo/info.xml

34 lines
1.7 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>calendar</id>
<name>Calendar</name>
<summary>Calendar GUI for Nextcloud's CalDAV server</summary>
<description><![CDATA[The Nextcloud calendar app is a user interface for Nextcloud's CalDAV server.
It integrates with other apps, allows you to manage calendars and events, display external calendars and invite attendees to your events]]></description>
<version>1.5.2</version>
<licence>AGPL</licence>
<namespace>Calendar</namespace>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="http://raghunayyar.com">Raghu Nayyar</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/4.png</screenshot>
<dependencies>
<owncloud min-version="9.0" max-version="9.2" />
<nextcloud min-version="9" max-version="12" />
</dependencies>
<documentation>
<user>https://docs.nextcloud.com/server/10/user_manual/pim/calendar.html</user>
</documentation>
<category>office</category>
<category>productivity</category>
<website>https://github.com/nextcloud/calendar/</website>
<bugs>https://github.com/nextcloud/calendar/issues</bugs>
<repository type="git">https://github.com/nextcloud/calendar.git</repository>
<ocsid>168707</ocsid>
</info>