Auto-GPT-Plugins
Auto-GPT-Plugins copied to clipboard
Google Calendar Plugin
Allow AutoGPT to access my google calendar and read/write events with descriptions
Hi, I am interested in working on this. I believe we are primarily interested in https://developers.google.com/calendar/api/v3/reference/events/insert and https://developers.google.com/calendar/api/v3/reference/events/get, right? And is the scope limited to creating basic events with start/end time, or should we implement as much functionality as possible?
Exposed to the ai, probably?
see also
https://developers.google.com/calendar/v3/reference/events/quickAdd
https://developers.google.com/calendar/v3/reference/calendarList/list https://developers.google.com/calendar/v3/reference/calendars/get
https://developers.google.com/calendar/v3/reference/events/list https://developers.google.com/calendar/v3/reference/events/move
Noted about the endpoints. What do you mean by "Exposed to the AI"?
You’ll probably need to use the other ones to gather information to feed the ai in a productive way rather than making it guess the calendar ID. The quick add would be worth playing around for sure especially if it supports NLP