jQuery UI Widgets Forums Scheduler how can i get the recurrencePattern string?

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years, 9 months ago.

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

  • GMartins
    Participant

    i’m trying to do this:
    appointment.recurrencePattern.toString() so i can save the recurrencePattern string to my SQL but i’m just getting an error according to the API the recurrencePattern is a string field, how can i get it as a string like this “FREQ=WEEKLY;BYDAY=MO,WE” so i can save it in my database?


    Peter Stoev
    Keymaster

    Hi GMartins,

    According to the API, the appointmentDataField.recurrencePattern is a String which is much different than appointment.recurrencePattern which is not a String, but an Object. I suggest you to look at the Scheduler’s Data export demo to learn how to get data from the scheduler. You can get the data in JSON.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.