nworks_calendar_delete
Delete calendar events from NAVER WORKS by specifying event IDs. Use this tool to cancel appointments or remove scheduled meetings with optional attendee notifications.
Instructions
캘린더 일정을 삭제합니다. '일정 취소해줘' 등의 요청에 사용. User OAuth 인증 필요 (calendar + calendar.read scope). eventId는 nworks_calendar_list로 조회 가능
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | 삭제할 일정 ID (nworks_calendar_list로 조회 가능) | |
| sendNotification | No | 참석자에게 알림 발송 (기본: false) | |
| userId | No | 대상 사용자 ID (미지정 시 me) |