Closed R35Master closed 1 year ago
Could you please try to reproduce this issue with the latest version of this CalendarApp in order to further isolate it and find the root cause?
Just released a new update with latest version, it crashed again. Same.
In calendar app when I click to Add Invitee and click + button app crashes. In ios calendar, I add an event with invitee added, going back to calendar app, clicking that event immediate crash. @richardtop
This could be simply due to the fact that the CalendarApp has access to the calendar but doesn't have to the contacts and crashes when it tries to access it.
Hi @richardtop I found a bug (maybe not) when I add invitee from ios calendar and go to calenderkit view and click that event app directly crashes or when I click add invitee in the app in calender kit view it directly crashes. Is there a way to solve it or a way to remove that section that says add invitee? Even I remove the add invitee in the calender kit view if a user has added an invitee from ios calender it will keep crushing. do you have a solution for that? Any document or walktrough video smth?
` import UIKit import CalendarKit import EventKit import EventKitUI import Firebase import FirebaseAuth
class BsCalendarViewController: DayViewController, EKEventEditViewDelegate {
}`
https://user-images.githubusercontent.com/109156022/185787187-5a07a2dd-298c-4de1-a739-4c36e7d389cb.MP4