|
Cookbook /
Reminder-TalkYou add your comments about the Reminder recipe here. Please post new question at the bottom. --Petko April 19, 2008, at 11:06 PM Refactored answers to questionsHow to display an event happening every Tuesday and every Wednesday? You can: * w2 This will show every Tuesday* w3 This will show every Wednesday* w23 This will show every Tuesday and every Wednesday
How to change to Month/Day format instead of Day/Month? Set in config.php $ReminderDayMonth = "m/d"; Note that the examples in the documentation are currently in the "d/m" format.
Is it possible for a user to have his own tasks and to also see all events from a "community" calendar? Yes. In a user's wiki page, use this markup: (:rem:) #include Main.CommunityCalendar [below the user's own events] * w2 18h Soccer practice Tuesdays. (:remend:) Please help. I installed as it is written, but the names of the months shown incorrectly - another encoding. My site is in UTF-8 encoding. Where can I look at that and correct?
You can learn about the %d, %m, etc. variables here. --Petko October 01, 2009, at 01:30 PM mwaychoff? August 29, 2011, at 02:37 PM
would show something like: Not a prefix, as the beginning of a line has some meaning to Reminder, but with the new version you can have a suffix. --Petko August 29, 2011, at 05:13 PM excellant. super appreciate this new function! --mwaychoff? September 01, 2011, at 09:15 AM mwaychoff? August 29, 2011, at 02:48 PM #include NathanCalendar
#include SoccerCalendar
Done -- nested includes should have worked before, but were broken. --Petko August 29, 2011, at 05:13 PM gotcha. thanks for fixing so quickly. --mwaychoff? September 01, 2011, at 09:15 AM mwaychoff? September 01, 2011, at 09:15 AM Dates starting with = indicate fixed one-time reminders that will not repeat and need to be deleted when they expire. If you use a date like 1/9/2011 instead of =1/9/2011, your reminder will show within "pastdays" then hide for a year: you probably edit the page more often and could do some cleanup of your expired reminders. |