From: Jared <xe...@si...> - 2002-11-19 22:08:27
|
On Tuesday, November 19, 2002, at 12:41 PM, Greg Westin wrote: > No, no error in that respect. I meant if people wanted the calendar, > in > general, to show the parsed calendar, but at some moment wanted to get > the > most current calendar, instead. For example, if I didn't have the > ability > to change either my config.inc.php settings or remove the fiels from > /tmp, > I wouldn't be able to see my todos in any of my recently-viewed > calendars > right now, because they were parsed before I updated my CVS to include > the > VTODO support. You should be able to see the changes. The script determines whether to reparse on if the file is different than the last time it parsed. If you added something to the file, surely the modification date would change and the script would know to reparse it. As Chad said, if this is not working for you, let me know and I'll try to figure it out. Providing a method to force-reparse the file would be possible (and easy) but I just don't see the benefit. If I'm not understanding you, please try to explain again. -Jared |