<?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 team’s matchdays in your calendar? No problem!
* 🙋 **Attendees!** Invite people to your events
* ⌚️ **Free/Busy!** See when your attendees are available to meet
* ⏰ **Reminders!** Get alarms for events inside your browser and via email
* 🔍 Search! Find your events at ease
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
	]]></description>
	<version>3.3.1</version>
	<licence>agpl</licence>
	<author>Anna Larch</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
	<namespace>Calendar</namespace>
	<documentation>
		<user>https://docs.nextcloud.com/server/latest/user_manual/en/groupware/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/main/screenshots/week_new_event.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
	<dependencies>
		<php min-version="7.3" max-version="8.1" />
		<nextcloud min-version="21" max-version="25" />
	</dependencies>
	<background-jobs>
		<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>
	</background-jobs>
	<repair-steps>
		<post-migration>
			<step>OCA\Calendar\RepairSteps\CurrentViewNameRepairStep</step>
		</post-migration>
	</repair-steps>
	<navigations>
		<navigation>
			<id>calendar</id>
			<name>Calendar</name>
			<route>calendar.view.index</route>
			<icon>calendar.svg</icon>
			<order>5</order>
		</navigation>
	</navigations>
</info>
