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.upcomingWeekEvents
returns a correct array of calendar events, while the equivalentapi.calendar.fetch()
orapi.calendar.observeData(data => data.fetch())
with an end timestamp ofDate.now() + oneWeek
returns 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.upcomingWeekEvents
orreminderData.pending
.System Info