TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
100 stars 23 forks source link

Support Availability (Free, Busy, etc) for a calendar event #84

Open reinhardsual opened 3 years ago

reinhardsual commented 3 years ago

Is there any plan to support the EKEventAvailability flag when adding a new event to calendar? I see that this property is exposed in EKEvent but not implemented in Calendar (Plugin.Calendars.Abstractions).

Thanks, Reinhard Sual

TheAlmightyBob commented 3 years ago

@reinhardsual There is no plan, but PRs are welcome!

(I'll note that supporting this would of course also involve understanding what Android/Windows do and determining an appropriate cross-platform abstraction...)