[GH-ISSUE #257] Error connecting to MDaemon CalDAV server. #247

Closed
opened 2026-02-25 20:31:15 +03:00 by kerem · 1 comment
Owner

Originally created by @Gutzcode on GitHub (Jun 7, 2019).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/257

The calendar still syncs, but reports are provided with this error:

<?xml version="1.0" encoding="utf-16"?>
<SynchronizationReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProfileName>Sync</ProfileName>
  <ProfileId>2aa29b04-cc4f-4778-b44c-567f3f4e11f4</ProfileId>
  <StartTime>2019-06-07T09:05:19.1052526Z</StartTime>
  <ADelta>Unchanged: 89 , Added: 0 , Deleted 0 ,  Changed 0</ADelta>
  <BDelta>Unchanged: 89 , Added: 1 , Deleted 0 ,  Changed 0</BDelta>
  <AJobsInfo>Create 0 , Update 0 , Delete 0</AJobsInfo>
  <BJobsInfo>Create 0 , Update 0 , Delete 0</BJobsInfo>
  <LoadErrors>
    <LoadError>
      <EntityId>/webdav/caldav/epr-byggkonsult.com/robert.eldh/b64=Q2FsZW5kYXI=/4B3FE034F6634DDF9046BEA483222BFB0.ics</EntityId>
      <Error>line 34:104: expecting "DQUOTE", found '
'</Error>
      <IsAEntity>false</IsAEntity>
      <IsWarning>false</IsWarning>
    </LoadError>
  </LoadErrors>
  <EntitySynchronizationReports />
  <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning>
  <Duration>00:00:01.0750567</Duration>
</SynchronizationReport>

Hopefully this can help you figure out the issue.

Originally created by @Gutzcode on GitHub (Jun 7, 2019). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/257 The calendar still syncs, but reports are provided with this error: ``` <?xml version="1.0" encoding="utf-16"?> <SynchronizationReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ProfileName>Sync</ProfileName> <ProfileId>2aa29b04-cc4f-4778-b44c-567f3f4e11f4</ProfileId> <StartTime>2019-06-07T09:05:19.1052526Z</StartTime> <ADelta>Unchanged: 89 , Added: 0 , Deleted 0 , Changed 0</ADelta> <BDelta>Unchanged: 89 , Added: 1 , Deleted 0 , Changed 0</BDelta> <AJobsInfo>Create 0 , Update 0 , Delete 0</AJobsInfo> <BJobsInfo>Create 0 , Update 0 , Delete 0</BJobsInfo> <LoadErrors> <LoadError> <EntityId>/webdav/caldav/epr-byggkonsult.com/robert.eldh/b64=Q2FsZW5kYXI=/4B3FE034F6634DDF9046BEA483222BFB0.ics</EntityId> <Error>line 34:104: expecting "DQUOTE", found ' '</Error> <IsAEntity>false</IsAEntity> <IsWarning>false</IsWarning> </LoadError> </LoadErrors> <EntitySynchronizationReports /> <ConsiderExceptionThatLeadToAbortionAsWarning>false</ConsiderExceptionThatLeadToAbortionAsWarning> <Duration>00:00:01.0750567</Duration> </SynchronizationReport> ``` Hopefully this can help you figure out the issue.
kerem closed this issue 2026-02-25 20:31:15 +03:00
Author
Owner

@aluxnimm commented on GitHub (Jun 7, 2019):

The error says that this calendar entry
/webdav/caldav/epr-byggkonsult.com/robert.eldh/b64=Q2FsZW5kYXI=/4B3FE034F6634DDF9046BEA483222BFB0.ics

has an invalid syntax in line 34. just fix or delete this entry.

<!-- gh-comment-id:499914707 --> @aluxnimm commented on GitHub (Jun 7, 2019): The error says that this calendar entry /webdav/caldav/epr-byggkonsult.com/robert.eldh/b64=Q2FsZW5kYXI=/4B3FE034F6634DDF9046BEA483222BFB0.ics has an invalid syntax in line 34. just fix or delete this entry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#247
No description provided.