76 return new CalendarHome($this->caldavBackend, $principal);
getName()
Returns the nodename.
const CALENDAR_ROOT
The hardcoded root for calendar objects.
The CalendarHome represents a node that is usually in a users' calendar-homeset.
getChildForPrincipal(array $principal)
This method returns a node for a principal.
__construct(PrincipalBackend\BackendInterface $principalBackend, Backend\BackendInterface $caldavBackend, $principalPrefix='principals')
Constructor.
Implement this interface to create your own principal backends.