asscheduler

  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. roddy

    Android Question [B4X] about ASScheduler_DayView1.WorkingProperties

    I wrote this code: ASScheduler_DayView1.WorkingProperties.Active = True ASScheduler_DayView1.WorkingProperties.StartHour = 10 ASScheduler_DayView1.WorkingProperties.EndHour = 21 ASScheduler_DayView1.WorkingProperties.NonWorkingDays = Array As Int() All time period still on screen. Is there any...
Top