Tools / Friendly Face / CalendarEvents

CalendarEvents

GPT-4o
GPT-4o mini
Claude 3.5 Haiku
3+
This tool allows AI agents to access calendar information from authenticated users by connecting directly to the Google Calendar API. Depending on user settings, the agent can confirm and create appointments. It includes a compact view for chat and an expanded version for drawer or similar layouts.

Component Overview

Tool preview
1
1
day_week
2
2
date
3
3
event_object
4
4
event_time
5
5
event_title

Preview

Tool preview

Component Props

NameTypedescription
day_weekstring
datestring
event_objectobject
event_timestring
event_titlestring

AI Schema

The use of LLM Schema helps in smooth data integration across different systems and applications. It provides a common language and framework for sharing and exchanging data, allowing disparate systems to communicate effectively.
1 2 3 4 5 6 7 8 9 10 11 12 13 import z from 'zod'; const recipeSchema = z.object({ tool: z.object({ name: z.string(), items: z.array( z.object({ name: z.string(), amount: z.string(), }), ), steps: z.array(z.string()), }), });

Works with

ModelVersionTested
GPT-4o10/12/2024
GPT-4o mini10/12/2024
Claude 3.5 Haiku10/12/2024
3 +