Google Calendar Integration avatar
Google Calendar Integration

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Calendar Integration

Google Calendar Integration

Sync events, create appointments & manage calendars programmatically. OAuth integration, recurring events & timezone handling for scheduling automation.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Sync Google Business Profile events, posts, and appointments with Google Calendar. Automatically create calendar events for scheduled posts and track important business dates.

Features

  • Post Scheduling Sync: Create calendar events for scheduled GBP posts
  • Appointment Integration: Sync business appointments to calendar
  • Event Reminders: Get notified before scheduled posts go live
  • Multi-Calendar Support: Sync to different calendars per client
  • Two-Way Sync: Changes in calendar update the schedule

Use Cases

  • Agency Calendar Management: Track all client post schedules in one place
  • Team Collaboration: Share posting calendars with team members
  • Deadline Tracking: Never miss a scheduled post
  • Content Planning: Visualize your content calendar

Input Configuration

{
"demoMode": true,
"action": "sync_posts",
"calendarId": "primary",
"posts": [
{
"title": "Holiday Sale Post",
"scheduledDate": "2025-12-25T10:00:00Z",
"platform": "gbp"
}
]
}

Input Parameters

ParameterTypeRequiredDescription
demoModebooleanNoRun with sample data (no API calls)
actionstringYesAction to perform: sync_posts, list_events, create_event
calendarIdstringNoGoogle Calendar ID (default: primary)
accessTokenstringYes*Google OAuth access token (*not needed in demoMode)
postsarrayNoPosts to sync to calendar

Output

{
"success": true,
"action": "sync_posts",
"eventsCreated": 3,
"eventsUpdated": 1,
"events": [
{
"id": "abc123",
"title": "Holiday Sale Post",
"start": "2025-12-25T10:00:00Z",
"platform": "gbp"
}
],
"processedAt": "2025-12-23T12:00:00Z"
}

Authentication

This actor requires Google OAuth authentication:

  1. Create a Google Cloud project
  2. Enable Google Calendar API
  3. Create OAuth 2.0 credentials
  4. Obtain access token with calendar scope

Pricing

  • $0.001 per event synced
  • Demo mode is free

Support


Built by John Rippy | johnrippy.link