nworks_calendar_delete
Delete calendar events in LINE WORKS using event IDs from nworks_calendar_list. Requires user OAuth authentication with calendar scope.
Instructions
캘린더 일정을 삭제합니다. '일정 취소해줘' 등의 요청에 사용. User OAuth 인증 필요 (calendar + calendar.read scope). eventId는 nworks_calendar_list로 조회 가능
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | 삭제할 일정 ID (nworks_calendar_list로 조회 가능) | |
| sendNotification | No | 참석자에게 알림 발송 (기본: false) | |
| userId | No | 대상 사용자 ID (미지정 시 me) |