Skip to content

Add attendees to event JSON output#6

Open
tpmaerk wants to merge 1 commit intoschappim:mainfrom
tpmaerk:feat/attendees
Open

Add attendees to event JSON output#6
tpmaerk wants to merge 1 commit intoschappim:mainfrom
tpmaerk:feat/attendees

Conversation

@tpmaerk
Copy link

@tpmaerk tpmaerk commented Mar 11, 2026

Summary

  • Add attendees array to event output in ekctl list events, exposing name, email, status, and role from EventKit's EKParticipant
  • Empty array [] when no attendees present
  • Human-readable status/role strings instead of raw enum values

Example output

"attendees": [
  {
    "name": "Jane Doe",
    "email": "jane@example.com",
    "status": "accepted",
    "role": "required"
  }
]

Closes #5

Expose EKParticipant data (name, email, status, role) in `ekctl list events` output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Include attendees in event output

2 participants