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
- Host: GitHub
- URL: https://github.com/pulsejet/banner-ics
- Owner: pulsejet
- License: mit
- Created: 2020-08-15T10:35:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T00:29:11.000Z (over 1 year ago)
- Last Synced: 2025-03-18T07:18:13.109Z (about 1 year ago)
- Topics: icalendar, ics, roundcube, roundcube-plugin
- Language: PHP
- Homepage: https://packagist.org/packages/radialapps/banner-ics
- Size: 65.4 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## License
Permissively licensed under the MIT license