From: Michel <mi...@la...> - 2002-10-07 19:17:09
|
Chad wrote : > So, lets start planning the next one. > In list of importance by me. > 1) Figure out why Oct 27th isn't parsed correctly on all systems. > 2) Email this event. - Sends a .ics file with just that event. > 3) Search - Find your mama's birthday. > 4) Calendar coloring - Specify which style sheets to use for calendars > 1, 2, 3, 4... > 5) Year.php - I will toss this together on my trip hopefully. > 6) More themes - Will hope that some people submit a few new themes to > support #3. Hi guys, The 0.6 was a good release. But I saw some few things to fix to be perfect: - untimed events (as "Stef in town" all-over september's Home calendar), in "This Month's Events" down the month.php page, are shown as 12.00 AM They should be displayed without the 12.00 AM as in the rest of the calendar (To correct this, add $event_end = ''; in month_bottom.php, lines 363) - I checked the differences between iCalendar 0.6's calendar parsing and iCal.app's calendar parsing. One event disapeared with iCalendar on Tuesday, Sept 17 "My birthday" You can see that looking for "My birthday" in the .ics source (we have to check again ical_parser.php because this might be very anoying) - untimed events are shown as "All - Day" instead using the $all_day_lang variable in day.php and week.php This is due to the displayed loop (lines 106-116 in day.php, lines 178-187 in week.php) The good loop method is in month.php lines 133-168 Mike. |