So I'm trying to figure out how to programmatically accept or deny a meeting invite for an EKEvent
object in Swift. So far I've tried to change the status, but it's a read only action. For the time being, I show the EKEventViewController()
but it doesn't allow me to programmatically do it.
Any ideas on how to do this?