(PHP 3 = 3.0.13, PHP 4 )
mcal_fetch_current_stream_event()
returns the current stream's event structure as an object
containing:
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.