-
Notifications
You must be signed in to change notification settings - Fork 231
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
VTimeZone DAYLIGHT and STANDARD collections #304
Conversation
…endarProperty.cs, and Attachment.cs
VTimeZoneAmericaAnchorageShouldSerializeProperly, VTimeZoneAmericaEirunepeShouldSerializeProperly (ibi) They are currently failing due to unexpected Period serialization
Added FromTzId method.
Hi. This looks interesting - it adds support for adding the |
Correct. I didn't follow some of the guidelines of making a proper pull request... so I'm assuming it's that. |
I haven’t had the time or energy is all. |
Ok, whew! At least I'm not being ignored. ;) |
Any news on this one, or anything I can do to help out? This is a blocker for us being able to upgrade from DDay.iCal... |
I’ll have a look at it in the next few days. I have some major breaking changes I’m making right now. (I.e., v4 is on the way.) |
I love this change. I'm sorry I didn't get to it sooner. It's implemented exactly how I would have done it (using the NodaTime databases), and even the design and coding style is similar. I'm not going to merge this PR. I'm going to lift its changes into the version in At this point, I have to stop supporting v2. |
Is it possible to merge this pull request into v2 as well? Lots of people would be happy to have this functionality in current version of Ical.Net for existing projects that can't use net-core. |
Your applications are < 4.6? |
Awesome! Glad you like it. I look forward to contributing more! -Cheers |
I lifted these changes into |
Yes, we have a legacy application that targets .NET 4.0. I would appreciate if you could incorporate this change as is into the final version of Ical.Net v2 nuget package even without future support. |
I suppose. v2 really is deprecated, though. |
OK, it's 2.3.5 on nuget. |
Just wanted to chime in and say thank you to everyone who worked on this. We were injecting tzdb timezone identifiers into our iCal feeds which was fine on everything we tested (Google Calendar, iCalendar) with but Outlook, which seems to serialize out using Windows system TZ names. I pull in this change and had us fixed up with real TZ info in no time. We did try using the |
There are a few differences between NodaTime v1 and v2, not the least of which are different data sources behind the scenes. I actually had to tweak the unit test assertions for the |
VTimeZone.FromSystemTimeZone method now generates DAYLIGHT or STANDARD collections