You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Calling fetch() on the calendar and reminder APIs returns an empty array. api.calendar.upcomingWeekEvents returns a correct array of calendar events, while the equivalent api.calendar.fetch() or api.calendar.observeData(data => data.fetch()) with an end timestamp of Date.now() + oneWeek returns nothing.
Describe the bug
Calling
fetch()on the calendar and reminder APIs returns an empty array.api.calendar.upcomingWeekEventsreturns a correct array of calendar events, while the equivalentapi.calendar.fetch()orapi.calendar.observeData(data => data.fetch())with an end timestamp ofDate.now() + oneWeekreturns nothing.To Reproduce
The same issue occurs with
api.reminders, where:Expected behavior
____data.fetch()with the appropriate parameters should return an array equal to that ofcalendarData.upcomingWeekEventsorreminderData.pending.System Info