| 
 
  7.53.37 mcal_list_events()
     Retourne une liste d'événement entre deux dates
    [ Exemples avec mcal_list_events ]   PHP 3>= 3.0.13, PHP 4  
array
 mcal_list_events (
int
 
mcal_stream
 ,
object
 
begin_date
 ,
object
 
end_date
 )
mcal_list_events
  retourne un tableau
      d'identifiants d'événéments, compris
      entre deux dates.
     
mcal_list_events
  prend une date de
      début et une date de fin. Un tableau d'identifiants
      est retourné.
     
 |