jQWidgets Forums

jQuery UI Widgets Forums Scheduler RecurrenceException string

This topic contains 1 reply, has 1 voice, and was last updated by  EricK 2 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • RecurrenceException string #122460

    EricK
    Participant

    Hi everyone,

    with the recurrenceException set to ‘2022-09-05 07:00;2022-09-06 07:30’

    How do i read this property in the
    $(‘#scheduler’).on(‘editDialogOpen’, function (event) {
    var appointment = args.appointment;
    var exceptionValue = $(‘#scheduler’).jqxScheduler(‘getAppointmentProperty’, appointment.id, ‘recurrenceException’);
    exceptionValue[0].toString() — empty
    })

    How can I get the stings from the array????

    Thanks.

    RecurrenceException string #122463

    EricK
    Participant

    The information provided above is correct. The exceptionValue was empty.

    The recurrenceException is an array of string dates. When storing in a database it will be a string separated by comma’s.

    Sorry for any confusion. Currently in learning mode.

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.