반응형
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
- 스쿠버다이빙
- 취미
- poe2
- Front-end
- Linux
- hybride
- 페오엑
- ubuntu
- 야생의숨결
- 세부
- 공략
- 다이빙
- PostgreSQL
- window
- psql
- JavaScript
- docker
- 게임
- 엘든링
- 어드벤스
- 오픈워터
- 여행
- 젤다의전설
- window10
- JS
- WebView
- 뱀파이어서바이벌
- 개발툴
- guide
- 씨홀스
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