jQWidgets Forums

jQuery UI Widgets Forums Scheduler Customizing a recurring appointment

This topic contains 3 replies, has 3 voices, and was last updated by  Peter Stoev 9 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Customizing a recurring appointment #78588

    GMartins
    Participant

    How can i customize an appointment when its recurring?

    using your demo whenever i want to make Nancy a recurring appointment it doest not work and the original appointment just disappear, what am i doing wrong here? Sorry for my bad english, I’m still learning.

    Customizing a recurring appointment #78591

    Peter Stoev
    Keymaster

    Hi GMartins,

    You should implement the renderAppointment method to customize the appointments and you should take into account whether an appointment is recurring or not using the Scheduler’s API. In our demo we don’t have recurring appointments so we don’t take into account when we customize recurring appointments in the renderAppointment method implementation of the demo.

    Best Regards,
    Peter Stoev

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

    Customizing a recurring appointment #83154

    jasonmac
    Participant

    Hi, I also had a question about the recurring appointment. I have set up some rules under renderAppointment that change the data.html and style depending on location, subject and status which all live in data.appointment .
    Using console.log on the data object i noticed that only for recurring events the appointment is undefined making it impossible for me to hit the rules i created. Just wanted to see if there was another way to hit appointments for recurring events?
    thanks

    Customizing a recurring appointment #83168

    Peter Stoev
    Keymaster

    Hi jasonmac,

    As it’s undefined, you know which is recurring and which is not. There are also additional fields passed to the callback function from which you can get information about that Scheduler’s appointment.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.