ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NotificationSupport.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\CalDAV\Backend;
4 
6 
26 
33  function getNotificationsForPrincipal($principalUri);
34 
44  function deleteNotification($principalUri, NotificationInterface $notification);
45 
59  function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null);
60 
61 }
deleteNotification($principalUri, NotificationInterface $notification)
This deletes a specific notifcation.
This interface reflects a single notification type.
$summary
Definition: cron.php:24
shareReply($href, $status, $calendarUri, $inReplyTo, $summary=null)
This method is called when a user replied to a request to share.
Every CalDAV backend must at least implement this interface.
getNotificationsForPrincipal($principalUri)
Returns a list of notifications for a given principal url.
Adds caldav notification support to a backend.