<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I just installed RT3.8.8 and when I log in I get the following at the "RT at<br>a glance"<br>(this is because we're using this as a test bed for RT 4.0.4 migration) :<br><br>             could not find component for path 'MyCalendar' <br><br>Here is what it looks like in my RT_SiteConfig.pm :<br><br># Calendar details can be found under<br><a href="http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README">http://cpansearch.perl.org/src/NCHUCHE/RTx-Calendar-0.07/README</a><br>Set(@Plugins, qw(RTx::Calendar));<br>Set($CalendarDisplayOwner, 1);<br>Set($ICalTicketType, "Data::ICal::Entry::Event");<br>Set($ICalReminderType ,"Data::ICal::Entry::Todo");<br>@CalendarPopupFields = ('Status', 'OwnerObj->Name', 'DueObj->ISO');<br>Set(@Active_MakeClicky, qw(httpurl));<br>Set(@Plugins, qw(RTx::AssetTracker::System));<br>Set(@Plugins, qw(RTx::EmailCompletion));<br>#Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));<br>Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar<br>MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);<br><br><br>Any and all help is greatly appreciated,<br>Thanks,<br>Scott<br></body></html>