<?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>holiday_calendars</id>
    <name>Holiday Calendars</name>
    <summary>Allows to subscribe to holidays public calendars</summary>
    <description><![CDATA[
This is an app listing links to public calendars representing the holidays and allowing to subscribe to them

## Settings

By going to **Settings > Personal > Groupware** you can subscribe to the different calendars.
    ]]></description>
    <version>0.3.0</version>
    <licence>agpl</licence>
    <author mail="nextcloud@tcit.fr">Thomas Citharel</author>
    <namespace>HolidayCalendars</namespace>
    <category>office</category>
	<website>https://framagit.org/framasoft/nextcloud/holiday_calendars</website>
	<bugs>https://framagit.org/framasoft/nextcloud/holiday_calendars/issues</bugs>
	<repository>https://framagit.org/framasoft/nextcloud/holiday_calendars</repository>
	<screenshot>https://framagit.org/framasoft/nextcloud/holiday_calendars/-/raw/main/screenshots/list_subscriptions.png</screenshot>
	<screenshot>https://framagit.org/framasoft/nextcloud/holiday_calendars/-/raw/main/screenshots/add_new_subscription.png</screenshot>
    <dependencies>
		<php min-version="7.4" max-version="8.2" />
        <nextcloud min-version="25" max-version="26"/>
    </dependencies>
	<settings>
		<personal>OCA\HolidayCalendars\Settings\Personal</personal>
	</settings>
</info>
