$id
$id : integer
Class C_Events This class consists of DB operations for loading calendar settings, edit etc
Description: Manages Events. Extends C_Calendar Class
$allDay : string
$start : string
$end : string
__construct(int $calendarID, string $title, string $start, string $end, string $url, string $allDay, string $className, string $editable, string $startEditable, string $durationEditable, string $source, string $color, string $backgroundColor, string $borderColor, string $textColor, string $description, string $free_busy, string $location, string $privacy, string $reminder_type, string $repeat_start_date, string $repeat_end_on, string $repeat_end_after, string $repeat_never, $repeat_by, string $reminder_time, string $reminder_time_unit, string $repeat_type, string $repeat_interval, int $repeat_on_sun, int $repeat_on_mon, int $repeat_on_tue, int $repeat_on_wed, int $repeat_on_thu, int $repeat_on_fri, int $repeat_on_sat)
Constructor Function for Events
Creates an Event Object when called. By default creates an event object and if user requests 'LOAD_MY_EVENTS' then it loads all events based on logged in users
| int | $calendarID | |
| string | $title | |
| string | $start | |
| string | $end | |
| string | $url | |
| string | $allDay | |
| string | $className | |
| string | $editable | |
| string | $startEditable | |
| string | $durationEditable | |
| string | $source | |
| string | $color | |
| string | $backgroundColor | |
| string | $borderColor | |
| string | $textColor | |
| string | $description | |
| string | $free_busy | |
| string | $location | |
| string | $privacy | |
| string | $reminder_type | |
| string | $repeat_start_date | |
| string | $repeat_end_on | |
| string | $repeat_end_after | |
| string | $repeat_never | |
| $repeat_by | ||
| string | $reminder_time | |
| string | $reminder_time_unit | |
| string | $repeat_type | |
| string | $repeat_interval | |
| int | $repeat_on_sun | |
| int | $repeat_on_mon | |
| int | $repeat_on_tue | |
| int | $repeat_on_wed | |
| int | $repeat_on_thu | |
| int | $repeat_on_fri | |
| int | $repeat_on_sat |