DDCalendarView icon indicating copy to clipboard operation
DDCalendarView copied to clipboard

a calendar view that looks like the ical view while supporting Drag & Drop (can show 1 day or a week - lots of IBDesignables)

Results 14 DDCalendarView issues
Sort by recently updated
recently updated
newest added

I want to use Calendar for a single day is there any possibility that we can disable horizontal scroll and use it for a single day.

I am trying to change event color in the swift code but it's not taking. i am giving like this event.userInfo = ["color":UIColor.yellow]

Hi... i like your library but i have one problem i want to display 20 event in same day and same time.when i display 20 event in same time than...

Here is problem method. The comended piece is the problem one. - (void)setEvent:(DDCalendarEvent *)event { _event = event; /* assert(event.title.length); assert(event.dateBegin); assert(event.dateEnd);*/ self.label.text = [NSString stringWithFormat:@"%@\n\n%@\n%@", event.title, event.dateBegin.stringWithTimeOnly, event.dateEnd.stringWithTimeOnly]; [self.label...

I just want to scroll view need to show current time onwards event.Later user can scroll. So suppose if any event starting in 5 Pm then scroll view should load...

bug

I have some case when all view are drawing, few are overlapping. Drawing should be equal in width. So

bug
to verify

Hi.... I love your library! But I have a problem with your swift example. Too complicate and does not work or show real word ussage on simulator in 3 minutes.......

Hi, I am setting the time zone as UTC for dateBegin and dateEnd. But while displaying events on calendar, it is taking the time zone as +530 and showing events...

I was implementing it in a manner that calendar shows 12am to 12am and came to an issue when I change device's timezone the calendar then changes its display eg....

bug
to verify

`- (void)calendarView:(DDCalendarView* _Nonnull)view didSelectEvent:(DDCalendarEvent* _Nonnull)event` when a event is selected it gives the wrong time can you tell me how to solve it @Daij-Djan

bug
to verify