mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #70] CalDAV timeout #69
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#69
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 @peterbeck on GitHub (Oct 17, 2015).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/70
I've got an error synchronizing a calendar to Outlook 2013 (testing the settings is ok, no error, using the most current release 1.4.0)
CardDAV is synchronizing without issues, Backend is SOGo 2.3.2 running on Debian Jessie with Apache. Am I doing something wrong or do I need to set some KeepAlive option in Apache to avoid that issue ?
I've already removed the profile and added a new one, default settings, calendar is recognized correctly with Autodiscovery.
Adding new entries to the calender is synchronized to the server without any issues, also changes in these newly added events are synchronized correctly (adding categories, set to private etc), but somehow the existing entries do not show up in Outlook. I did also check the Outlook view (reset to defaults). All the existing (not synchronized) entries are (as far as I have seen) reoccurring events, if that matters. Standard events (non reoccurring) seem to be synchronized....
@aluxnimm commented on GitHub (Oct 17, 2015):
What are your apache settings regarding KeepAlive?
@peterbeck commented on GitHub (Oct 18, 2015):
Hi aluxnimm,
there are no KeepAlive settings set at the moment. Do you recommend anything ? (I've also asked the same question to the SOGo-lists, maybe it would be better to set that anyway).
But somehow there was also a mysql-table crashed and after repairing the table, I could not see this issue anymore. Maybe I was making noise but there was another problem....I'll check that during monday, otherwise I'll close that issue.
Thanks and regards
Peter
@nertsch commented on GitHub (Oct 19, 2015):
Hi,
CalDAV Synchronizer requires a Server, which supports KeepAlive. Otherwise synchronization will fail. Currently there is no Setting to turn KeepAlive off.
br
Gerhard