question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RRule exclusion doesn't work while adding the 'Z' char for RRule datetimes

See original GitHub issue

Reduced Test Case

https://codesandbox.io/s/fullcalendar-z-char-issue-ubmm7

Bug Description

I want an event occurring every Saturday, but for only one of those Saturdays, I want to show a completely different event. Everything works fine without the Z char in RRule datetimes (i.e. 20200810T103000Z) but as soon as I add the char it shows both events for that day. Please see this example.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
arshawcommented, Nov 22, 2020

@derpdead your exdate didn’t have the same time as your original date. that’s necessary. when they all have a consistent time, it works: https://codepen.io/arshaw/pen/JjKQgoR?editors=0010

3reactions
arshawcommented, Nov 12, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Is EXDATE not included in rrule for Full Calendar
This string was formatted using rruleSet.exdate(new Date(Date.UTC(2012, 5, 1, 10, 30))) from rrule.js library to add multiple EXDATE in the ...
Read more >
rrule — dateutil 2.8.2 documentation - Read the Docs
Include the given rrule instance in the recurrence set exclusion list. Dates which are part of the given recurrence rules will not be...
Read more >
Listeners for your Application Load Balancers
A listener is a process that checks for connection requests, using the protocol and port that you configure. The rules that you define...
Read more >
RFC 5545: Internet Calendaring and Scheduling Core Object ...
The general rule for encoding multi-valued items is to simply create a new ... LETTER Z suffix character, the UTC designator, appended to...
Read more >
Using Python datetime to Work With Dates and Times
If the time zone rules for your user's location change before the future date that they inputted, then UTC won't provide enough information...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found