From: David F. <da...@d2...> - 2005-05-03 02:06:04
|
In prep for some future stuff, and because it seems useful to have, I'm adding the recurrence info to the event.php popup page. So, after some head-scratching to understand how data is passed around, it looks like it would be easier for me to generate the correct string for the recurrence in day.php/month.php/etc. (correct string being "every week, mon-fri", or "every 2 days, except 3/1/05") But before going down that road, wanted to check if there was a preference on instead passing the raw recur data to event.php, and having the parsing logic there. This will lead to various localization issue, it seems, but I haven't gotten far enough yet to understand what. (other than the obvious "there's a new label in event.php to translate"). dave |