In OS X (tested in 10.8 and higher), it is possible to add a file attachment (like an email or a PDF file) in an already created or in-creation event by drag-and-dropping it into the event (EDIT: or event by selecting Add attachment/file).
A similar question was asked in 2013. According to the Mac Developer Libary, there is no place to store a file in EKCalendarItem
or EKEvent
. Still, Apple does it.
Does the Calendar app use the notes
property in some way to store such file? Or does it upload the file to iCloud and link the file in the event to it?