|
dolibarr 19.0.4
|
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 251 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 58 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 118 of file dav.class.php.