Skip to content

feat: support deletion of event series. #621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 28, 2025

Conversation

tybalex
Copy link
Contributor

@tybalex tybalex commented Apr 25, 2025

obot-platform/obot#2642

This PR adds a new Optional Param -- delete_series to the DeleteEvent Tool. set this to true to delete a event series.

Many files changed because I ran go fmt 😓

@@ -197,6 +197,22 @@ func DeleteEvent(ctx context.Context, client *msgraphsdkgo.GraphServiceClient, e
return nil
}

func DeleteEventSeries(ctx context.Context, client *msgraphsdkgo.GraphServiceClient, eventID, calendarID string, owner OwnerType) error {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the main code change

@tybalex tybalex requested a review from thedadams April 25, 2025 18:15
@tybalex tybalex merged commit 110e7fb into obot-platform:main Apr 28, 2025
2 checks passed
@tybalex tybalex deleted the outlook-recur-event branch April 28, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants