NAME
RTx::Calendar - Calendar for RT
VERSION
This document describes version 0.02 of RTx::Calendar, released 06 April 2007
DESCRIPTION
This RT extension provides a calendar view for your tickets. You can find it in the menu Tools->Calendar.
You can also add the portlet. To do that you must add MyCalendar to $HomepageComponents in etc/RT_SiteConfig.pm like that :
Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
And add it your preferences.
Idea borrowed from redmine's calendar (Thanks Jean-Philippe).
AUTHORS
Nicolas Chuche <nchuche@barna.be>
COPYRIGHT
Copyright 2007 by Nicolas Chuche <nchuche@barna.be>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.