Google Calendar Create Event (Tool) avatar
Google Calendar Create Event (Tool)

Pricing

Pay per event

Go to Store
Google Calendar Create Event (Tool)

Google Calendar Create Event (Tool)

Developed by

Nova Integrations

Nova Integrations

Maintained by Community

Create Google Calendar events using your own API credentials. Perfect for AI agents via MCP integration. Schedule meetings, appointments & events automatically. Secure, fast, and works with Claude & custom AI tools. Integrate with your agent using: "Actors MCP server"- Apify.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

13 hours ago

Google Calendar Create Event - AI Agent Tool

๐Ÿค– AI-Powered Calendar Management | ๐Ÿ“… MCP Compatible | ๐Ÿ” Secure | โšก Fast

Create calendar events in Google Calendar using your own API credentials. Designed for AI agents, MCP integration, and automated scheduling workflows.

๐ŸŽฏ Perfect for AI Agents

  • โœ… Claude Desktop: Seamless integration via MCP
  • โœ… GPT/ChatGPT: Works with MCP-compatible frameworks
  • โœ… Custom AI Agents: Standard MCP protocol support
  • โœ… LangChain/LlamaIndex: Easy tool integration
  • โœ… Apify MCP Server: Pre-configured and ready to use

๐Ÿš€ Quick Start for AI Agents

Add to Claude Desktop:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com"
}
}
}

Find this tool: Search for "google calendar create event" or use actor name: {your-username}/google-calendar-create-event

Direct API Usage

Input Example:

{
"googleCredentials": {
"access_token": "ya29.your-access-token"
},
"eventData": {
"summary": "AI Agent Meeting",
"start": {
"dateTime": "2025-08-15T14:00:00-07:00",
"timeZone": "America/Los_Angeles"
},
"end": {
"dateTime": "2025-08-15T15:00:00-07:00",
"timeZone": "America/Los_Angeles"
},
"attendees": [{"email": "team@company.com"}]
}
}

Output:

{
"success": true,
"eventId": "abc123def456",
"eventLink": "https://calendar.google.com/event?eid=...",
"event": {
"summary": "AI Agent Meeting",
"status": "confirmed"
}
}

๐Ÿ›ก๏ธ Security & Privacy

  • ๐Ÿ” Encrypted Credentials: Uses Apify's secure input fields
  • ๐Ÿšซ No Data Storage: Doesn't store your calendar data
  • ๐Ÿ‘ค Your API Limits: Uses your own Google API quotas
  • โœ… Audit Trail: All operations logged for transparency

๐Ÿ“‹ Requirements

Google API Setup

  1. Google Cloud Project: Create or use existing project
  2. Enable Calendar API: In Google Cloud Console
  3. OAuth 2.0 Credentials: Create web application credentials
  4. Access Token: Get from OAuth Playground or your app

Supported Input

  • Event title and description
  • Start/end times (ISO 8601 format)
  • Attendees with email addresses
  • Time zones (any valid timezone)
  • Reminders (email and popup)
  • Calendar selection (primary or specific calendar ID)

๐Ÿ”ง AI Agent Use Cases

  • Meeting Scheduling: "Schedule a team meeting for tomorrow at 2 PM"
  • Appointment Booking: "Create a client call for next Friday at 10 AM"
  • Event Planning: "Add company all-hands to everyone's calendar"
  • Deadline Tracking: "Schedule project deadline reminder"
  • Recurring Events: "Set up weekly standup meetings"

โšก Performance

  • Runtime: Usually completes in under 10 seconds
  • Compute Cost: ~0.01 CU per event creation
  • Rate Limits: Subject to your Google Calendar API limits
  • Reliability: Automatic retry with exponential backoff

Complete Calendar Management Suite:

  • google-calendar-list-events - Retrieve calendar events
  • google-calendar-update-event - Modify existing events
  • google-calendar-delete-event - Remove events

๐Ÿ†˜ Troubleshooting

Common Issues:

  • 401 Unauthorized: Check access token is valid and not expired
  • 403 Permission Denied: Verify Calendar API is enabled
  • 400 Bad Request: Check datetime format (must be ISO 8601)

๐Ÿ“š Documentation

๐Ÿท๏ธ Tags

google-calendar calendar events scheduling mcp ai-agent automation productivity oauth api-integration


Built with โค๏ธ for the AI agent ecosystem