[calendar] recurring events
Brought to you by:
barrel
It would be really nice to be able to create recurring events like this:
use this event in the [first/second/third/fourth/fifth] [weekday] of
every month.
it might also be easy to implement using the "Repeat day for weekly
repeats" section. Using the date we create the event into and having
the correct weekday already chosen automatically, a function similar
to this one could be used (This function returns the current week
number):
$week=(integer)date('W')-(integer)date('W', mktime(0, 0, 0, date('n'), 1,
date('Y')));
Logged In: YES
user_id=96199
I will have a look at it. Since you seem to know PHP, are
you not interested in implemeting this feature? ;-)
Logged In: NO
yes that would be very nice. i miss this feature too