11 lines
277 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|