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.
3 - This event recurs monthly on a specific day of
the month (e.g. the 10th of the month)
4 - This event recurs monthly on a sequenced day of
the week (e.g. the 3rd Saturday)