Install
openclaw skills install event-cancellation-reconcilerStandard Operating Procedure (SOP) to autonomously detect cancelled events and sync the calendar state using atomic nodes.
openclaw skills install event-cancellation-reconcilerThis procedure guides the agent to process cancelled events using explicitly defined atomic nodes.
WHEN [Requested to handle a cancelled event from an email OR when reading an email indicating a cancellation/reschedule] THEN [ Follow this strict Standard Operating Procedure:
Step 1: Extract Event Details
LLM-Extract-JSON or LLM-Extract-Action-Items atomic skill against the email body to extract original_date, original_time, and target_entity.Step 2: Locate Orphaned Event
gog calendar events primary --from "<original_date>T00:00:00Z" --to "<original_date>T23:59:59Z" --json).Step 3: Reconcile State
Google Calendar Delete Event atomic node or the Google Calendar Update Summary atomic node to append "[CANCELLED]".Step 4: Notify
A confirmation message stating the calendar has been synced and the specific event has been handled.