Conforms to NSObject
Declared in TKCalendar.h

Overview

The TKCalendarEventProtocol protocol is adopted by an object that represents a single event in TKCalendar. Its default implementation is TKCalendarEvent

Tasks

Properties

allDay

Indicates whether the event is an all day event or not.

@property (nonatomic, getter=isAllDay) BOOL allDay

Declared In

TKCalendar.h

detail

The event details.

@property (nonatomic, strong) NSString *detail

Declared In

TKCalendar.h

endDate

The end time for the event.

@property (nonatomic, strong) NSDate *endDate

Declared In

TKCalendar.h

eventColor

Defines the event color.

@property (nonatomic, strong) UIColor *eventColor

Declared In

TKCalendar.h

startDate

The start time for the event.

@property (nonatomic, strong) NSDate *startDate

Declared In

TKCalendar.h

title

The event title.

@property (nonatomic, strong) NSString *title

Declared In

TKCalendar.h