Skip to content

Releases: jfversluis/Plugin.Maui.CalendarStore

v3.0.0 Preview 2: Calendar deletion support

09 Jan 08:31
7a12ce0
Compare
Choose a tag to compare

This this amazing help from our wonderful community, the deletion functionality for calendars is now restored!

Go try it out and let us know!

What's Changed

Full Changelog: v3.0.0-preview1...v3.0.0-preview2

v3.0.0 Preview 1: Reminder support

04 Jan 16:04
140468e
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.0.0-preview1

v2.0.1: Fix exception retrieving calendar by ID on Android

20 Dec 10:58
8cfd365
Compare
Choose a tag to compare

It was tempting to wait 1 day so we have exactly 1 year between releases 😅 but lets not so you can enjoy this bug fix right now! Big thanks to @basvbeek!

What's Changed

  • Fixes cursor being disposed before it's returned by @basvbeek in #57

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0: .NET 8 & iOS 17 support

21 Dec 13:51
ab6edb5
Compare
Choose a tag to compare

This version now targets .NET 8 because we need new APIs from iOS 17. That also means: this version supports the new iOS 17 APIs for accessing calendars. Check out the updated README for new permissions declarations that need to be added.

What's Changed

Full Changelog: v1.0.2...v2.0.0

v2.0: .NET 8 & iOS 17 support

08 Dec 10:16
8028692
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bump to .NET 8 & Fix up APIs for Xcode 15/iOS 17 by @jfversluis in #46

Full Changelog: v1.0.2...v2.0.0-preview1

v1.0.2: Thank you Nick!

20 Oct 19:31
e7228c1
Compare
Choose a tag to compare

This version brings a bugfix to Windows. Before, you would get hit by an exception when you would first do a read operation on the calendars and then do a write. Thanks to Nick, this now goes seamlessly. Reading, writing, all in one go.

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1: CreateEvent on iOS/macOS returns correct event ID

02 Oct 13:58
d795865
Compare
Choose a tag to compare

Small bug: the CreateEvent on iOS and macOS didn't return the correct value for the newly created event. Correcting that with this version!

What's Changed

  • Return CalendarItemIdentifier for iOS/macOS when creating an event by @jfversluis in #38

Full Changelog: v1.0.0...v1.0.1

v1.0.0: Introducing CalendarStore API for .NET MAUI!

28 Sep 08:05
86ada9b
Compare
Choose a tag to compare

Here is the first version of the CalendarStore API for .NET MAUI. This library allows you to read and write calendars, events and attendee information from the device for iOS, Android, macOS and Windows!

I noticed this PR on the Xamarin.Essentials repository that unfortunately never got merged. It's a shame that that code will go to waste, so I decided to adapt it to .NET MAUI and wrap it into a nice plugin for you to use!

There are a couple of people involved in trying to bring this functionality to Xamarin.Essentials. Thank you @mattleibow, @nickrandolph, @ScottBTR and @mkieres for the initial work here 👏

To get you started, check out this video on how to read calendar information on my YouTube channel. Or have a look at the README information at the root of this repository.

Please let me know if you find any issues, or even better: help me out with a pull request.

v1.0.0-preview 8: Creating Events fix on Android & Return Create IDs

27 Sep 09:02
86ada9b
Compare
Choose a tag to compare

CreateCalendar and CreateEvent now return the ID of the newly created entity.

What's Changed

  • Restore working CreateEvent on Android by @jfversluis in #35
  • Implement returning newly created IDs on create operations by @jfversluis in #36

Full Changelog: v1.0.0-preview7...v1.0.0-preview8

v1.0.0 preview 7: Update events now works on Android & Rename AllDay

26 Sep 18:31
d628b7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-preview6...v1.0.0-preview7