You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added an event which has start date: 8/8/2017 and end date 10/8/2017 but it is only showing event in start date and not showing between a start and end date.
I have tried to create an event using init(beginning: Date?, end: Date?) and also init(beginning: Date, chunk: TimeChunk) by adding 2 days but it is only showing events for start date.
Please help me to add long events.
The text was updated successfully, but these errors were encountered:
I have added an event which has start date: 8/8/2017 and end date 10/8/2017 but it is only showing event in start date and not showing between a start and end date.
I have tried to create an event using
init(beginning: Date?, end: Date?)
and alsoinit(beginning: Date, chunk: TimeChunk)
by adding 2 days but it is only showing events for start date.Please help me to add long events.
The text was updated successfully, but these errors were encountered: