Description
object
mcal_fetch_event ( int mcal_stream, int event_id [, int options])
mcal_fetch_event() fetches an event from the
calendar stream specified by id_
Returns an event object consisting of:
int id _ ID of that event_
int public _ TRUE if the event if public, FALSE if it is
private_
string category _ Category string of the event_
string title _ Title string of the event_
string description _ Description string of the event_
int alarm _ number of minutes before the event to send an
alarm/reminder_
object start _ Object containing a datetime entry_
object end _ Object containing a datetime entry_
int recur_type _ recurrence type
int recur_interval _ recurrence interval
datetime recur_enddate _ recurrence end date
int recur_data _ recurrence data
All datetime entries consist of an object that contains: