ali-rantakari / icalBuddy

Command-line utility for printing events and tasks from the OS X calendar database.
149 stars 33 forks source link

FYI only - Deprecated framework #10

Open LittleOrangeC opened 9 years ago

LittleOrangeC commented 9 years ago

In researching the Calendar Store framework I ran across this Apple article: https://developer.apple.com/library/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_8.html

Note: The Calendar Store framework (CalendarStore.framework) is deprecated in OS X v10.8. 
Use the Event Kit framework instead.

Your code compiles just fine (v1.8.8) still with no warnings, so this may not be an issue. I just wanted to bring it to your attention.

Peeja commented 6 years ago

eventsNow currently takes ~3s to run for me; this might be why.