Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml Β« appinfo - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6afdb3d6ff5e2a2babad7ce08f4e37bb3d1929c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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>4.1.0-rc.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.4" max-version="8.1" />
		<nextcloud min-version="25" max-version="26" />
	</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>