← Back
Editing: info.xml
<?xml version="1.0"?> <!-- - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc. - SPDX-License-Identifier: AGPL-3.0-or-later --> <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>< * π **Attachments!** Add, upload and view event attachments * π **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>6.5.0</version> <licence>agpl</licence> <author homepage="https://github.com/GVodyanov">Grigory Vodyanov</author> <author homepage="https://github.com/SebastianKrupinski">Sebastian Krupinski </author> <author homepage="https://github.com/tcitworld">Thomas Citharel</author> <namespace>Calendar</namespace> <documentation> <user>https://docs.nextcloud.com/server/latest/user_manual/en/groupware/calendar.html</user> <admin>https://docs.nextcloud.com/server/latest/admin_manual/groupware/calendar.html</admin> <developer>https://github.com/nextcloud/calendar/wiki</developer> </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="8.1" max-version="8.5" /> <nextcloud min-version="32" max-version="34" /> <backend>caldav</backend> </dependencies> <background-jobs> <job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job> </background-jobs> <navigations> <navigation> <id>calendar</id> <name>Calendar</name> <route>calendar.view.index</route> <icon>calendar.svg</icon> <order>5</order> </navigation> </navigations> </info>
Save File
Cancel