google-calendar
Create, list, and manage Google Calendar events. Use when asked to schedule meetings, check calendar, create events, or manage appointments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, list, and manage Google Calendar events. Use when asked to schedule meetings, check calendar, create events, or manage appointments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | google-calendar |
| description | Create, list, and manage Google Calendar events. Use when asked to schedule meetings, check calendar, create events, or manage appointments. |
Create, list, find, and manage events in Google Calendar. Connect your Google account to schedule meetings, check availability, and manage your calendar programmatically.
orth CLISchedule a new calendar event with attendees and settings.
orth run google-calendar /create-event --body '{
"start_datetime": "2024-03-15T14:00:00",
"summary": "Team Meeting",
"description": "Weekly team sync",
"event_duration_hour": 1
}'
Parameters:
start_datetime (required) - Event start time in "YYYY-MM-DDTHH:MM:SS" format (NO timezone)summary - Event title/summarydescription - Event description/detailslocation - Event location or meeting roomtimezone - IANA timezone (e.g., "America/New_York")attendees - Array of attendee email addressesevent_duration_hour - Duration in hoursevent_duration_minutes - Duration in minutes (0-59 only)recurrence - Recurrence rule (RRULE format)visibility - Event visibility (default, public, private)calendar_id - Specific calendar to create event insend_updates - Send email invitations (true/false)transparency - Show as busy/free (opaque/transparent)exclude_organizer - Exclude organizer from attendee list (true/false)guests_can_modify - Allow guests to modify event (true/false)create_meeting_room - Create Google Meet room (requires paid Workspace)eventType - Event type classificationguestsCanInviteOthers - Allow guests to invite others (true/false)guestsCanSeeOtherGuests - Allow guests to see other attendees (true/false)Retrieve events from your calendar within a time range.
orth run google-calendar /list-events --body '{
"calendarId": "primary",
"timeMin": "2024-03-01T00:00:00Z",
"maxResults": 10
}'
Parameters:
calendarId (required) - Calendar ID to query ("primary" for main calendar)timeMin - Start time filter (RFC3339 format)timeMax - End time filter (RFC3339 format)q - Text search queryorderBy - Sort order (startTime, updated)maxResults - Maximum events to returnpageToken - Token for paginationsingleEvents - Expand recurring events (true/false)showDeleted - Include deleted events (true/false)timeZone - Timezone for resultseventTypes - Filter by event typesupdatedMin - Only events updated after this timemaxAttendees - Maximum attendees to return per eventsyncToken - Sync token for incremental syncshowHiddenInvitations - Include hidden invitations (true/false)Search for specific events by query and filters.
orth run google-calendar /find-event --body '{
"query": "team meeting",
"timeMin": "2024-03-01T00:00:00Z"
}'
Parameters:
query - Search query texttimeMin - Search start time (RFC3339 format)timeMax - Search end time (RFC3339 format)calendar_id - Specific calendar to searchorder_by - Sort results (startTime, updated)max_results - Maximum results to returnsingle_events - Expand recurring events (true/false)show_deleted - Include deleted events (true/false)event_types - Filter by event typespage_token - Token for paginationupdated_min - Only events updated after this timeRemove an event from your calendar.
orth run google-calendar /delete-event --body '{
"event_id": "EVENT_ID_HERE"
}'
Parameters:
event_id (required) - Google Calendar event ID to deletecalendar_id - Calendar containing the event (defaults to primary)Schedule a 1-hour meeting:
orth run google-calendar /create-event -b '{"start_datetime":"2024-03-15T14:00:00","summary":"Client Call","event_duration_hour":1,"attendees":["client@company.com"]}'
Create recurring weekly meeting:
orth run google-calendar /create-event -b '{"start_datetime":"2024-03-15T10:00:00","summary":"Weekly Standup","event_duration_minutes":30,"recurrence":"RRULE:FREQ=WEEKLY;BYDAY=FR"}'
Check today's events:
orth run google-calendar /list-events -b '{"calendarId":"primary","timeMin":"2024-03-15T00:00:00Z","timeMax":"2024-03-15T23:59:59Z"}'
Search for meetings:
orth run google-calendar /find-event -b '{"query":"team meeting","timeMin":"2024-03-01T00:00:00Z"}'
Cancel an event:
orth run google-calendar /delete-event -b '{"event_id":"abc123def456ghi789"}'
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Research competitors - products, pricing, team, funding, and strategy
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.