You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bardram are you able to replicate this using the example app that's part of the source code? If so, would you be able to submit a WIP pull request that demonstrates the issue - we can take a look and see if we can reproduce and fix the issue.
Creating an event from Android calendar app (or account's software such as Outlook) and reading that in the plugin from an iOS device will cause this issue, as ekEvent.title cannot be null. (Nullable for Android)
The fix will be adding a null check and default to something like "New Event" for both platforms to be consistent. I'll fix this up in the next update.
When trying to receive calendar info on iOS, I get an
in
SwiftDeviceCalendarPlugin.swift
line 217.This is in the
function, when accessing the
ekEvent.title
value.The text was updated successfully, but these errors were encountered: