react-native-calendar-events
Advanced tools
Changelog
2.2.0 - 2021-01-08
Fixed findEventByID
on iOS - return null if event is not found (for consistency with Android) #337 by @dstop75
Fixed android calendar query to catch events that intersect date range but aren't entirely a subset (for consistency with iOS) #333 by @jenniferburch
Added ability to set timezone on events in iOS (necessary for recurrence expansion to work correctly across daylight savings time transitions) #335 by @LorienHW and @mcarlson
Also includes minor documentation tweaks.
Changelog
2.1.1 - 2020-10-20
package.json
file #328 by @wmcmahanChangelog
2.1.0 - 2020-08-11
Changelog
2.0.0 - 2020-08-01
In addition to bugfixes, this release introduces some minor breaking changes:
checkPermissions
& requestPermissions
.error
field into calendar event so the information is explicitely available from JavaScript.
This is to avoid receving a promise rejection if you fetch 2 months of events & have a single tiny information that we failed to serialize. In this cases, you will receive all fetched calendar events with just a tiny information missing, which offers a better UX.com.calendarevents.RNCalendarEvents
a39efe7 by @MoOx'boolean android.database.Cursor.moveToNext()' on a null object reference
error e7c9680 by @MoOxRNCalendarEvents
5ea007c by @MoOx