Thomas Faour a9023d29d9 Working
2026-02-10 23:31:24 -05:00

30 lines
1.2 KiB
XML

<?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>mail_calendar_sync</id>
<name>Mail Calendar Sync</name>
<summary>Automatically apply calendar invitation responses from Mail</summary>
<description><![CDATA[Connects your Nextcloud Mail to your Calendar so that iMIP responses (accept, decline, tentative) received via email are automatically applied to matching events.
Requires the Nextcloud Mail app to be installed and configured.]]></description>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="dev@example.com">Mail Calendar Sync Contributors</author>
<namespace>MailCalendarSync</namespace>
<category>groupware</category>
<category>integration</category>
<dependencies>
<nextcloud min-version="28" max-version="32"/>
</dependencies>
<settings>
<personal>OCA\MailCalendarSync\Settings\PersonalSettings</personal>
<personal-section>OCA\MailCalendarSync\Settings\PersonalSection</personal-section>
</settings>
<background-jobs>
<job>OCA\MailCalendarSync\BackgroundJob\ProcessImipResponsesJob</job>
</background-jobs>
</info>