Skip to content

Commit

Permalink
Fix outlook-to-omnifocus for changes to AppleScript in Outlook 15.39
Browse files Browse the repository at this point in the history
  • Loading branch information
zzamboni committed Sep 11, 2017
1 parent 066f7de commit 64d2b4c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -232,7 +232,8 @@ on item_Process(selectedItems, argv)
else
--FULL ITEM EXPORT
repeat with selectedItem in selectedItems
set theProps to (properties of selectedItem)
--set theProps to (properties of selectedItem)
set theProps to selectedItem
try
set theAttachments to attachments of selectedItem
set raw_Attendees to attendees of selectedItem
Expand Down

0 comments on commit 64d2b4c

Please sign in to comment.