Discover Calendar and EventKit

RSS for tag

Discuss the WWDC23 Session Discover Calendar and EventKit

View Session

Posts under wwdc2023-10052 tag

2 Posts
Sort by:
Post not yet marked as solved
0 Replies
683 Views
Hi there, I am in the process of developing a web app using PHP, and I prefer not to use any packages or libraries. The main functionality of this app will be allowing users to create, edit, and delete calendar events. However, I am currently facing difficulties in determining the best approach to achieve this. I have been unable to find any clear resources or tutorials on how to proceed with implementing the calendar API. My question is, do I need to enroll in the Apple Developer Program to accomplish this? How can i pass authentication and make CRUD operation? I am seeking assistance from someone who can provide detailed guidance on where to start and how to proceed with implementing the calendar functionality. Thank you
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
Hello, I watched the EventKit session from WWDC 23 (https://developer.apple.com/videos/play/wwdc2023/10052/) that details the new permission changes. The ability to have just write access to the calendar is great, however my app also offers the user to view the already created event and to possibly edit it further via EKEventEditViewController. The event in question is release date of a videogame, so there might be needs for edit and based on saved event identifier, I am able to show different icon to let the user know that event exists. When the user taps on the icon, I use the eventStore.event(withIdentifier:. So I guess I will need the new "full access" with new prompt API to keep my functionality? Is there any possibility that this will change and apps would be able to query event they created? Thanks
Posted
by nemecek_f.
Last updated
.