Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 21:07
· 29 commits to main since this release

Minor Changes

  • 5f424e1 Thanks @marcfargas! - Initial release — Gmail, Drive & Calendar APIs for AI agents and humans.

    • Gmail: search, getMessage, getThread, send, reply, forward, createDraft, sendDraft, listDrafts, listLabels, batchModifyLabels, getAttachmentContent, getProfile
    • Drive: listFiles, searchFiles, getFile, downloadFile, exportFile, uploadFile, createFolder, moveFile, renameFile, copyFile, trashFile, listPermissions, shareFile, unshareFile
    • Calendar: listCalendars, listEvents, getEvent, createEvent, updateEvent, deleteEvent, queryFreeBusy
    • Gateway CLIs: go-gmail, go-drive, go-calendar (JSON output, --confirm safety)
    • Safety model: READ/WRITE/DESTRUCTIVE operation classification
    • Auth: multi-account OAuth2 with per-service token stores