Index: openacs-4/packages/calendar/www/ics/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/ics/index.vuh,v diff -u -r1.1 -r1.2 --- openacs-4/packages/calendar/www/ics/index.vuh 2 Jul 2002 21:17:08 -0000 1.1 +++ openacs-4/packages/calendar/www/ics/index.vuh 10 Jul 2002 14:58:25 -0000 1.2 @@ -7,6 +7,8 @@ @author Ben Adida (ben@openforce) @creation-date June 20, 2002 @cvs-id $Id$ +} { + {all_occurences_p 0} } set path [ad_conn path_info] @@ -20,6 +22,9 @@ # Permission (FIXME: ben) # ad_require_permission $cal_item_id read -set ics_stuff [calendar::outlook::format_item -cal_item_id $cal_item_id] +set ics_stuff [calendar::outlook::format_item -cal_item_id $cal_item_id -all_occurences_p $all_occurences_p] ns_return 200 application/x-msoutlook $ics_stuff + +# This is for testing +# ns_return 200 text/plain $ics_stuff