|
dolibarr
x.y.z
|
Define Common function to access calendar items and format it in vCalendar. More...
Public Member Functions | |
| __construct ($user, $db, $langs) | |
| Constructor. More... | |
| getSqlCalEvents ($calid, $oid=false, $ouri=false) | |
| Base sql request for calendar events. More... | |
| toVCalendar ($calid, $obj) | |
| Convert calendar row to VCalendar string. More... | |
| getFullCalendarObjects ($calendarId, $bCalendarData) | |
| getFullCalendarObjects More... | |
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.
| 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.