Skip to main content
Glama

set_event_occurrence

Mark an event occurrence as in progress, done, or dropped on a given date. Optionally cascade the status to all subtasks.

Instructions

Mark a single event occurrence with an action.

event_id accepts any reference form — UUID, sequence shorthand (#123, personal-org only), canonical ref (acme-123), or app URL — and is resolved to a UUID before the mark.

action is one of "in_progress", "done", "dropped" (alias: "skipped"). date is YYYY-MM-DD.

When the occurrence has materialized subtasks, cascade_subtasks=false (the default) causes a 409 if any subtask is non-terminal (SUBTASK-003). Pass cascade_subtasks=true to sweep them to the matching terminal status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
dateYes
actionYes
cascade_subtasksNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Circuit-Stitch/defernowork-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server