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

11 hours ago

You can access the Google Calendar Create Event (Tool) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "businessId": "my_business_name",
< "googleCredentials": {
< "access_token": "๐Ÿ“ Paste your '\''Access token'\'' here (starts with ya29.)",
< "refresh_token": "๐Ÿ“ Paste your '\''Refresh token'\'' here (starts with 1//)",
< "client_id": "๐Ÿ“ Paste your Client ID here (ends with .googleusercontent.com)",
< "client_secret": "๐Ÿ“ Paste your Client Secret here"
< },
< "eventData": {
< "summary": "Appointment - Customer Name",
< "description": "Customer phone: 555-1234\\nNotes: First visit, needs consultation",
< "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": "customer@example.com",
< "displayName": "Customer Name"
< }
< ],
< "location": "123 Main St, Your City, State",
< "reminders": {
< "useDefault": false,
< "overrides": [
< {
< "method": "email",
< "minutes": 1440
< },
< {
< "method": "popup",
< "minutes": 60
< }
< ]
< }
< }
<}' |
<apify call sambehnke/google-calendar-create-event --silent --output-dataset

Google Calendar Create Event (Tool) API through CLI

The Apify CLI is the official tool that allows you to use Google Calendar Create Event (Tool) locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: