Lines Matching refs:hlp
24 protected $hlp = null; variable in DokuWikiSabreCalendarBackend
48 function __construct(&$hlp) argument
51 $this->hlp = $hlp;
90 $idInfo = $this->hlp->getCalendarIdsForUser($principalUri);
94 $row = $this->hlp->getCalendarSettings($id);
174 $this->hlp->updateCalendarName($calendarId, $propertyValue);
178 $this->hlp->updateCalendarDescription($calendarId, $propertyValue);
182 $this->hlp->updateCalendarTimezone($calendarId, $propertyValue);
241 $arr = $this->hlp->getCalendarObjects($calendarId);
279 $row = $this->hlp->getCalendarObjectByUri($calendarId, $objectUri);
313 $arr = $this->hlp->getMultipleCalendarObjectsByUri($calendarId, $uris);
359 $etag = $this->hlp->addCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
387 … $etag = $this->hlp->editCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
407 $this->hlp->deleteCalendarEntryForCalendarByUri($calendarId, $objectUri);
467 $result = $this->hlp->calendarQuery($calendarId, $filters);
494 $calids = array_keys($this->hlp->getCalendarIsForUser($principalUri));
495 $event = $this->hlp->getEventWithUid($uid);
499 $settings = $this->hlp->getCalendarSettings($event['calendarid']);
564 $result = $this->hlp->getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit);