Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions developer_manual/digging_deeper/groupware/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down