AnewtCalendarEvent class

Calendar event for AnewtCalendar calendars.

Class Overview

Calendar event for AnewtCalendar calendars.

AnewtCalendarEvent instances can be added to an AnewtCalendar using AnewtCalendar::add_event().

The properties that can be set on AnewtCalendar instances are:

Note that the summary and date-start properties are required by the iCalendar specification.

See also

Public Methods

__construct($summary=null, $date_start=null)

Construct a new AnewtCalendarEvent instance.

If you don't specify $summary or $date_start these values need to be set later.

Parameters

$summary

A summary line for this event (optional).

$date_start

A AnewtDateTimeAtom instance describing the start date for this event (optional).

Inheritance

Base Classes

Inherited members