Gtk2::Ex::ICal::Recur is a simple UI widget for scheduling a recurring set of events. Like a meeting appointment, for example, on all mondays and thursdays for the next 3 months.
The widget is written using the GTK+ toolkit in pure perl using gtk2-perl bindings. The back-end data model for this widget is built with the DateTime::Event::ICal (Flavio's) module in mind. This version of the module can be downloaded from sourceforge at http://prdownloads.sourceforge.net/gtk2-perl-ex/Gtk2-Ex-ICal-Recur-0.04.tar.gz?download Examples are included in the package. A sample screenshot is available at http://ofey.blogspot.com/2005/04/gtk2exicalrecur_13.html ---------------------------- Changes in 0.04 ---------------------------- * Completed the menus for all choices. * Added some coloring to get user attention while building the model. * Cleaned up some widget packing. ---------------------------- I normally send out release announcements in the gtk-perl list http://mail.gnome.org/archives/gtk-perl-list/ but I thought this one may be of interest to folks in this list too. Thanks, Ofey.