Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to get events on a specific day #143

Open
KiruPoruno opened this issue Sep 28, 2024 · 0 comments
Open

Ability to get events on a specific day #143

KiruPoruno opened this issue Sep 28, 2024 · 0 comments

Comments

@KiruPoruno
Copy link

Currently there's listEventsInRange(), however for an event to be returned it must have a start or end date that is within the range, meaning, a 3 day event won't be returned if you only get events on the second day. This means, if you currently want dates on a particular date you actually have to get events within a larger range than that singular day, and then filter events that don't actually overlap, and unless your range goes from the oldest to newest event, you could hypothetically still miss an event.

A more ideal solution is either a function akin to listEventsOnDate() or simply letting listEventsInRange() also return events that happen within the range, but dont start or end in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant