Release 2.0RC1
Past due by over 11 years
62% complete
- Added
EKEventViewController
andEKEventEditViewController
for the built-in event viewer/editor. - Added
showTable
to hide/show tableView under the calendar. (Default: true) - Added
showWeekNum
to hide/show week numbers on the first day of each week. (Default: false) - Added
nativeEditor
to use the built inEKEventEditViewController
when clicking events in the …
- Added
EKEventViewController
andEKEventEditViewController
for the built-in event viewer/editor. - Added
showTable
to hide/show tableView under the calendar. (Default: true) - Added
showWeekNum
to hide/show week numbers on the first day of each week. (Default: false) - Added
nativeEditor
to use the built inEKEventEditViewController
when clicking events in the table. (Default: true) - Added
theme
for easier skinning. (Default: Cal's theme) Fixes #26 - Added
allDay
to set allDay events (Default: false) Fixes #21, #36 - Added
event:deleted
which fires when an event is deleted using swipe in the tableview. - Fixed
fetchEvents
so it now responds with the list of events, including identifier. Fixes #38 - Added
getCalendars()
to get a list of calendars (EventKit) - Added multiple dots to show how many events pr. date
- Events now sorted by ascending order, by hour.
- CalendarView tile-height set to 35, compared to 44 earlier. This gives better space below for the tableview.
- Fixed #35 #issuecomment-14710880
- Huge performance improvements