mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #390] All data lost after first sync in Outlook #1275
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#1275
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 @ThaliaFP on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/390
I added the sync profile, two way sync chosen.
At first, it showed all entries, then deleted them from the server. Now all my data is gone. How do I restore it?
Win 11 22H2
Caldavsync Version 4.4.1.0
mailbox.org Server: Version der Benutzeroberfläche: 7.10.6 Rev27
Server-Version: 7.10.6-Rev41
Outlook Pro Plus 2019 Version 16.0.16227.20280
report210423.txt
SynchronizationReports.zip
@dXrayb commented on GitHub (Apr 26, 2023):
I've met this problem too, now I use EVO to sync my calendar.
@aluxnimm commented on GitHub (May 2, 2023):
It looks like you have the wrong resource url or some issues with the access rights/filesystem on the server maybe, because every put request fails with
CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '404' ('Not Found'). Message:
There is nothing here, sorry.
So the server returns a 404 not found immediatly after trying to upload an event.
What does test or discover settings report in the sync profile?
Data should never be gone permantly, because we never delete anything in Outloop permanently but move calendar entries only into the deleted item folder, and you can restore them from there.
@dXrayb commented on GitHub (May 4, 2023):
But when you restore them, CalDavSynchronizer will remove them again.