Skip to content

Utility functions for calendar-related modules

License

Notifications You must be signed in to change notification settings

INDEVOPS/roundcube_libcalendaring

Repository files navigation

Roundcube Libcalendaring

Library providing common functions for calendar-based plugins. Fork of Texas Edition, which in turn is a fork of the original Kolab calendar.

Provides utility functions for calendar-related modules such as

  • alarms display and dismissal
  • attachment handling
  • iCal parsing and exporting
  • iTip invitations handling

Requirements

iCal parsing and exporting is done with the help of the Sabre VObject library. It needs to be installed with Roundcube using composer:

$ composer require "sabre/vobject" "~3.5.3"

Changelog

0.7

  • Assume default method when not provided
  • Fix composer.json typo
  • Remove the event organizer

About

Utility functions for calendar-related modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published