-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
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
EXDATE master ticket: time zones, durations, etc. #259
Comments
rianjs
pushed a commit
that referenced
this issue
Apr 5, 2017
rianjs
pushed a commit
that referenced
this issue
Apr 6, 2017
rianjs
pushed a commit
that referenced
this issue
Apr 6, 2017
rianjs
pushed a commit
that referenced
this issue
Apr 6, 2017
rianjs
pushed a commit
that referenced
this issue
Apr 6, 2017
So EXDATEs fold properly, and always did. I was creating new PeriodLists underneath (which is allowed). So that wasn't actually a bug. Oh well. Part 2 is fixed. |
It might help if I connect de-serialization to the TZID, too. |
rianjs
pushed a commit
that referenced
this issue
Apr 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This ticket combines part of #239 and all of #140.
EXDATEs fold improperly
If you add a second EXDATE to a collection, this is the output:
It should be:
Unit test:
Specifying a
CalDateTime
with aTzId
should include theTzId
as part of serialization ( #239 )Unit test:
The text was updated successfully, but these errors were encountered: