This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################# | |
| # Title: Create Reminder from selected Mail message, check existing Reminders | |
| ################################################################################# | |
| # Iain Dunn | |
| # Logic2design.com | |
| # logic2design@icloud.com | |
| # Contributors and sources | |
| # Rick0713 at https://discussions.apple.com/thread/3435695?start=30&tstart=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################# | |
| # Title: Get RSS feeds links and convert to Markdown | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 16 January 2022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # Title: List Completed Reminders | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 11 April 2022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # Title: Mail Process - Reminders | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 5 August 2022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # Title: Mail Process - Calendar | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 7 August 2022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # Title: Create Contact(s) from Mail Message | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 13 April 2022 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set message_dates to {} | |
| set message_subjects to {} | |
| set message_senders to {} | |
| set message_ids to {} | |
| set message_urls to {} | |
| tell application "Mail" | |
| --Get the messages currently selected in Mail | |
| set selected_messages to selection as list | |
| #set selected_messages to selected messages of message viewer 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################### | |
| # Title: Create Link(s) from Mail, Safari, Things 3, Devonthink or Finder | |
| ################################################################### | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # Last update: 2020-12-01 | |
| # Version: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################# | |
| # Title: Check Mail message Reminder status | |
| ################################################################################# | |
| #v1 | |
| #Logic2design.com | |
| #logic2design@icloud.com | |
| # Contributors and sources | |
| # http://www.michaelkummer.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################## | |
| # Title: 2nd Brain Project Folders - KM Version | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 17 July 2022 |
NewerOlder