mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #42] Invites don't seem to sync #511
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#511
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 @aluxnimm on GitHub (Jun 29, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/42
Originally assigned to: @aluxnimm on GitHub.
Hi, I'm trying out CalDav Synchronizer between Outlook 2013 and a Sabredav installation. It seems to synchronize events that I organise, but not events that I have been invited to and have accepted; events where I am an attendee, not the meeting organizer. What can I look at to diagnose this issue?
Original comment by: amcdade
Original Ticket: outlookcaldavsynchronizer/43
@aluxnimm commented on GitHub (Jun 29, 2015):
Please provide a sync log and an example ics file which doesn't get synced properly.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 29, 2015):
Where can I find the sync log please?
Original comment by: amcdade
@aluxnimm commented on GitHub (Jun 29, 2015):
see readme.md in wiki or files section
C:\Users\AppData\Local\CalDavSychronizer
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 29, 2015):
Sorry, couldn't see the info on the wiki first time I looked. I have attached the logfile.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jun 29, 2015):
Where to the attendees and their email addresses of the meetings that can't get synced come from? Exchange Adressbook, local, LDAP or GAL ? The problem is an invalid email address of the attendee.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 29, 2015):
A few UriFormatExceptions are thrown in CalDavDataAccess.CreateEntity().
From what I saw in the code, this can only happen, if the server sends a response header field 'location' with an relative Uri. Unfortunately I have no Sabredav-Account to verify if Sabredav is doing this.
Nevertheless i fixed it, because according to HTTP 1.1 it is valid that 'location' contains a relative Url.
Original comment by: nertsch
@aluxnimm commented on GitHub (Jun 30, 2015):
Thanks for your help so far, I have downloaded and installed 0.97.3 and it is still doing the same thing. I have attached the latest log. To answer a previous question, the events are being synced from exchange to sabredav. The addresses will be from the Exchange GAL.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jun 30, 2015):
One of those errors was fixed in git but not released yet. Now that I know they are GAL addresses I will try to fix the other error and release a new version with both fixes later.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 30, 2015):
Please try 0.97.4
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 30, 2015):
Unfortunately that seems to have failed too.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jun 30, 2015):
Another try with 0.97.5 :) If that doesn't work we need to use a version with more debug output to see what Addresstypes are used in your attendees.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jun 30, 2015):
Added another fix in 0.97.6. Please try that one.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 1, 2015):
OK, tried 0.97.6, no joy. There doesn't seem to be a progress bar either, but the log does get populated.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jul 1, 2015):
So please try the debug version OutlookCalDavSynchronizer-debug.zip from files/debug folder and send me the log again then I can find out what address entry types are used.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 1, 2015):
Ok I found another possible problem for exchange email accounts. Will try to fix that too and give you another debug version later on.
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 2, 2015):
I have installed the debug version, but there is now no menu item in the ribbon at the top of Outlook. I've tried uninstalling and reinstalling twice.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jul 2, 2015):
Try 0.97.8 there are more debug infos in that version
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 3, 2015):
Just tried 0.98 (didn't try 0.97.8 because 0.98 was there) and 0.98 has worked. It has synchronized the events that I don't "own". Thanks. I'll keep an ey out for any more oddities.
Original comment by: amcdade
@aluxnimm commented on GitHub (Jul 3, 2015):
Original comment by: aluxnimm
@aluxnimm commented on GitHub (Jul 3, 2015):
great news! thx for testing.
Original comment by: aluxnimm