blob: 4a4f8d012e6744d16fa14bffa69edd56113e63ee (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|