jQWidgets Forums

jQuery UI Widgets Forums Scheduler addappointment with custom field

This topic contains 5 replies, has 2 voices, and was last updated by  cjobs236 2 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • addappointment with custom field #123705

    cjobs236
    Participant

    Hi, I was working on the calendar here and using addAppointment to add new appointment to it this is the sample http://jsfiddle.net/cjobs236/76bqyj5n/135/ but before adding appointment I add additional field on the appointment “localid” but when I get that appointment the value is always undefined how can I add this appointment and include the custom field on appointment?

    addappointment with custom field #123706

    cjobs236
    Participant

    The id is not kept as the value that was provided too I was assigning a value on the id but its getting replaced by a random value so I really lose reference of the real appointment I added and cannot call it back if needed, and the custom field will also not work on addAppointment as right now its always undefined after getting added. If I can the set the id based on value provided on addAppointment method that would work even without using any custom fields but I’m getting a problem on the appointment id after adding them to calendar

    addappointment with custom field #123713

    Hi,

    We are very sorry, but custom fields are not supported.
    Additionally, you can replace the dataSource with a new one in which the new appointment is stored. This way the original ids will be kept!

    I really hope this help!

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

    addappointment with custom field #123716

    cjobs236
    Participant

    Yeah we did that already but the rendering and reloading of appointments into datasource is taking a bit of time especially if we have a lot of appointments load into it but I did found a workaround on this problem and its working ok now base on what our app needed. thanks for the response

    addappointment with custom field #123723

    Hi,

    Thank you for the feedback!
    Could you, please explain the workaround?

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

    addappointment with custom field #123739

    cjobs236
    Participant

    I go into the code and modified the function

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

You must be logged in to reply to this topic.