Google Calendar Integration
Pricing
from $0.01 / 1,000 results
Go to Apify Store
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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Parameter | Type | Required | Description |
|---|---|---|---|
| demoMode | boolean | No | Run with sample data (no API calls) |
| action | string | Yes | Action to perform: sync_posts, list_events, create_event |
| calendarId | string | No | Google Calendar ID (default: primary) |
| accessToken | string | Yes* | Google OAuth access token (*not needed in demoMode) |
| posts | array | No | Posts 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:
- Create a Google Cloud project
- Enable Google Calendar API
- Create OAuth 2.0 credentials
- Obtain access token with calendar scope
Pricing
- $0.001 per event synced
- Demo mode is free
Support
- LinkedIn: John Rippy
- Website: johnrippy.link
Built by John Rippy | johnrippy.link