Skip to content

Show calendar event banner from iCalendar attachments in Roundcube

License

Notifications You must be signed in to change notification settings

mrworf/banner-ics

 
 

Repository files navigation

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

About

Show calendar event banner from iCalendar attachments in Roundcube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.5%
  • CSS 21.2%
  • JavaScript 12.3%