freebsd-ports/www/p5-RTx-Calendar/pkg-message
2019-08-14 12:25:09 +00:00

14 lines
427 B
Text

[
{ 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
}
]