Skip to content

Instantly share code, notes, and snippets.

@anish-dcruz
anish-dcruz / rrule.js
Created February 12, 2023 17:22 — forked from jamesdixon/rrule.js
rrule.js
/*!
* rrule.js - Library for working with recurrence rules for calendar dates.
* https://github.com/jkbrzt/rrule
*
* Copyright 2010, Jakub Roztocil and Lars Schoning
* Licenced under the BSD licence.
* https://github.com/jkbrzt/rrule/blob/master/LICENCE
*
* Based on:
* python-dateutil - Extensions to the standard Python datetime module.