MonthCalendar

This macro is for those who want to use MoinMoin as a Personal Information Manager and need a calendar wiki integration.

Example

Usage:
<<MonthCalendarDisabled(BasePage,year,month,monthoffset,monthoffset2,height6,anniversary,template)>>

each parameter can be empty and then defaults to currentpage or currentdate or monthoffset=0


Samples:

Calendar of Page SampleUser, this year's december: 
<<MonthCalendarDisabled(SampleUser,,12)>>

Calendar of current Page, this year's december:
<<MonthCalendarDisabled(,,12)>>

Calendar of December, 2001:
<<MonthCalendarDisabled(,2001,12)>>

Calendar of the month two months after December, 2001
(maybe doesn't make much sense, but is possible)
<<MonthCalendarDisabled(,2001,12,+2)>>

Calendar of year 2002 (every month padded to height of 6):
||||||Year 2002||
||<<MonthCalendarDisabled(,2002,1,,,1)>>||<<MonthCalendarDisabled(,2002,2,,,1)>>||<<MonthCalendarDisabled(,2002,3,,,1)>>||
||<<MonthCalendarDisabled(,2002,4,,,1)>>||<<MonthCalendarDisabled(,2002,5,,,1)>>||<<MonthCalendarDisabled(,2002,6,,,1)>>||
||<<MonthCalendarDisabled(,2002,7,,,1)>>||<<MonthCalendarDisabled(,2002,8,,,1)>>||<<MonthCalendarDisabled(,2002,9,,,1)>>||
||<<MonthCalendarDisabled(,2002,10,,,1)>>||<<MonthCalendarDisabled(,2002,11,,,1)>>||<<MonthCalendarDisabled(,2002,12,,,1)>>||

Current calendar of me, also showing entries of A and B:
<<MonthCalendarDisabled(MyPage*TestUserA*TestUserB)>>

SubPage calendars:
<<MonthCalendarDisabled(MyName/CalPrivate)>>
<<MonthCalendarDisabled(MyName/CalBusiness)>>
<<MonthCalendarDisabled(MyName/CalBusiness*MyName/CalPrivate)>>

Anniversary Calendars: (no year data)
<<MonthCalendarDisabled(Yearly,,,+1,,1,1)>>

This creates calendars of the format Yearly/MM-DD
By leaving out the year, you can set birthdays, and anniversaries in this
calendar and not have to re-enter each year.

This creates a calendar which uses MonthCalendarTemplate for directly editing
nonexisting day pages:
<<MonthCalendarDisabled(,,,,,,,MonthCalendarTemplate)>>

Display

The simplest version looks like this:

<< <  2025 / 4 >  >>
Mon Tue Wed Thu Fri Sat Sun
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        

The previous month's calendar for page "OtherUser" looks like that:

OtherUser
<< <  2025 / 3 >  >>
Mon Tue Wed Thu Fri Sat Sun
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

see also: HelpOnMacros

Usage

When an event is entered on a date, that date will be highlighted on the calendar, which you can also mouse over and get a javascript pop-up. To get a summary in that pop-up, put the summary in a heading 1 case, like = Big Birthday Today! =

iDIAcomputing: HelpOnMacros/MonthCalendar (last edited 2011-08-24 18:33:02 by GeorgeDinwiddie)