Skip to content

feature request: add Google Meet and attachment support to calendar events #247

@tuannvm

Description

@tuannvm

Currently calendar.createEvent and calendar.updateEvent don't support creating Google Meet conference links or attaching Google Drive files to events. These are common operations when scheduling meetings programmatically.

Proposed additions

  • addGoogleMeet (boolean) — creates a Google Meet link via the Calendar API's conferenceData field
  • attachments (array of {fileUrl, title?, mimeType?}) — attaches Google Drive files via the Calendar API's attachments field

Both fields would be optional additions to the existing createEvent and updateEvent tools. No new OAuth scopes are required — these features work with the existing calendar scope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions