Allow AutoGPT to access my google calendar and read/write events with descriptions
Contributor guide
Tech stack
python
Domain
apibackend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
3-5 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
PythonGoogle Calendar APIOAuth
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
First, review the existing plugin structure in the Auto GPT Plugins repository to understand how plugins are implemented. Then, develop a new plugin that uses the Google Calendar API to read and write events. Use the google auth and google api python client libraries for authentication and API calls. The plugin should handle OAuth2 token management and allow users to connect their Google Calendar.
Google Calendar Plugin · Significant-Gravitas/Auto-GPT-Plugins#85 | Good First Issue