MCP_CALENDAR automates calendar management by integrating LangChain with Google Calendar. It allows users to create, update, delete, and retrieve events, ensuring efficient scheduling and availability checks. This streamlined workflow enhances productivity by simplifying event handling and improving time management.
AVALIABILITY_CALENDAR
node checks for available time slots in the specified calendar between a defined Start_Time
and End_Time
.GET_CALENDAR
node retrieves details of a specific event using its Event_ID
.GET_ALL_CALENDAR
node fetches all events within a specified time range, sorted by startTime
.CREATE_CALENDAR
node allows users to add new events to the calendar, specifying details like start
, end
, and description
.UPDATE_CALENDAR
node enables modifications to existing events, based on the provided Event_ID
.DELETE_CALENDAR
node allows users to remove events from the calendar, ensuring that outdated or unnecessary events are cleared.Event_ID
parameters in the GET_CALENDAR
, DELETE_CALENDAR
, and UPDATE_CALENDAR
nodes to target specific events.timeMin
and timeMax
parameters in the GET_ALL_CALENDAR
and AVALIABILITY_CALENDAR
nodes to fit specific scheduling needs.calendar
value in all nodes to connect to different Google Calendar accounts.CREATE_CALENDAR
and UPDATE_CALENDAR
nodes to fit user preferences and requirements.