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 an event from date to date #171

Closed
jmrborges05 opened this issue Dec 22, 2015 · 2 comments
Closed

How to set an event from date to date #171

jmrborges05 opened this issue Dec 22, 2015 · 2 comments

Comments

@jmrborges05
Copy link

Hello,
i need to set an event from a date to other date.
Now i insert the event and mark event whit dot when event day start and when event ends, but i need to set the dot´s for all days from date to start until date to end.
Any sugestion?
Thanks,
João Borges

@WenchaoD
Copy link
Owner

- (BOOL)calendar:(FSCalendar *)calendar hasEventForDate:(NSDate *)date
{
    BOOL hasEvent = [date laterThanYourStartAndEarlierThanYourEnd];
    return hasEvent;
}

@jmrborges05
Copy link
Author

Thanks for solution.
Best Regards,
João Borges

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

3 participants
@WenchaoD @jmrborges05 and others