anthropics / anthropics/claude-code
Microsoft 365コネクタにOutlookカレンダー予定の削除機能(delete_event)を追加してほしい
- Lingua principale
- Python
- Stelle
- 145k
- Fork
- 23.1k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
### Preflight Checklist
- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
### Problem Statement
Microsoft 365コネクタについて、Outlookカレンダーの予定を削除する機能(例: delete_event)を追加してほしいです。
現在 `Calendars.ReadWrite` スコープは付与されているにもかかわらず(get_granted_scopesで確認済み)、コネクタが提供するツールは `outlook_calendar_search`(検索)と `read_resource`(詳細読み取り)のみで、書き込み・削除系のアクションがありません。
### Proposed Solution
Outlookカレンダーの予定を削除できるツール(delete_event、または既存イベントの更新ができるupdate_eventでも可)をMicrosoft 365コネクタに追加してほしいです。
用途: 毎日の定型スケジュール(進捗管理・空き時間ブロック等)を自動判定し、削除候補をユーザーに提示した上で、承認後に自動削除するワークフローを組みたいのですが、最終ステップ(削除実行)がツール不足で自動化できません。権限(スコープ)は既にあるので、コネクタ側にツールを追加するだけで実現できるはずです。
### Alternative Solutions
_No response_
### Priority
Critical - Blocking my work
### Feature Category
CLI commands and flags
### Use Case Example
_No response_
### Additional Context
_No response_
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.