Hi Yet Another Proto Fix
docs: array mcal_list_alarms ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]]) c file: array mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) the c file doesn't include the [ ]'s but only stream_id is required There is also the function mcal_list_events but I'm not sure if the docs and c file or a user note is correct. docs and c file: array mcal_list_events(int stream_id, object begindate [, object enddate]) user note: (int stream_id, startYear, startMonth, startDay, endYear, endMonth, endDay) Is that user correct? - Vincent
