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);
181 $this->hlp->updateCalendarName($calendarId, $propertyValue);
185 $this->hlp->updateCalendarDescription($calendarId, $propertyValue);
189 $this->hlp->updateCalendarTimezone($calendarId, $propertyValue);
248 $arr = $this->hlp->getCalendarObjects($calendarId);
286 $row = $this->hlp->getCalendarObjectByUri($calendarId, $objectUri);
320 $arr = $this->hlp->getMultipleCalendarObjectsByUri($calendarId, $uris);
366 $etag = $this->hlp->addCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
394 … $etag = $this->hlp->editCalendarEntryToCalendarByICS($calendarId, $objectUri, $calendarData);
414 $this->hlp->deleteCalendarEntryForCalendarByUri($calendarId, $objectUri);
474 $result = $this->hlp->calendarQuery($calendarId, $filters);
501 $calids = array_keys($this->hlp->getCalendarIsForUser($principalUri));
502 $event = $this->hlp->getEventWithUid($uid);
506 $settings = $this->hlp->getCalendarSettings($event['calendarid']);
571 $result = $this->hlp->getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit);