Note

Alarm 관련 공부

xnoag 2023. 5. 30. 00:34

https://developer.apple.com/documentation/eventkit

 

EventKit | Apple Developer Documentation

Create, view, and edit calendar and reminder events.

developer.apple.com

EventKit Framework라는 게 있다고한다. 캘린더나 미리알림에 접근을 제공한다고 한다. 내 앱을 쓰는 사용자가 일정을 생성하거나 검색 편집 하는 걸 도와준다고 한다. 알람을 설정하고 반복 이벤트를 설정할 수 있단다. 

 

https://developer.apple.com/documentation/eventkit/accessing_the_event_store

 

Accessing the Event Store | Apple Developer Documentation

Request access to a user’s calendar data through the event store.

developer.apple.com

뭐 위에가 EventKit 자체에 대한 설명이었고, First Steps에 이게 있길래 이것도 읽어봤다.