$calendarName
$calendarName : string
The name of the calendar
Class EasyPeasyICS.
Simple ICS data generator
addEvent(string $start, string $end, string $summary = '', string $description = '', string $url = '', string $uid = '') : array
Add an event to this calendar.
string | $start | The start date and time as a unix timestamp |
string | $end | The end date and time as a unix timestamp |
string | $summary | A summary or title for the event |
string | $description | A description of the event |
string | $url | A URL for the event |
string | $uid | A unique identifier for the event - generated automatically if not provided |
An array of event details, including any generated UID