builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
259 stars 258 forks source link

Request FullAccess on iOS17+ #497

Closed junqi closed 9 months ago

junqi commented 9 months ago

Issue #490

A distinction between write-only access and full access has been made since iOS17. https://developer.apple.com/documentation/technotes/tn3152-migrating-to-the-latest-calendar-access-levels

This PR obtains full access, but it may be inappropriate if you intend to be able to handle write-only access separately.

thomassth commented 9 months ago

The pipeline might need some updates too it seems

junqi commented 9 months ago

I have fixed the build test based on the error message. (Please note that the minSdkVersion of Android has been increased.)

thomassth commented 9 months ago

lgtm

Anjali-Rightpoint commented 8 months ago

@thomassth When will this PR changes be released, or by when will the next version of device_calendar plugin will release with iOS17 updates?

thomassth commented 7 months ago

Someone cherrypick the commit and start a PR to the release branch (master)

I'll approve that

LeonardoCaracho commented 6 months ago

Someone cherrypick the commit and start a PR to the release branch (master)

I'll approve that

Hi @thomassth, I just started a cherry-pick PR to master as you suggested.