Hey @Darla Petteway I had Ai translate the Icloud workflow because it runs on tasker and I can not build you the file on tasker with IOS. Here is the step by step guide. If you need help please let me know. What you need before you build: 1. Tasker (Play Store, about $3.49). This is the engine. 2. A free Gemini API key from aistudio.google.com. Click Get API Key. Free tier is 15 requests a minute, no card needed. The model name is gemini-3.5-flash. 3. Google Calendar (already on your phone). This is where the reminder lands. 4. A one time screenshot permission for Tasker. Five minutes. This is the only thing iOS does not make you do. Setup: - Install the Tasker Permissions app. - Plug your phone into a computer and turn on USB debugging. - Run the single ADB command it shows you. - Now Tasker takes screenshots silently with no popup. Skip this and Android asks permission every single time. Build the Tasker task. Name it Reminder from Email. Add these actions in order: Step 1: Take Screenshot. Set the file to reminder.png. Step 2: Variable Set. Name %img. To the full path of that file, for example /storage/emulated/0/reminder.png. Step 3: Variable Convert. Input %img. Function File to Base 64. Step 4: HTTP Request. Method: POST URL: https://generativelanguage.googleapis.com/v1beta/models/gemini-3.5-flash:generateContent?key=YOUR_KEY Header: Content-Type:application/json Body: {"contents":[{"parts":[{"text":"The following is a screenshot of an email. Create a short title to use as a reminder, pull the from email address, summarize the email content, and output in exactly this format. Do not output any additional text. Do not put the words title or email address in the output.\n\nTitle\nEmail\nSummary"},{"inline_data":{"mime_type":"image/png","data":"%img"}}]}]} Step 5: JavaScriptlet. Paste this: