2

I'm developing an app that manages events and I have an annoying problem that affects both EKEventViewController and EKEventEditViewController, some buttons wont work.

On EKEventViewController - "Show All Notes" does nothing when you tap over it both on iPhone/iPad and on Mac Catalyst App.

iOS Show All Notes wont work on EKEventViewController

On EKEventEditViewController - "End time" can't be edited only on Mac Catalyst App (and the edit of start time is horrible). Mac Catalyst End Time wont work on EKEventEditViewController

Can someone help me?

Meroelyth
  • 5,310
  • 9
  • 42
  • 52
  • I see the same issues with changing start & end times on MacCatalyst. Did you report the bugs to Apple? – jk7 Jun 03 '22 at 20:20
  • Also you can crash the app by pressing Ends -> Time Zone -> typing CDT -> and then backspacing twice. This leads to an EXC_BAD_ACCESS crash as random places (e.g. in main() or in objc_release) – jk7 Jun 03 '22 at 20:22
  • One more thing. If you press Invitees it transitions to a blank screen with a transparent background. You can still press the back arrow in the popover's header to get back to the 1st screen, but attempting to Add the event after that fails with `[General] Property of the type of object () is not yet supported.` error in the log. – jk7 Jun 03 '22 at 21:05
  • Two more things. EKEventEditViewController on Mac Catalyst also does not show the `Repeat` field, and it doesn't honor the user's local timezone so it shows the wrong end date for AllDay events. – jk7 Jul 06 '22 at 19:13

0 Answers0