Nextcloud PHP API (master)

ICalendarProvider

This interface defines a lazy loading mechanism for calendars for Public Consumption

Tags
since
23.0.0

Table of Contents

Methods

getCalendars()  : array<string|int, ICalendar>

Methods

getCalendars()

public getCalendars(string $principalUri[, array<string|int, string> $calendarUris = [] ]) : array<string|int, ICalendar>
Parameters
$principalUri : string

URI of the principal

$calendarUris : array<string|int, string> = []

optionally specify which calendars to load, or all if this array is empty

Tags
since
23.0.0
Return values
array<string|int, ICalendar>

        
On this page

Search results