Skip to content
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

Automated Refresh of Calendars #5441

Closed
ksainc opened this issue Sep 1, 2023 · 1 comment
Closed

Automated Refresh of Calendars #5441

ksainc opened this issue Sep 1, 2023 · 1 comment
Labels
0. to triage Pending approval or rejection enhancement New feature request

Comments

@ksainc
Copy link

ksainc commented Sep 1, 2023

Is your feature request related to a problem? Please describe.

Calendars do not automatically refresh, must be manually refreshed.

I recently created a integration app that synchronizes, calendars with an Exchange Server.

What I noticed was that when the events get transferred in the background the Calendar app will not show them until, it is manually refreshed by reloading the page.

Describe the solution you'd like

Have the calendar app check for changes periodically, every 30 or 60 seconds.

This would be easy to implement by using the CalDavBackend->getChangesForCalendar(), you could send the initial state token to the WebGui then poll the getChangesForCalendar() periodically, and compare the states then either reload the entire calendar or just the changes.

Alternatively, you could just pull the sync tag only form the database directly, this would save a lot of over head loading the CalDavBackend every time.

Describe alternatives you've considered

Manually Refresh the Calendar.

Additional context

No response

@ksainc ksainc added 0. to triage Pending approval or rejection enhancement New feature request labels Sep 1, 2023
@ChristophWurst
Copy link
Member

Duplicate of #31

@ChristophWurst ChristophWurst marked this as a duplicate of #31 Sep 4, 2023
@ChristophWurst ChristophWurst closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection enhancement New feature request
Projects
None yet
Development

No branches or pull requests

2 participants