thunderbird / appointment

Invite others to grab times on your calendar. Choose a date. Make appointments as easy as it gets.
https://appointment.day
Mozilla Public License 2.0
175 stars 5 forks source link

Sync Calendars stuck on loading #625

Closed Alecaddd closed 1 week ago

Alecaddd commented 2 weeks ago

Describe the bug When clicking on Sync Calendars in the Calendar Settings page, the button keep spinning and nothing happens. In the JS console I get this error as soon as I click on the sync button:

[Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: i.calendars.value is undefined"

To Reproduce Steps to reproduce the behavior:

  1. Go to Settings > Calendar
  2. Click on Sync Calendars
  3. See error

Expected behavior The sync should be pretty fast and available calendars should be listed.

Actual behavior The button is stuck spinning.

Screenshots image

System:

devmount commented 2 weeks ago

Thank you for this report! Seems like there are no available calendars to sync at all. That's weird. How did you connect your calendars? Are those Google or CalDAV?

devmount commented 2 weeks ago

I investigated and found that it's a bug I already found and fixed in https://github.com/thunderbird/appointment/pull/619. So syncing should work again if that is merged 🙏🏻