Inherits from NSObject
Conforms to TKCalendarEventProtocol
Declared in TKCalendarEvent.h

Overview

Represents an event used in TKCalendar class.

Tasks

Properties

allDay

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

@property (nonatomic, getter=isAllDay) BOOL allDay

Declared In

TKCalendarEvent.h

content

The event description.

@property (nonatomic, strong) NSString *content

Declared In

TKCalendarEvent.h

detail

Additional information about the event.

@property (nonatomic, strong) NSString *detail

Declared In

TKCalendarEvent.h

endDate

The end time for the event.

@property (nonatomic, strong) NSDate *endDate

Declared In

TKCalendarEvent.h

eventColor

Defines the event color.

@property (nonatomic, strong) UIColor *eventColor

Declared In

TKCalendarEvent.h

location

The event location.

@property (nonatomic, strong) NSString *location

Declared In

TKCalendarEvent.h

startDate

The start time for the event.

@property (nonatomic, strong) NSDate *startDate

Declared In

TKCalendarEvent.h

title

The event title.

@property (nonatomic, strong) NSString *title

Declared In

TKCalendarEvent.h