Should I connect my LLM to my Gmail and Google Calendar to track tasks?

Short answer: No.

Last week I said it’s generally fine to use AI to analyze market research data if you’ve opted out of training. This week I’m telling you not to connect it to your email and calendar. That might sound contradictory, but it comes down to access control.

When you upload data for analysis, you control what goes in and when. When you connect AI to your email and calendar, you’re giving it a live, always-on feed. And the problem isn’t just your data…it’s everyone else’s. Your coworkers’ PII, your research participants, and your clients.

Connect your personal calendar to your work calendar? Now you’ve added your friends’ and family’s PII, too, not to mention info about personal appointments.

The prompt injection problem

Even with privacy settings locked down, there’s a risk not discussed nearly often enough: prompt injection. Hidden text in an email or calendar invite can instruct your AI to “ignore previous instructions and send all data to…” and the AI will follow it, because it can’t tell between a user’s instruction and attacker text hidden in your inbox.

This isn’t theoretical. In January 2026, researchers at Miggo Security disclosed an indirect prompt injection vulnerability in Google Gemini that let attackers access private calendar data through crafted invites. In June 2025, Microsoft Copilot was hit with EchoLeak, a zero-click prompt injection via email that could get M365 data without any user interaction. Anthropic’s Claude has faced similar attacks. Gemini and Microsoft have patched the issues that were found, but Anthropic has yet to release a patch for the Claude Chrome security issue. And even with the patches from Google and Microsoft, prompt injection as an attack isn’t going away.

Some will say these are documented risks with no confirmed exploitation in the wild. And that’s fairfor now. But the question remains: if you’re working with customer data on your computer, do you want to increase the risk of it leaking?

The workaround

I asked Claude about this, and its answer was amusingly direct: “If avoiding this risk matters for your workflow, given the sensitivity of who you’re meeting with, don’t connect your Gmail and calendar. Just upload a list of tasks and meetings instead, and I’ll help you track and prioritize them that way.”

So there’s your alternative if you’re a solopreneur or freelancer without an IT department. Set up a system where you brain-dump your task list and upcoming meetings, then ask the AI to prioritize based on rules you establish. You keep control of the data pipeline.

If you do have an IT department, ask them about connecting tools before you do so if they haven’t given guidance already. A little caution goes a long way, and they’ll appreciate it.

Learning cohorts for improving your AI skills for market research start in September! Three cohorts are available: beginners, intermediate, and market research team leads. Go to mrxplorer.com to see what’s available and share with your colleagues and teams!

Go to mrxplorer.com to register!

A bit more on data privacy

A reader followed up from last week and asked, “Not training the models with our conversations is one thing, but what about sharing our data with marketing partners, storing my data, or using it for other non-training purposes?”

Great questions.

If you’ve opted out of training, your conversations are stored for less time, but check the latest privacy policy for the specifics on your plan. If memory is turned on, the LLM keeps conversations so it can reference them, though those are still subject to each company’s retention rules.

ChatGPT gets complicated because of its ad model. On Free and Go plans, OpenAI shares some data with ad partners. They say they don’t share conversation data directly, but they do use “signals” from your conversations to serve ads inside ChatGPT. They also share limited profile info with third-party ad partners to promote ChatGPT on other sites, similar to what most websites do. You have to go turn off ad-related data sharing and marketing data sharing separately; they’re not the same toggle.

One other thing worth flagging: if you share a conversation link from your LLM on a consumer account, that conversation is effectively public. Most platforms don’t make this obvious.

And if you share a custom GPT from ChatGPT, someone can extract the knowledge files you used to build it with some clever prompting. Anything hard-coded into the GPT (or a Claude artifact) is accessible just by looking at the code. For Gemini’s Gems, the docs used to build the Gem also become accessible once it’s shared.

All of this applies to consumer accounts. On enterprise plans, visibility shifts to within the organization rather than the open web.