Skip to content

HTML form made specifically to generate and read recurrence rules for calendar dates (RRULE)

Notifications You must be signed in to change notification settings

plirof2/rrule-generator-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RRULE Generator Form

There are great resources for RRULE reading and processing, but I could not find a good HTML / JavaScript form that would generate a RRULE based on a user's input, as well as read a RRULE and populate the same form appropriately. Using the iCal inputs for inspiration, I created this easy-to-use form.

Usage

  • Include js/rrule-gui.js in your HTML document.
  • Use the HTML form found in index.html
  • Don't forget to include the dependencies (jQuery, jQuery UI, and styles) found in the head of index.html

##Dependencies

  • jQuery
  • jQuery UI (used for the Datepicker)
  • Bootstrap CSS (only used for the button styles out of laziness, will remove in future version)

##Processing RRULE This form does NOT process the RRULE into it's individual recurring dates. You'll need an RRULE processor for that.

  • jkbrzt/RRULE - Great JavaScript library for working with recurrence rules for calendar dates.
  • tplaner/When - PHP Library for recurring date handling

About

HTML form made specifically to generate and read recurrence rules for calendar dates (RRULE)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.3%
  • HTML 35.7%