Using the Zope CalendarTag for fun and profit

  1. Download the latest version of CalendarTag
  2. Unzip into your Zope Products folder C:\Zope281\lib\python\Products so that you have C:\zope281\lib\python\Products\Calendar\
  3. Run zope (bin\runzope.bat)
  4. Go to Zope management screen http://localhost:8080/manage
  5. Create a DTML page
  6. Type in the following

<dtml-calendar>
  <dtml-var date fmt="%d">
</dtml-calendar>

For more help go to http://localhost:8080/HelpSys and look for more examples under Calendar.

You should follow me on twitter here

Leave a Reply