ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ISharedCalendar.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\CalDAV
;
4
5
use
Sabre\DAV\Sharing\ISharedNode
;
6
14
interface
ISharedCalendar
extends
ISharedNode
{
15
25
function
setPublishStatus
($value);
26
}
ISharedNode
Sabre\CalDAV\ISharedCalendar
This interface represents a Calendar that is shared by a different user.
Definition:
ISharedCalendar.php:14
Sabre\CalDAV
Sabre\DAV\Sharing\ISharedNode
This interface represents a resource that has sharing capabilities, either because it's possible for ...
Definition:
ISharedNode.php:16
Sabre\CalDAV\ISharedCalendar\setPublishStatus
setPublishStatus($value)
Marks this calendar as published.
php
libs
composer
vendor
sabre
dav
lib
CalDAV
ISharedCalendar.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)