Auto-GPT-Plugins icon indicating copy to clipboard operation
Auto-GPT-Plugins copied to clipboard

Google Calendar Plugin

Open ntindle opened this issue 1 year ago • 4 comments

Allow AutoGPT to access my google calendar and read/write events with descriptions

ntindle avatar Apr 30 '23 01:04 ntindle

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?

PalAditya avatar Apr 30 '23 16:04 PalAditya

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

ntindle avatar Apr 30 '23 16:04 ntindle

Noted about the endpoints. What do you mean by "Exposed to the AI"?

PalAditya avatar Apr 30 '23 16:04 PalAditya

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

ntindle avatar Apr 30 '23 16:04 ntindle