FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...
CFWheels Plugin Date Repeats Methods via iCal4J Java Lib
Use to create repeating date ranges against the iCal standard; Note this plugin doesn't try to be an entire iCal wrapper - this is just to get the RRULE logic.
// Get array of dates
myDates = getRecurringDates(
pattern="RRULE:FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=2",
seed="2017-03-27 10:00: 00",
from="2017-03-27 10:00: 00",
to="2017-03-27 10:00: 00");
See tests/ICal4J.cfc
for more examples
plugins/ical4j
to your this.javaSettings.Loadpaths
Here are all the versions for this package. Please note that you can leverage CommandBox package versioning to install any package you like. Please refer to our managing package version guide for more information.