<?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>appointments</id>
    <name>Appointments</name>
    <summary>Book appointments into your calendar via secure online form.</summary>
    <description><![CDATA[Book appointments into your calendar via secure online form. Attendees can confirm or cancel their appointments via an email link.]]></description>
    <version>1.12.6</version>
    <licence>agpl</licence>
    <author mail="sergey@srgdev.com" homepage="https://www.srgdev.com">Sergey Mosin</author>
    <namespace>Appointments</namespace>
    <types>
        <dav/>
    </types>
    <documentation>
        <user>https://github.com/SergeyMosin/Appointments#getting-started</user>
        <admin>https://github.com/SergeyMosin/Appointments</admin>
        <developer>https://github.com/SergeyMosin/Appointments</developer>
    </documentation>
    <category>office</category>
    <category>organization</category>
    <category>tools</category>
    <website>https://www.srgdev.com/lab/nextcloud-appointments/</website>
    <discussion>https://github.com/SergeyMosin/Appointments/issues</discussion>
    <bugs>https://github.com/SergeyMosin/Appointments/issues</bugs>
    <repository type="git">https://github.com/SergeyMosin/Appointments.git</repository>
    <screenshot>https://raw.githubusercontent.com/SergeyMosin/Appointments/master/screenshots/screenshot1.jpg</screenshot>
    <screenshot>https://raw.githubusercontent.com/SergeyMosin/Appointments/master/screenshots/screenshot2.jpg</screenshot>
    <screenshot>https://raw.githubusercontent.com/SergeyMosin/Appointments/master/screenshots/screenshot3.jpg</screenshot>
    <dependencies>
        <nextcloud min-version="22" max-version="24"/>
    </dependencies>
    <repair-steps>
        <post-migration>
            <step>OCA\Appointments\Migration\UpdateHook</step>
        </post-migration>
        <install>
            <step>OCA\Appointments\Migration\InstallHook</step>
        </install>
    </repair-steps>
    <navigations>
        <navigation>
            <name>Appointments</name>
            <route>appointments.page.index</route>
        </navigation>
    </navigations>
    <sabre>
        <plugins>
            <plugin>OCA\Appointments\Backend\ExternalModeSabrePlugin</plugin>
        </plugins>
    </sabre>
    <background-jobs>
        <job>OCA\Appointments\Cron\Reminders</job>
    </background-jobs>
</info>
