module Tilia::CalDav::Subscriptions::ISubscription
Nodes implementing this interface represent calendar subscriptions.
The subscription node doesn't do much, other than returning and updating subscription-related properties.
The following properties should be supported:
-
{DAV:}displayname
-
{calendarserver.org/ns/}subscribed-strip-todos (omit if todos should not be stripped).
-
{calendarserver.org/ns/}subscribed-strip-alarms (omit if alarms should not be stripped).
-
{calendarserver.org/ns/}subscribed-strip-attachments (omit if attachments should not be stripped).
-
{calendarserver.org/ns/}source (Must be a
Sabre\DAV\Property\Href).
It is recommended to support every property.
@copyright Copyright (C) 2007-2015 fruux GmbH (fruux.com/). @author Evert Pot (evertpot.com/) @license sabre.io/license/ Modified BSD License