An open API service indexing awesome lists of open source software.

https://github.com/pulsejet/banner-ics

Show calendar event banner from iCalendar attachments in Roundcube
https://github.com/pulsejet/banner-ics

icalendar ics roundcube roundcube-plugin

Last synced: about 1 year ago
JSON representation

Show calendar event banner from iCalendar attachments in Roundcube

Awesome Lists containing this project

README

          

# 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
```php
$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