I previously used the ScriptingBridge.framework
, but found that the performance was terrible for what I was doing (retrieving very large lists of reminders), whereas the AppleScript equivalent is much faster due to the way it constructs the request as a single event, which ScriptingBridge.framework
sacrificed in exchange for a more object-oriented interface.
Searching the internet turned up no relevant results as the results were polluted with results about Apple's (publicity) events.
How is AE.framework
actually used?