google-calendar
Installation
SKILL.md
Google Calendar
Available Tools
-
list_calendars(): List all user's calendars (primary, shared, subscribed).
-
list_events(calendar_id?, max_results?, time_min?, time_max?, query?, show_deleted?): List calendar events.
calendar_id(string, optional, default: "primary"): Calendar IDmax_results(integer, optional, default: 10, max: 100): Maximum eventstime_min(string, optional, default: now): Start time in RFC3339 format (e.g., "2024-01-01T00:00:00Z")time_max(string, optional): End time in RFC3339 formatquery(string, optional): Free text searchshow_deleted(boolean, optional, default: false): Include deleted events
-
get_event(event_id, calendar_id?): Get detailed information about a specific event.
event_id(string, required): Event ID (from list_events)calendar_id(string, optional, default: "primary")
Related skills
More from aws-samples/sample-strands-agent-with-agentcore
financial-news
Stock quotes, price history, financial news, and analysis
207code-interpreter
Test and prototype code in a sandboxed environment. Use for debugging, verifying logic, or installing packages.
139google-maps
Place search, directions, geocoding, and interactive maps
80wikipedia-search
Wikipedia article search and retrieval
68word-documents
Create, modify, and manage Word documents.
67weather
Current weather and multi-day forecasts worldwide
53