Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Multi owners per Appointment
posted

Is there a way to attaching multiple users to one appointment?

I would like to select a time range (e.g. 08.00am to 12.00am) for many owners and then create an appointment without repeating the selection for each one.

 

  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need any further assistance on this  issue?

     

    Thank you for using Infragistics Components.

  • 2094
    Offline posted

    Why not think a little laterally... and use the "Unassigned Owner" column...you could create an appointment in here, and upon saving it, you could prompt the user to select which "owners" they would like this appointment to apply to....

    Once the user selects the owners you could then programatically create copies of the appointment object and apply each to appointment to a seperate owner.

    This in essence creates multiple appointment with the same details for each owner, you could maintain some sort of "link" between them by extending on the appointment tag object etc... If any of these appointments are edited you could search your appointments collection and ammend the other appointments with the same "linking key" stored in the appointment tag etc?

    Lots of ways to do it. I know I am rambling on a little but hopefully some of it makes sense :)

     

    Regards
    Aaron

  • 48586
    posted

    Hello ,

     

    Appointment element has Owner property, which determine on which owner this appointment belongs, this mean that appointment object could have only one owner.

     

    Please let me know if you have any further questions.