-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RFC6578 #9
Labels
enhancement
New feature or request
feature: CalDAV
Related to CalDAV
feature: CardDAV
Related to CardDAV
Comments
georgehrke
added
feature: CalDAV
Related to CalDAV
feature: CardDAV
Related to CardDAV
labels
Aug 18, 2018
30 tasks
azul
added a commit
to nextcloud/calendar
that referenced
this issue
Feb 25, 2021
Fetch the open calendars every 20 seconds and check if they have changed since they were loaded. If a calendar changed remove all it's data from the store and thereby effectively trigger a reload. This is a fairly brute force approach as it drops all known data rather than fetching only the data that changed via the caldav sync API. However Caldav sync is yet to be implemented. (nextcloud/cdav-library#9) So this serves as a workaround for the time being.
azul
added a commit
to nextcloud/calendar
that referenced
this issue
Feb 25, 2021
Fetch the open calendars every 20 seconds and check if they have changed since they were loaded. If a calendar changed remove all it's data from the store and thereby effectively trigger a reload. This is a fairly brute force approach as it drops all known data rather than fetching only the data that changed via the caldav sync API. However Caldav sync is yet to be implemented. (nextcloud/cdav-library#9) So this serves as a workaround for the time being. See #31.
azul
added a commit
to nextcloud/calendar
that referenced
this issue
Feb 25, 2021
Fetch the open calendars every 20 seconds and check if they have changed since they were loaded. If a calendar changed remove all it's data from the store and thereby effectively trigger a reload. This is a fairly brute force approach as it drops all known data rather than fetching only the data that changed via the caldav sync API. However Caldav sync is yet to be implemented. (nextcloud/cdav-library#9) So this serves as a workaround for the time being. See #31. Signed-off-by: Azul <[email protected]>
13 tasks
azul
added a commit
to nextcloud/calendar
that referenced
this issue
Feb 26, 2021
Fetch the open calendars every 20 seconds and check if they have changed since they were loaded. If a calendar changed remove all it's data from the store and thereby effectively trigger a reload. This is a fairly brute force approach as it drops all known data rather than fetching only the data that changed via the caldav sync API. However Caldav sync is yet to be implemented. (nextcloud/cdav-library#9) So this serves as a workaround for the time being. See #31. Signed-off-by: Azul <[email protected]>
azul
added a commit
to nextcloud/calendar
that referenced
this issue
Feb 26, 2021
Fetch the open calendars every 20 seconds and check if they have changed since they were loaded. If a calendar changed remove all it's data from the store and thereby effectively trigger a reload. This is a fairly brute force approach as it drops all known data rather than fetching only the data that changed via the caldav sync API. However Caldav sync is yet to be implemented. (nextcloud/cdav-library#9) So this serves as a workaround for the time being. See #31. Signed-off-by: Azul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
feature: CalDAV
Related to CalDAV
feature: CardDAV
Related to CardDAV
Don't query everything all over and all over again, sync changes instead
https://tools.ietf.org/html/rfc6578
The text was updated successfully, but these errors were encountered: