# Google Calendar API Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/google-calendar-api
> Markdown URL: https://aitinkerers.org/technologies/google-calendar-api.md
> Technology record last updated: 2026-02-23T02:11:55Z
> Generated: 2026-09-20T22:36:13Z

Programmatically manage all Google Calendar data: create, read, update, and delete events, calendars, and user settings via a secure RESTful interface.

This RESTful API is the command center for Google Calendar integration, enabling full CRUD (Create, Read, Update, Delete) control over user data . Developers leverage endpoints like `events.insert()` to schedule new events or `freebusy.query` to check availability across multiple calendars . The API supports Google Client Libraries (e.g., Java, Python, JavaScript) for streamlined development and utilizes OAuth 2.0 for secure, scoped access . Use push notifications to monitor real-time changes to resources (Acl, CalendarList, Events) without constant polling, ensuring your application is always synchronized .

- Official technology site: https://developers.google.com/calendar/api/reference/rest
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Althy - An AI planner for healthy life balance](https://nyc.aitinkerers.org/talks/rsvp_jIFt5P1O9gg)

An AI-powered planner that can help students and young professionals stay on top of tasks and manage their free time around their goals and interests, maintaining an healthy work-life balance.

- Event context: November Demo Day ft. Google Cloud and CopilotKit — 2025-11-17 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_jIFt5P1O9gg

### [Manifest AI: AI-Powered Dream Scheduling with LangChain + Supabase](https://st-louis.aitinkerers.org/talks/rsvp_DiOsbUMQwl8)

A technical walkthrough of how I built Manifest AI, a productivity assistant that generates personalized, time-blocked schedules using LangChain, Supabase, and GPT-4. This includes deep dives into the LangChain prompt pipeline, Supabase schema design, Google Calendar integration, and dynamic frontend implementation with Next.js 15, Tailwind, and ShadCN.

- Event context: AI Tinkerers - St. Louis Inaugural Meetup — 2025-06-05 — St. Louis
- Public talk page: https://st-louis.aitinkerers.org/talks/rsvp_DiOsbUMQwl8

## Related Technologies

- [Google People API](https://aitinkerers.org/technologies/google-people-api) ([Markdown](https://aitinkerers.org/technologies/google-people-api.md)) — 1 public demo
- [gpt-4o-mini](https://aitinkerers.org/technologies/gpt-4o-mini) ([Markdown](https://aitinkerers.org/technologies/gpt-4o-mini.md)) — 9 public demos
- [LangChain](https://aitinkerers.org/technologies/langchain) ([Markdown](https://aitinkerers.org/technologies/langchain.md)) — 445 public demos
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [Node](https://aitinkerers.org/technologies/node) ([Markdown](https://aitinkerers.org/technologies/node.md)) — 99 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
- [Supabase](https://aitinkerers.org/technologies/supabase) ([Markdown](https://aitinkerers.org/technologies/supabase.md)) — 90 public demos
