RE: Calendar defect

"Bauer, Georg" <[email protected]> Mon, 19 Apr 2004 11:08:12 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> Has anyone reported seeing problems with the rendering of the 
> calendar? In particular, on my current homepage,

Weird, but it does happen sometimes. What I do with my installations is that
I added two timers. One timer clears the calendar cache once a day. That way
the cache can't get out of sync with reality (shouldn't happen, but does
happen sometimes). The second timer is started after the first and just does
a rerendering of the weblog and picture blog. This way even if something
goes out of sync, it is repaired.

You can do this manually, too - just clear the calendar cache in the
calendartool index page and then rerender the tools where the calendar is
shown wrong.

bye, Georg