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

Get events on calendar view #56

Closed
bitdelve opened this issue Mar 16, 2020 · 3 comments
Closed

Get events on calendar view #56

bitdelve opened this issue Mar 16, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@bitdelve
Copy link

Is it possible to get events that are visible on the calendar? For instance Just what you see on the week view?

@kvyatkovskys kvyatkovskys added the enhancement New feature or request label Mar 16, 2020
@kvyatkovskys
Copy link
Owner

kvyatkovskys commented Mar 16, 2020

🤔 At present, you need to filter list of events by dates....
Perhaps, I can add an additional method to get events for (day, week, month) views

@bitdelve
Copy link
Author

@kvyatkovskys that would be great if you could add a method for that. For now I will filter. Thanks

@kvyatkovskys
Copy link
Owner

Added new method func didDisplayEvents(_ events: [Event], dates: [Date?]) to CalendarDelegate to v0.2.8

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

No branches or pull requests

2 participants