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