★ wanayoo — archive 1999 http://www.php.net/manual/function.mcal-list-events.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to MCAL
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
MCAL
* mcal_open
* mcal_close
* mcal_fetch_event
* mcal_list_events
* mcal_append_event
* mcal_store_event
* mcal_delete_event
* mcal_snooze
* mcal_list_alarms
* mcal_event_init
* mcal_event_set_category
* mcal_event_set_title
* mcal_event_set_description
* mcal_event_set_start
* mcal_event_set_end
* mcal_event_set_alarm
* mcal_event_set_class
* mcal_is_leap_year
* mcal_days_in_month
* mcal_date_valid
* mcal_time_valid
* mcal_day_of_week
* mcal_day_of_year
* mcal_date_compare
* mcal_next_recurrence
* mcal_event_set_recur_none
* mcal_event_set_recur_daily
* mcal_event_set_recur_weekly
* mcal_event_set_recur_monthly_mday
* mcal_event_set_recur_monthly_wday
* mcal_event_set_recur_yearly
* mcal_fetch_current_stream_event
Manual: mcal_list_events
View the source code for this pageSearch the site



Previous page
 mcal_fetch_event
 Updated
Sat, 12 Aug 2000
mcal_append_event 
Next page


mcal_list_events

(PHP3 >= 3.0.13, PHP4 >= 4.0b4)

mcal_list_events --  Return a list of events between two given datetimes

Description

array mcal_list_events (int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]])

Returns an array of event ID's that are between the start and end dates, or if just a stream is given, uses the start and end dates in the global event structure.

mcal_list_events() function takes in an optional beginning date and an end date for a calendar stream. An array of event id's that are between the given dates or the internal event dates are returned.


User Contributed Notes: mcal_list_events


philip@langelund.net
26-Jul-2000 01:37
Why is it not possible to fetch event by end date? This could be very usefull for showing event that runs over several days! Any ideas are veru welcome!


cmoyer@chekinc.com
03-Aug-2000 05:04
In response to above...
I was under the impression that only start dates were specified with MCAL. So any event starts and ends on the same date.



 About Notes


Previous page
 mcal_fetch_event
 Updated
Sat, 12 Aug 2000
mcal_append_event 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.