calendar/appinfo/info.xml

37 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>A Calendar app for Nextcloud</summary>
<description><![CDATA[The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.
* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.
* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!
* 🙋 **Attendees!** Invite people to your events.
* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>1.7.0</version>
<licence>agpl</licence>
<author homepage="https://georg.coffee">Georg Ehrke</author>
<author homepage="http://raghunayyar.com">Raghu Nayyar</author>
<author homepage="https://tcit.fr">Thomas Citharel</author>
<namespace>Calendar</namespace>
<documentation>
<user>https://docs.nextcloud.com/server/11/user_manual/pim/calendar.html</user>
</documentation>
<category>office</category>
<category>organization</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>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/view_week.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/public_sharing.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar_attendees.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/master/screenshots/sidebar_reminders.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="16" />
</dependencies>
</info>