jQWidgets Forums

jQuery UI Widgets Forums Scheduler iCal import of custom properties

This topic contains 2 replies, has 3 voices, and was last updated by  Alex Cabbage 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • iCal import of custom properties #83425

    qwertzuiop71
    Participant

    Hello there!

    I need some custom fields for each appointment. I managed to insert the respective widgets into the edit dialog, and I can make it display custom properties using fake data.
    My real data however is in iCal format. Therefore, I am using the jqx dataAdapter for “ics”, which also works fine:

    var source = {
    dataType: ‘ics’,
    localData: ical
    };
    var adapter = new $.jqx.dataAdapter(source);

    However, this ical string contains some custom properties (prefixed with “X-” according to the iCal specification). Is there any way to access these custom properties via the “appointmentDataFields” definition? If not, is there any way how I can tell the dataAdapter to parse those or to somehow attach them manually? If not, is this a feature you would consider for the next release?

    Thanks and best regards

    iCal import of custom properties #83427

    Peter Stoev
    Keymaster

    Hi qwertzuiop71,

    It’s not possible to access them via the appointmentDataFields as far as I know. For now our development focus as pointed out on our roadmap page is different, but we also offer custom development services if you are in need of something specific.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    iCal import of custom properties #86748

    Alex Cabbage
    Participant

    Hi!
    How I can utilize some additinal data (UID from database for example) in Scheduller?
    Thank you!

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

You must be logged in to reply to this topic.