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
Have an ical recurring event that is set with a different time zone. The resulting events will have the wrong time after processing the rrule.
If in the processRRule method on line 218 I put: options.tzid = null;
Then my recurring events come through with the right timestamp. It looks like it is being adjusted twice.
The text was updated successfully, but these errors were encountered:
I just ran into this myself. Certainly a bug. I'll look into it, see if I can provide a fix.
Sorry, something went wrong.
Is there any progress on this issue?
I'm running into it also. Just wanted to report the issue and realized, it already exists...
I'm starting to think about parsing myself (and I really do not want to do this 😉)
naimo84
No branches or pull requests
Have an ical recurring event that is set with a different time zone. The resulting events will have the wrong time after processing the rrule.
If in the processRRule method on line 218 I put:
options.tzid = null;
Then my recurring events come through with the right timestamp. It looks like it is being adjusted twice.
The text was updated successfully, but these errors were encountered: