mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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.
|
|
EOM
|
|
}
|
|
]
|