= WikiCalendar Macro = == Description == Renders a calendar of links to date-based wiki pages. Its primary use is for maintaining a calendar of meeting minutes, but it can be used in any situation where the wiki page name is based on the date. It is designed to work well with the [trac:MacroBazaar#Blog Blog] macro, so if a previous month is selected from the Blog, the calendar will display the selected month. Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages. It takes one argument to specify the format of the page names. It uses the time format syntax from the Python [http://python.org/doc/current/lib/module-time.html time module]'s {{{strftime}}} method. == Bugs/Feature Requests == Existing bugs and feature requests for WikiCalendarMacro are [report:9?COMPONENT=WikiCalendarMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiCalendarMacro&owner=mgood new ticket]. == Download == * [source:wikicalendarmacro/0.8 WikiCalendarMacro for 0.8]. * [source:wikicalendarmacro/0.9 WikiCalendarMacro for 0.9]. * [download:wikicalendarmacro Download] the entire tree as a ZIP file. == Source == You can check out the source for WikiCalendarMacro from Subversion [http://trac-hacks.org/svn/wikicalendarmacro here] or [source:wikicalendarmacro browse the source] with Trac. == Example == {{{ [[WikiCalendar(Meeting-%Y-%m-%d)]] }}} == Author/Contributors == '''Author:''' [wiki:mgood mgood] [[BR]] '''Contributors:''' [[TagIt(macro,mgood,example,0.8,0.9)]]