accept-invitation

Accept Google Calendar invitations and persist meetings with attendees in Supabase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill accept-invitation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accept-invitation
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/accept-invitation
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill accept-invitation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of accepting calendar invitations and recording meetings in a database, reducing manual RSVP work and data entry.

Core Features & Use Cases

  • Automated RSVP workflow: locates the event, marks it as accepted, and saves the meeting to Supabase.
  • Participant linking: associates attendees with the meeting in Supabase for accurate records.
  • End-to-end automation: works with Google Calendar events and a backend storage.

Quick Start

Run the accept-invitation flow to automatically accept a Google Calendar invite and persist the meeting with participants in Supabase.

Frequently Asked Questions about accept-invitation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate accepting a Google Calendar invitation and logging it to Supabase?

You can automate accepting a Google Calendar invitation by using a workflow that locates the event, sets the RSVP status to accepted, and persists the meeting record in a Supabase database. This eliminates manual RSVP work and data entry.

Does the automated RSVP workflow link Google Calendar attendees to Supabase meeting records?

Yes, the automated RSVP workflow links attendees to the meeting record. It locates the Google Calendar event, marks it as accepted, and associates the participants with the stored meeting in your Supabase database for accurate records.

What Supabase database structure is needed to persist Google Calendar meeting records?

To persist Google Calendar meeting records, your Supabase database needs meetings and meeting_contacts tables. This structure allows the workflow to store the event details and link the associated attendees accurately.

Can I integrate Google Calendar API with a backend endpoint to record RSVPs automatically?

Yes, you can integrate the Google Calendar API with a backend endpoint to record RSVPs automatically. The workflow requires this integration to locate events, set the accepted status, and save the data to Supabase.

What is the best way to manage end-to-end calendar integration for automated meeting logging?

The best way to manage end-to-end calendar integration is to connect the Google Calendar API for event location and RSVPing with a Supabase backend. This approach handles everything from accepting the invite to linking participants and storing the meeting record.