I encounter bug with two calendar.
Steps to reproduce:
- connect two google accounts
- choose one calendar from first and one from second
- sync both
Only one calendar is show.
Sync is good, in database there are events for both feeds:
select distinct "feedId", count(*) from "CalendarEvent" group by 1;
┌──────────────────────────────────────┬───────┐
│ feedId │ count │
├──────────────────────────────────────┼───────┤
│ 011058e0-02a8-4408-a505-80c9a81c328e │ 250 │
│ dabdad61-438c-4561-affd-ca1223c91e59 │ 220 │
└──────────────────────────────────────┴───────┘

I encounter bug with two calendar.
Steps to reproduce:
Only one calendar is show.
Sync is good, in database there are events for both feeds: