ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ISharedCalendar.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\CalDAV;
4 
6 
14 interface ISharedCalendar extends ISharedNode {
15 
25  function setPublishStatus($value);
26 }
This interface represents a Calendar that is shared by a different user.
This interface represents a resource that has sharing capabilities, either because it&#39;s possible for ...
Definition: ISharedNode.php:16
setPublishStatus($value)
Marks this calendar as published.