posted August 04, 2003 07:08 PM
** I've tried:
<!--#include virtual="/cgi-bin/calendar.pl?template=ssi.html" -->
That however, calls the entire months events **You have to pass all the parameters that are contained in the ssi.txt file as each tells the template something different. Eg.
template=ssi.html
Means display the results in the ssi.html template file.
duration=2d
Means get 2 days events.
calendar=test
*Optional: Means get events from the "test" calendar. That is optional but will only display the calendar defined as the default if not present.
BTW. An example of such an SSI call is shown in the previous forum message "SSI head ache !".
** but only from the "default" calendar. **
A template will only display events from a single calendar at a time unless you've installed the Meta Calendar plug-in (which displays events from all calendars at the same time). Otherwise you'd have to have multiple SSI calls, each referencing a different calendar.
** What I NEED to do is call the days events to an html page **
Technically speaking, you will only be able to include files into an SSI page (which usually requires a file name extension of .shtml or .sht depending on server configuration) not a plain HTML page.
Mango
** <!--#include virtual="/cgi-bin/calendar.pl?template=ssi_max_days.html" -->
I get it to show up on my page but it doesnt look good, and there are no links to individual items, where do I go to edit this? **
You will have to edit the ssi_max_days.html file.
Dan O.
[This message has been edited by DanO (edited August 04, 2003).]