GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RTx::Calendar(3) User Contributed Perl Documentation RTx::Calendar(3)

RTx::Calendar - Calendar for RT due dates

This RT extension provides a calendar view for your tickets and your reminders so you see when is your next due ticket. You can find it in ticket search sub navigation menu.

Date fields in the search results are displayed/used in the calendar, for example if you have a ticket with a due date, it won't be displayed on that date unless the Due field is included in the search result format.

There's a portlet to put on your home page (see Prefs/MyRT.html), see the CONFIGURATION section below for details on adding it.

Works with RT 4.2, 4.4, 5.0

"perl Makefile.PL"
"make"
"make install"
May need root permissions
patch RT
Apply for versions prior to 4.4.2:

    patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
    
Edit your /opt/rt5/etc/RT_SiteConfig.pm
Add this line:

    Plugin('RTx::Calendar');
    
Clear your mason cache
    rm -rf /opt/rt5/var/mason_data/obj
    
Restart your webserver

To use the "MyCalendar" portlet, you must add "MyCalendar" to $HomepageComponents in etc/RT_SiteConfig.pm:

  Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
     MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);

You can show the owner in each day box by adding this line to your etc/RT_SiteConfig.pm:

    Set($CalendarDisplayOwner, 1);

You can change which fields show up in the popup display when you mouse over a date in etc/RT_SiteConfig.pm:

    Set(@CalendarPopupFields, ('Status', 'OwnerObj->Name', 'DueObj->ISO'));

A small help section is available in /Search/Calendar.html

Best Practical Solutions, LLC <modules@bestpractical.com>

Originally written by Nicolas Chuche <nchuche@barna.be>

All bugs should be reported via email to

    L<bug-RTx-Calendar@rt.cpan.org|mailto:bug-RTx-Calendar@rt.cpan.org>

or via the web at

    L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RTx-Calendar>.

This software is Copyright (c) 2010-2020 by Best Practical Solutions

Copyright 2007-2009 by Nicolas Chuche

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2020-07-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.