Swift, EKEventStore supports watchOS, but the save and remove methods do not list watchOS as supported! How can I have a Watch-only App that utilizes events and reminders if they can't be created (and then saved) or deleted (and then removed) from the watch itself, and not having to bring iOS and another device (iPhone) into the mix?
I tried it in code anyway, but Xcode tells me that save and remove are not supported on the watch!
Thanks in advance for any help or advice.