RTx::Calendar

Hi,
I have installed RT3.8.1 and RTx::Calendar 0.6 (and dependencies).

From documentation I added $HomePageComponents in RT_SiteConfig.pm:

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)]);

However I get the following error when I logon to RT:

could not find component for path 'MyCalendar'

Has anyone any pointers/ideas on what I may have missed. The CPAN page
says:

“compatible only with RT 3.6 for the moment. If someone need
compatibility with 3.4 I can work on this. And I will work on 3.7
compatibility later.”

But I see a link saying it is OK for 3.8

http://www.nabble.com/new-RTx::Calendar-and-RTx::Emailcompletion-compatible-with-rt3.8-released-td19243845.html

Regards,
Jason Doran

Umm, did you add RTx-Calendar to your list of plugins?
Cambridge Energy Alliance: Save money & the planet

Aaahhh.

For others like me who can’t find what to do I added
in my RT_SiteConfig.pm

Set(@Plugins,(qw(RTx::Calendar)));

Thanks,
JasonOn 22 Sep 2008, at 17:51, Jerrad Pierce wrote:

Umm, did you add RTx-Calendar to your list of plugins?

Cambridge Energy Alliance: Save money & the planet