https://github.com/backdrop-contrib/fullcalendar_lib
Integrates a recent FullCalendar library into BackdropCMS, to be used by other modules.
https://github.com/backdrop-contrib/fullcalendar_lib
backdropcms fullcalendar
Last synced: 2 months ago
JSON representation
Integrates a recent FullCalendar library into BackdropCMS, to be used by other modules.
- Host: GitHub
- URL: https://github.com/backdrop-contrib/fullcalendar_lib
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2022-03-01T11:18:37.000Z (over 3 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-04-03T12:13:43.000Z (6 months ago)
- Last Synced: 2025-06-09T13:52:19.427Z (4 months ago)
- Topics: backdropcms, fullcalendar
- Language: JavaScript
- Homepage: https://backdropcms.org/project/fullcalendar_lib
- Size: 1.5 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fullcalendar Library
Wraps [Fullcalendar 6.x](https://fullcalendar.io) as a reusable library.
This module does nothing on its own, you only have to install it, if another
module requires it.## Installation
Install this module using the official Backdrop CMS
[instructions](https://docs.backdropcms.org/documentation/extend-with-modules)If you want to create your own calendars based on Fullcalendar, you can include
it with: `backdrop_add_library('fullcalendar_lib', 'fullcalendar')`## Similar modules
The [Fullcalendar](https://backdropcms.org/project/fullcalendar) module also
provides the library, but in a legacy version (1.5.x).## Related modules
- [Fullcalendar Views NG](https://backdropcms.org/project/fullcalendar_views)
- [Resource Timeslots](https://backdropcms.org/project/resource_timeslots)
(since version 1.x-1.2.0)## Issues
Bugs and Feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/fullcalendar_lib/issues)
## Current maintainers
* Indigoxela (https://github.com/indigoxela)
## Credits
Provides the MIT licensed [Fullcalendar library](https://github.com/fullcalendar/fullcalendar) as a Backdrop CMS module.
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.