-
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
FormatException in an invitation with start and end date sent via GMX #236
Comments
ThePeat94
changed the title
FormatException in an invitation with start and end date
FormatException in an invitation with start and end date sent via GMX
Feb 7, 2017
Yup, looks like an offset parsing bug. Not a huge surprise, the RFC spec for an offset differs from .NET's offset parsing semantics. I have a fix, and I should have time to publish it tomorrow. |
this is a duplicate of #102 |
Thank you rianjs, for taking time fixing this, I really appreciate it. |
rianjs
pushed a commit
that referenced
this issue
Feb 8, 2017
Thanks, @aluxnimm Fix published in nuget version 2.2.32: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was trying to parse a invitation for a meeting, having a start and enddate (not allday). Following error occured:
Test Method (contains content of the invitation):
The parsing process is successful, when I delete all standard sections. It is also parsing successfully using allday meetings. This invitation was sent via GMX. Sent invitations from Outlook or Thunderbird are working fine.
Greetings
The text was updated successfully, but these errors were encountered: