Calendars and recurring events

Dave Swegen dswegen at software.plasmon.com
Thu Jan 31 09:45:10 EST 2002


On Tue, Jan 29, 2002 at 07:40:15AM -0800, Kevin Dahlhausen wrote:
> > I'd like the user to be able to specify "repeat once a year", "repeat
> > until ddmmyyyy", "repeat every two weeks", "repeat first Monday of the
> > month" etc etc.
> 
> I've given some thought to this as well.  There's a program called
> 'pcal' that generates calendars from event files.   One might wrap the
> relevant source of pcal w/a SWIG wrapper and generate a python
> extension that handles the date parsing / validation.

On a vaguely related note: mxDateTime is seriously lovely. Just had a
brief play with it yesterday. Doing calendary stuff is so trivial it's
plain scary. No library should be this easy to use *shakes head in
disbelief*.

And so back to normal programming...

Cheers
	Dave




More information about the Python-list mailing list