This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* 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. |