icap_list_events --
Return a list of events between two given datetimes
Syntax
array icap_list_events ( int stream_id, int begin_date [, int end_date] )
Returns an array of event ID's that are between the two given
datetimes.
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.
All 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
Php icap list events Function syntax tag
icap list events php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php icap list events syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.