<?xml version="1.0"?>
<!--
  - SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>calendar_resource_management</id>
	<name>Calendar Resource Management</name>
	<summary>Management for calendar resources and rooms</summary>
	<description><![CDATA[Management for calendar resources and rooms]]></description>
	<version>0.9.0</version>
	<licence>agpl</licence>
	<author>Richard Steinmetz</author>
	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
	<namespace>CalendarResourceManagement</namespace>
	<types>
		<prevent_group_restriction/>
	</types>
	<category>office</category>
	<category>organization</category>
	<bugs>https://github.com/nextcloud/calendar_resource_management</bugs>
	<dependencies>
		<php min-version="8.0" max-version="8.4" />
		<nextcloud min-version="28" max-version="31"/>
	</dependencies>
	<commands>
		<command>OCA\CalendarResourceManagement\Command\CreateBuilding</command>
		<command>OCA\CalendarResourceManagement\Command\CreateResource</command>
		<command>OCA\CalendarResourceManagement\Command\CreateRestriction</command>
		<command>OCA\CalendarResourceManagement\Command\CreateRoom</command>
		<command>OCA\CalendarResourceManagement\Command\CreateStory</command>
		<command>OCA\CalendarResourceManagement\Command\CreateVehicle</command>
		<command>OCA\CalendarResourceManagement\Command\ListResources</command>
		<command>OCA\CalendarResourceManagement\Command\DeleteResource</command>
	</commands>
</info>
