b3d80d62b7
reminders so you see when is your next due ticket. You can find it in the menu Search->Calendar. There's a portlet to put on your home page (see Prefs/MyRT.html) You can also enable ics (ICal) feeds for your default calendar and all your private searches in Prefs/Calendar.html. Authentication is magic number based so that you can give those feeds to other people. You can find screenshots on http://gaspard.mine.nu/dotclear/index.php?tag/rtx-calendar WWW: http://search.cpan.org/dist/RTx-Calendar/ PR: ports/126781 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
9 lines
385 B
Text
9 lines
385 B
Text
|
|
To use MyCalendar portlet you must add MyCalendar to $HomepageComponents
|
|
in etc/RT_SiteConfig.pm like that :
|
|
|
|
Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
|
|
MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
|
|
|
|
To enable private searches ICal feeds, you need to give
|
|
CreateSavedSearch and LoadSavedSearch rights to your users.
|