mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #9261 from nextcloud/doc/add-imip-documentation
[stable25] Add documentation for iMIP API
This commit is contained in:
commit
d09c55f5ed
@ -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
|
||||
---------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user