mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #103] Sync yahoo calendar #100
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @boesiii on GitHub (Jan 14, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/103
Hello,
I am trying to get this working with a Yahoo calendar but I get an error message when trying to test settings. Error message "An error occurred while sending the request. the server committed a protocol violation, Section=ResponseHeader Detail=CR must be followed by LF". Should this work with Yahoo calendars? How can I fix this error message?
Thanks.
@boesiii commented on GitHub (Jan 14, 2016):
I am using version 1.14 with Outlook 2013
@aluxnimm commented on GitHub (Jan 14, 2016):
See README.md:
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine
The server sends invalid headers. Enable the commented out option useUnsafeHeaderparsing in the app config file, see Debugging and more config options above.