calendar_month

Calendar Sync

Đã xác minh
bởi @timecraft_dev Productivity

Sync and manage Google Calendar, Apple Calendar, and Outlook events through natural language. Create events, resolve conflicts, send reminders, and get daily briefings — all from your favorite chat app.

terminal

Cài đặt

$ claw install calendar-sync

Cấu hình

Cấu hình biến môi trường trong file .env hoặc manifest skill.

VARIABLE DESCRIPTION DEFAULT
GOOGLE_CALENDAR_CREDENTIALS Path to Google OAuth credentials JSON ~/.openclaw/google-credentials.json
DEFAULT_CALENDAR Default calendar for new events primary
REMINDER_MINUTES Default reminder before events (minutes) 15

Cách dùng

User: "Schedule a team standup every weekday at 9:30 AM and remind me 10 minutes before."
Claw:

// Calendar skill activated

check_circle Recurring event created: "Team Standup" — Mon-Fri 9:30 AM

notifications_active Reminder set: 10 minutes before each occurrence

Next occurrence: Tomorrow, 9:30 AM
Calendar: Work
Recurrence: RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR

Manifest skill (JSON)

{
  "name": "calendar-sync",
  "version": "2.1.0",
  "permissions": [
    "calendar.events.read",
    "calendar.events.write",
    "notifications.send"
  ],
  "trigger": "regex:/(schedule|create|cancel|move) .*(event|meeting|reminder).*/i",
  "engine": "node-20"
}

Đánh giá

4.9
starstarstarstarstar_half
Điểm trung bình
312 Tổng đánh giá
person
@morning_routine verified Người dùng xác minh
starstarstarstarstar

The daily briefing feature alone is worth it. Every morning I get a WhatsApp message with my schedule, weather, and travel time to the first meeting. Absolute game-changer.

event_busy
@calendar_chaos verified Người dùng xác minh
starstarstarstarstar

Finally stopped double-booking myself. The conflict detection is smart — it suggests alternative slots and even checks attendee availability. Saved my sanity.

groups
@remote_pm
starstarstarstarstar_outline

Works great with Google Calendar. Apple Calendar support is solid but iCloud auth setup took some fiddling. Once connected, it's seamless.

Theo dõi tin mới

Nhận thông báo về tính năng mới và tích hợp. Không spam, hủy đăng ký bất cứ lúc nào.