FreeMED Opensource EMR/PM Software |
FreeMED. vCalendarEventClass to encapsulate a single vCalendar event. Summary
vCalendarEvent constructorParameters
|
Produce the text of a singular vCalendar event.
function generate ( )
Form a proper description of the event so that it is human-readable.
function description ( )
Generate text location.
function location ( )
Generate vCalendar formatted start time.
function start_time ( )
Generate vCalendar formatted end time.
function end_time ( )
Internal method to convert timestamps into vCalendar format times.
function _ts2vcal ( $timestamp )