Events record extraction broken?

David Gregg djgregg at icloud.com
Fri Apr 10 18:38:14 EDT 2020


James,

I am trying to use the following scripting code to pull out the records for all of the events on a machine. The extract keyword seems to work for lists, just not for events. Am I not using the right method?

tell application "XTension"
	set allEventItems to all events with extract
	set allListItems to all of list "Mini1SharedData" with extract
end tell

David Gregg


More information about the XTensionList mailing list