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

How to set the Event for particular time of day #26

Open
mohitordex opened this issue Apr 28, 2023 · 1 comment
Open

How to set the Event for particular time of day #26

mohitordex opened this issue Apr 28, 2023 · 1 comment

Comments

@mohitordex
Copy link

mohitordex commented Apr 28, 2023

Hi Sir, I have checked your library and it is amazing, I have to use this library in one of my project, But i struggling with Setting an Event.

I have checked the demo project ("ECWeekViewExample") and found this code for SWIFT:

let lunchStart = date.dateBySet(hour: 12, min: 0, secs: 0)!
let lunchEnd = date.dateBySet(hour: 13, min: 0, secs: 0)!
let lunch = ECWeekViewEvent(title: "Lunch", subtitle: "lunch", start: lunchStart, end: lunchEnd)

This Event is Set for EveryDay!, Can you please let me know is there a way to set it for particular single day only. If YES then please let me know HOW ?
Please help me out. Any guidance will be appreciated.

Thank you.

@mohitordex
Copy link
Author

@EvanCooper9

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