A iCalendar recurrence library for Coldfusion
Build on top of the google-rfc-2445 library, this library implements a mechanism for evaluating recurrence rules of the RFC 2445.
Download the latest version here
Install as an extension
- Connect to the Web Administration
- Go to
Extension > Application
- Scroll down to the bottom of the page
- Click on
Browse
button in theUpload new extension
section - Select the ZIP file you have downloaded above
- Hit the
Upload
button and follow the instructions
Manual installation
- Unzip the file you have downloaded
- Copy the
.jar
files from thelib
folder to theWEB-INF\lucee\lib directory
in your web root - Copy the
.cfm
files from thefunctions
folder to theWEB-INF\lucee\library\function
directory in your web root - Copy the
.cfc
file from thecomponents
folder to theWEB-INF\lucee\components\libicalrecurrence
directory in your web root