Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 579 Bytes

Roundcube Banner ICS

Display information about events from iCalendar attachments at the top of the email in Roundcube Webmail

Installation

To install, get the plugin with composer in your roundcube directory

composer require radialapps/banner-ics

In config.inc.php, register the plugin with

$config['plugins'] = [
    'banner_ics',
];

Screenshot

The plugin adds a dynamic calendar icon along with the information of the event
Screenshot

License

Permissively licensed under the MIT license