Skip to content

Conversation

@gbrmaia
Copy link

@gbrmaia gbrmaia commented Nov 21, 2025

This PR adds a new tool, GoogleCalendarDeleteTool, to the @langchain/community package, enabling users to delete events from their Google Calendar. This completes the basic CRUD operations (Create, Read, Delete) for the Google Calendar integration.

Features:

Delete by ID: Users can delete an event by providing its specific Event ID.

Natural Language Deletion: Users can request deletion using natural language queries (e.g., "delete the meeting with John at 3pm").

Smart Search: If an Event ID is not provided, the tool attempts to find the event based on the summary and time range. If a single event is found, it is deleted. If multiple events are found, the tool asks for clarification. If no events are found, it informs the user.

@changeset-bot
Copy link

changeset-bot bot commented Nov 21, 2025

⚠️ No Changeset found

Latest commit: be5c053

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added community Issues related to `@langchain/community` pkg:@langchain/community examples labels Nov 21, 2025
@gbrmaia gbrmaia changed the title Feat/tool google calendar delete feat(community): add GoogleCalendarDeleteTool Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Issues related to `@langchain/community` examples pkg:@langchain/community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant