fetchAll and recurring events in Android
See original GitHub issueHi! Thanks a lot for your library.
I’ve double checked this behavior in at least two android devices.
Expected: fetchAll
should fetch all events in all calendars
Actual: fetchAll
is not fetching the recurrent events in all calendars
It fetches correctly all events but recurring ones.
Is there something am I missing or is this an actual bug?
Thanks a lot! Fran
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to get the real time of recurring events? - Stack Overflow
The event can occur one-time or can recur multiple times. Attendees, reminders, and extended properties are stored in separate tables. They each have...
Read more >Create a recurring event - Android - Google Calendar Help
Set up a new repeating event. On your Android phone or tablet, open the Google Calendar app Calendar . In the bottom right...
Read more >Recurring events | Google Calendar API
Create recurring events. Creating recurring events is similar to creating a regular (single) event with the event resource's recurrence field set.
Read more >Integrate the Google Play Billing Library into your app
BillingClient provides convenience methods, both synchronous and asynchronous, for many common billing operations. It's strongly recommended ...
Read more >Retrieving Events and Reminders - Apple Developer
If it is a recurring event, this method will return the first occurrence of the event. You can get an event's unique identifier...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you very much for your help and support!
Glad I could help. 👍