30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Update Organizer

events/update-organizer changes an organizer in place, touching only the fields you send.

Linked events pick the change up automatically, since they store only the ID.

At a glance

Abilityevents/update-organizer
ToolsetThe Events Calendar — toolset/events-calendar
GroupThe Events Calendar › Organizers
RequiresThe Events Calendar, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

Correcting a contact email once fixes it everywhere that organizer appears — every event, past and future. Nothing is denormalised at save time, so nothing drifts.

The same retroactive caveat as venues applies, and applies harder: replacing the contact details on an organizer because a different person took over the role rewrites who was listed on every historical event. When the organizer is genuinely a different entity, create a new one.

Partial updates by default. Send the one field that changed.

Input

NameTypeRequiredWhat it is
idintegerYesThe organizer ID.
titlestringNoThe organizer name.
statusstringNo — defaults to draftPost status: draft, publish, pending or private.
phonestringNoPhone number.
emailstringNoEmail address.
websitestringNoWebsite URL.

What comes back

NameTypeWhat it is
organizerobjectThe organizer after the write.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Change organizer 96’s email address.

It resolves to one call:

{
  "ability": "events/update-organizer",
  "parameters": {
    "id": 96,
    "email": "workshops@example.com"
  }
}

Worth knowing

  • Idempotent.
  • Empty string clears a field; omitting it leaves the value alone.
  • A change here applies to historical events too. New person, new organizer.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading