[pmwiki-users] Shared calendars

Chris Cox ccox at airmail.net
Thu Oct 13 10:01:14 CDT 2005


mast at ssl.co.uk wrote:
> Hi,
> 
> I've been taking a look at some of the calendar cookbook recipes and
> they look very fine. However, I'm looking for an answer to a slightly
> different problem - a system to support an office where people are
> working away from the office much of the time needs to maintain a
> board saying where everyone is (in, out (and where)) and when they
> next expect to be in. It needs to have a week or two lookahead.
> 
> A layout that favours entry by the individuals concerned would show
> their own entries by the day. A layout that makes the days activities
> visible would show the entries per day, arranged by individual. This
> makes a simple wiki page problematic.
> 
> Anyone tried this sort of thing?

Each user gets a PmCalendar.

e.g.

CcoxCalendar/CcoxCalendar
    ! Ccox Calendar

CcoxCalendar/GroupFooter
    (:pmcal:)

BobCalendar/BobCalendar
    ! Bob Calendar

BobCalendar/GroupFooter
    (:pmcal:)

GroupCalendar/GroupCalendar
    ! Group Calendar

GroupCalendar/GroupFooter
    (:pmcal cals=Ccox,Bob:)

Users edit their <Name>Calendar's
and the GroupCalendar shows all their
entries together.

You can add monthsahead for a one (or whatever)
months ahead look.

(:pmcal monthsahead=1:)

Are you sure PmCalendar won't work for you?




More information about the pmwiki-users mailing list