dolibarr 18.0.6
|
Define Common function to access calendar items and format it in vCalendar. More...
Public Member Functions | |
__construct ($user, $db, $langs) | |
Constructor. | |
getSqlCalEvents ($calid, $oid=false, $ouri=false) | |
Base sql request for calendar events. | |
toVCalendar ($calid, $obj) | |
Convert calendar row to VCalendar string. | |
getFullCalendarObjects ($calendarId, $bCalendarData) | |
getFullCalendarObjects | |
Define Common function to access calendar items and format it in vCalendar.
Definition at line 28 of file dav.class.php.
CdavLib::__construct | ( | $user, | |
$db, | |||
$langs ) |
CdavLib::getFullCalendarObjects | ( | $calendarId, | |
$bCalendarData ) |
getFullCalendarObjects
int | $calendarId | Calendar id |
int | $bCalendarData | Add calendar data |
Definition at line 252 of file dav.class.php.
CdavLib::getSqlCalEvents | ( | $calid, | |
$oid = false, | |||
$ouri = false ) |
Base sql request for calendar events.
int | $calid | Calendard id |
int | boolean | $oid | Oid |
int | boolean | $ouri | Ouri |
Definition at line 59 of file dav.class.php.
References getEntity(), and user.
CdavLib::toVCalendar | ( | $calid, | |
$obj ) |
Convert calendar row to VCalendar string.
int | $calid | Calendar id |
Object | $obj | Object id |
Definition at line 119 of file dav.class.php.