nworks_calendar_create
Create calendar events in LINE WORKS by specifying title, time, and details. Use this tool to schedule meetings or register appointments with attendees and notifications.
Instructions
캘린더 일정을 새로 만듭니다. '회의 잡아줘', '일정 등록해줘' 등의 요청에 사용. User OAuth 인증 필요 (calendar + calendar.read scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | 일정 제목 | |
| start | Yes | 시작 일시 (YYYY-MM-DDThh:mm:ss) | |
| end | Yes | 종료 일시 (YYYY-MM-DDThh:mm:ss) | |
| timeZone | No | 타임존 (기본: Asia/Seoul) | |
| description | No | 일정 설명 | |
| location | No | 장소 | |
| attendees | No | 참석자 목록 | |
| sendNotification | No | 참석자에게 알림 발송 (기본: false) | |
| userId | No | 대상 사용자 ID (미지정 시 me) |