Hi, in iOS to save an event to Calendars we have the method:
[oEKEventStore saveEvent:event span:EKSpanThisEvent commit:YES error:&err];
but i don't know how can I do the same but from watchOS.
I have the EKEvent with all attributes setted (title, start date, calendar, etc..) but I don't know how persist it 😞
Thanks!
[oEKEventStore saveEvent:event span:EKSpanThisEvent commit:YES error:&err];
but i don't know how can I do the same but from watchOS.
I have the EKEvent with all attributes setted (title, start date, calendar, etc..) but I don't know how persist it 😞
Thanks!