f7cloud_client/apps/calendar/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

63 lines
3.3 KiB
XML
Raw Permalink 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"?>
<!--
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud 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.f7cloud.com/schema/apps/info.xsd">
<id>calendar</id>
<name>Calendar</name>
<summary>A Calendar app for F7cloud</summary>
<description><![CDATA[A Calendar app for F7cloud. Easily sync events from various devices with your F7cloud and edit them online.
* 🚀 **Integration with other F7cloud apps!** Like Contacts, Talk, Tasks, Deck and Circles
* 🌐 **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 or Deck cards with a due date directly in the calendar
* 🔈 **Talk rooms!** Create an associated Talk room when booking a meeting with just one click
* 📆 **Appointment booking** Send people a link so they can book an appointment with you [using this app](https://apps.f7cloud.com/apps/appointments)
* 📎 **Attachments!** Add, upload and view event attachments
* 🙈 **Were not reinventing the wheel!** Based on the great [c-dav library](https://github.com/f7cloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>6.1.5</version>
<licence>agpl</licence>
<author homepage="https://github.com/st3iny">Richard Steinmetz</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.f7cloud.com/server/latest/user_manual/en/groupware/calendar.html</user>
<admin>https://docs.f7cloud.com/server/latest/admin_manual/groupware/calendar.html</admin>
<developer>https://github.com/f7cloud/calendar/wiki</developer>
</documentation>
<category>office</category>
<category>organization</category>
<website>https://github.com/f7cloud/calendar/</website>
<bugs>https://github.com/f7cloud/calendar/issues</bugs>
<repository type="git">https://github.com/f7cloud/calendar.git</repository>
<screenshot>https://raw.githubusercontent.com/f7cloud/calendar/main/screenshots/week_new_event.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="8.1" max-version="8.4" />
<f7cloud min-version="1" max-version="2" />
<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>