We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// These two constructor calls should be equivalent rrulestr( "FREQ=WEEKLY;WKST=SU;COUNT=2;INTERVAL=1;BYDAY=MO,TU\n" + "EXDATE;TZID=America/Edmonton:20220502T090000" ,{dtstart: datetime(2022, 5, 2, 9, 0)}).all() rrulestr( "DTSTART;TZID=America/Edmonton:20220502T090000\n" + "FREQ=WEEKLY;WKST=SU;COUNT=2;INTERVAL=1;BYDAY=MO,TU\n" + "EXDATE;TZID=America/Edmonton:20220502T090000").all()
Should only return one element array with 20220503T090000 in it
First constructor returns an event that is at current date/time
rrule
2.8.1
Windows 11
$ date
Americas/Edmonton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
creating a new one
are using such as the exact RRule string and dates.
Should only return one element array with 20220503T090000 in it
First constructor returns an event that is at current date/time
rrule
you are using2.8.1
Windows 11
$ date
from the command lineof the machine showing the bug)
Americas/Edmonton
The text was updated successfully, but these errors were encountered: