I started to use the EventKit APi and I like it so much but one missing thing is that I am trying to detect if the event is online or not. so if the event is online I will display something like apple does if not I will display the location od the event.
How to detect if an event in EventKit is a virtula event or not ?
I solved this issue by checking the notes of the events, if there is a link in the notes for any virtual event then this event is a Online Meeting. if anyone one needs the code tell me