# Ground agents in Gmail and Calendar without custom integrations

> Email and calendar are two of the most-requested grounding sources, and wiring them up usually means custom API clients and token plumbing.

- Published: 2026-05-06
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/ground-agents-in-gmail-and-calendar-without-custom-integrations
- Markdown: https://agno-com-nine.vercel.app/articles/ground-agents-in-gmail-and-calendar-without-custom-integrations.md

Email and calendar are two of the most-requested grounding sources, and wiring them up usually means custom API clients and token plumbing. Two new context providers, `GmailContextProvider` and `CalendarContextProvider`, remove that work: both follow Agno's existing provider patterns and expose each source as natural-language query tools, so an agent reads mail and schedule context through the same consistent interface as every other source, with no bespoke retrieval layer to maintain. Alongside them, `GDriveContextProvider` now supports OAuth in addition to service-account auth, so an agent can connect to a user's own Drive without a service account.

Learn more about the [Gmail provider](https://docs.agno.com/context-providers/providers/gmail) and [Calendar provider](https://docs.agno.com/context-providers/providers/calendar), or see the [Context Providers overview](https://docs.agno.com/context-providers/overview).
