创建日程
POST {{base_url}}/calendar/v4/calendars/:calendar_id/events
该接口用于以当前身份(应用 / 用户)在日历上创建一个日程。
身份由 Header Authorization 的 Token 类型决定。
参考接口文档:创建日程
Request Body
{"attendee_ability"=>"can_see_others", "color"=>-1, "description"=>"日程描述", "end_time"=>{"date"=>"2018-09-01", "timestamp"=>"1602504000", "timezone"=>"Asia/Shanghai"}, "free_busy_status"=>"busy", "location"=>{"address"=>"地点地址", "latitude"=>1.100000023841858, "longitude"=>2.200000047683716, "name"=>"地点名称"}, "need_notification"=>false, "recurrence"=>"FREQ=DAILY;INTERVAL=1", "reminders"=>[{"minutes"=>5}], "schemas"=>[{"app_link"=>"https://applink.feishu.cn/client/calendar/event/detail?calendarId=xxxxxx&key=xxxxxx&originalTime=xxxxxx&startTime=xxxxxx", "ui_name"=>"ForwardIcon", "ui_status"=>"hide"}], "start_time"=>{"date"=>"2018-09-01", "timestamp"=>"1602504000", "timezone"=>"Asia/Shanghai"}, "summary"=>"日程标题", "vchat"=>{"description"=>"发起视频会议", "icon_type"=>"vc", "meeting_url"=>"https://example.com", "vc_type"=>"third_party"}, "visibility"=>"default"}