PHP Manual: icap_list_events
icap_list_events
Description
array icap_list_events ( int stream_id, int begin_date [, int end_date] )icap_list_events() function takes in a beginning datetime and an end datetime for a calendar stream. An array of event id's that are between the given datetimes are returned.
Parameters
stream_idbegin_dateAll datetime entries consist of an object that contains:
int year - year
int month - month
int mday - day of month
int hour - hour
int min - minutes
int sec - seconds
end_dateSee description of
begin_date.