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

info.xml « appinfo - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f269660800ad666e55ed971c875796e8e8b5be26 (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
<?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>event_update_notification</id>
	<name>Notifications for calendar event updates</name>
	<summary>Receive a notification when an event in a shared calendar was added, modified or deleted.</summary>
	<description><![CDATA[Receive a notification when an event in a shared calendar was added, modified or deleted.]]></description>

	<version>1.5.0</version>
	<licence>agpl</licence>
	<author>Joas Schilling</author>

	<namespace>EventUpdateNotification</namespace>

	<types>
		<logging/>
		<dav/>
	</types>

	<category>office</category>
	<category>organization</category>

	<website>https://github.com/nickv-nextcloud/event_update_notification</website>
	<bugs>https://github.com/nickv-nextcloud/event_update_notification/issues</bugs>
	<repository>https://github.com/nickv-nextcloud/event_update_notification.git</repository>

	<screenshot>https://github.com/nickv-nextcloud/event_update_notification/raw/master/docs/demo.png</screenshot>

	<dependencies>
		<nextcloud min-version="22" max-version="24" />
	</dependencies>
</info>