반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 개발툴
- window10
- guide
- docker
- 스쿠버다이빙
- 어드벤스
- Front-end
- PostgreSQL
- 게임
- 공략
- poe2
- 여행
- 다이빙
- JavaScript
- WebView
- 젤다의전설
- 취미
- 씨홀스
- hybride
- 세부
- 엘든링
- ubuntu
- psql
- 뱀파이어서바이벌
- 오픈워터
- Linux
- JS
- 야생의숨결
- window
- 페오엑
Archives
- Today
- Total
목록일정삭제 (1)
Rianshin

MsTeams의 일정삭제하는 방법은 일정을 생성했던 API를 호출하는데 뒤에 delete만 넣어주면된다. 단, 생성했던 일정의 id값은 알고 있어야 한다. deleteEvent : async function(eventId){ try { POST the JSON to the /me/events endpoint await graphClient .api('/me/events/'+eventId) .delete(); Return to the calendar view this.getEvents(); } catch (error) { console.log('deleteEvent error : ' + error) } }
Develop/Front-End
2023. 1. 17. 09:44