Home
last modified time | relevance | path

Searched refs:freebusy (Results 1 – 24 of 24) sorted by relevance

/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php31 foreach ($this->select('FREEBUSY') as $freebusy) {
34 …if (isset($freebusy['FBTYPE']) && 'BUSY' !== strtoupper(substr((string) $freebusy['FBTYPE'], 0, 4)…
40 $periods = explode(',', (string) $freebusy);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php31 foreach ($this->select('FREEBUSY') as $freebusy) {
35 …if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'], 0, 4)) !== 'BUSY'…
41 $periods = explode(',', (string)$freebusy);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
39 $periods = explode(',', (string)$freebusy);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
39 $periods = explode(',', (string)$freebusy);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 foreach($this->select('FREEBUSY') as $freebusy) {
33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
39 $periods = explode(',', (string)$freebusy);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php278 foreach($component->FREEBUSY as $freebusy) {
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
286 $values = explode(',', $freebusy);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php278 foreach($component->FREEBUSY as $freebusy) {
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
286 $values = explode(',', $freebusy);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php278 foreach($component->FREEBUSY as $freebusy) {
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
286 $values = explode(',', $freebusy);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php349 $freebusy = $result->VFREEBUSY->select('FREEBUSY');
351 foreach($freebusy as $fb) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php349 $freebusy = $result->VFREEBUSY->select('FREEBUSY');
351 foreach($freebusy as $fb) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php349 $freebusy = $result->VFREEBUSY->select('FREEBUSY');
351 foreach($freebusy as $fb) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php461 foreach ($component->FREEBUSY as $freebusy) {
462 … $fbType = isset($freebusy['FBTYPE']) ? strtoupper($freebusy['FBTYPE']) : 'BUSY';
469 $values = explode(',', $freebusy);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php496 foreach ($component->FREEBUSY as $freebusy) {
498 … $fbType = isset($freebusy['FBTYPE']) ? strtoupper($freebusy['FBTYPE']) : 'BUSY';
504 $values = explode(',', $freebusy);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng563 property-freebusy* &
901 property-freebusy = element freebusy {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng563 property-freebusy* &
901 property-freebusy = element freebusy {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCalendar.php59 public $freebusy; variable in Google\\Service\\Calendar
890 'freebusy',
/plugin/webdav/
H A Dcomposer.lock371 "freebusy",
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php719 public $freebusy; variable in Google_CalendarService
737 …$this->freebusy = new Google_FreebusyServiceResource($this, $this->serviceName, 'freebusy', json_d…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md142 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md142 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md102 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md368 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md307 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md107 calendars during freebusy operations in the scheduling plugin. Instead, we
108 check the `schedule-query-freebusy` privilege on the target users' inbox,
605 * #567: Doing freebusy requests on accounts that had 0 calendars would throw