项目作者: jbvanzuylen

项目描述 :
A iCalendar recurrence library for Coldfusion
高级语言: ColdFusion
项目地址: git://github.com/jbvanzuylen/cf-libicalrecurrence.git
创建时间: 2015-01-27T14:44:02Z
项目社区:https://github.com/jbvanzuylen/cf-libicalrecurrence

开源协议:Apache License 2.0

下载


cf-libicalrecurrence

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.

How to install

Lucee 4

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 the Upload 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 the lib folder to the WEB-INF\lucee\lib directory in your web root
  • Copy the .cfm files from the functions folder to the WEB-INF\lucee\library\function directory in your web root
  • Copy the .cfc file from the components folder to the WEB-INF\lucee\components\libicalrecurrence directory in your web root