eventkit

  1. M

    iOS Question Problem To Delete Recurring Events

    Hello! I create calendar using EventStore and I have recurring events. I want to delete and show option like this : (Note : In my app only 2 options, this event & all events.) When I select All Events, I can delete using this code : Dim aas As ASScheduler_Appointment = data Dim ev As...
  2. M

    iOS Question Problem SetField Invitees

    Hello! I have problem when I want to set some emails as invitees using EventKit (https://developer.apple.com/documentation/eventkit/ekparticipant?language=objc). This is my code : Dim ev As CalendarEvent = store.CreateEvent Dim newEvent As NativeObject = ev Dim attendee As NativeObject...
Top