mail_calendar_sync/composer.json
2026-02-09 23:02:34 -05:00

11 lines
277 B
JSON

{
"name": "nextcloud/mail_calendar_sync",
"description": "Automatically apply calendar invitation responses from Mail to Calendar",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"OCA\\MailCalendarSync\\": "lib/"
}
}
}