Merge pull request #9261 from nextcloud/doc/add-imip-documentation

[stable25] Add documentation for iMIP API
This commit is contained in:
Richard Steinmetz 2022-11-08 16:28:07 +01:00 committed by GitHub
commit d09c55f5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,8 +159,14 @@ Calendars that only return `ICalendar` are implicitly read-only. If your app's c
// Write data to your calendar representation
}
public function handleIMipMessage(string $name, string $calendarData): void {
// Validation and write to your calendar representation
}
}
You must implement the ``handleIMipMessage`` method if your calendar is writable. You can find more infomation on the conditions that have to be fulfilled for iMIP data to be processed in the `RFC <https://www.rfc-editor.org/rfc/rfc6047>`_
Resources
---------