Skip to content

Expose attendees field in gcal EventResource and write endpoints#4

Open
jasonmusespresso wants to merge 1 commit intobenchflow-ai:mainfrom
jasonmusespresso:fix/gcal-attendees
Open

Expose attendees field in gcal EventResource and write endpoints#4
jasonmusespresso wants to merge 1 commit intobenchflow-ai:mainfrom
jasonmusespresso:fix/gcal-attendees

Conversation

@jasonmusespresso
Copy link
Copy Markdown

Summary

attendees_json was stored in the DB and populated by seed data but never surfaced through the API. Add EventAttendee schema, wire it through _to_event_resource (read), _create_event_from_body (insert), events_update (PUT), and events_patch (PATCH) so agents can read and write attendees with email/displayName/responseStatus as the real Calendar API provides.

attendees_json was stored in the DB and populated by seed data but never
surfaced through the API. Add EventAttendee schema, wire it through
_to_event_resource (read), _create_event_from_body (insert), events_update
(PUT), and events_patch (PATCH) so agents can read and write attendees with
email/displayName/responseStatus as the real Calendar API provides.
Copy link
Copy Markdown
Contributor

@bingran-you bingran-you left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants