Calendar Agent GitHub Repository

Explore the complete source code for the Calendar Agent project. This repository contains all the necessary files and scripts to set up and run the Calendar Agent using CrewAI and Composio.

1

Install the required packages

Create a .env file and add your OpenAI API Key.

2

Import base packages

Next, we’ll import the essential libraries for our project.

3

Initialise Language Model and Define tools

We’ll initialize our language model and set up the necessary tools for our agents.

4

Setup Todo

Define the todo list that we want to convert into calendar events.

5

Create and Execute Agent

Finally, we’ll define and execute the agent responsible for creating Google Calendar events based on the todo list.

Complete Code