Ability to display calendar appts based on resource, contact, etc.

WPF

Windows Presentation Foundation controls

Ability to display calendar appts based on resource, contact, etc.

  • rated by 0 users
  • This post has 1 Reply |
  • 1 Follower
  •  Hi, I am currently evaluating C1's Scheduler for a project.  Is there a way to display appointments on a calendar based on resource or contact?  For example, a manager may want to only view the appointments of one of his/her employees for a certain project.  Is it possible to break it down to view appointments based on a combination, for example, view only appointments that have Resource="ProjectA" and Contact="Employee1"?

     Are there samples/examples for this?  Thank you!

  • > Is there a way to display appointments on a calendar based on resource or
    > contact? For example, a manager may want to only view the appointments of
    > one of his/her employees for a certain project. Is it possible to break
    > it down to view appointments based on a combination, for example, view
    > only appointments that have Resource="ProjectA" and Contact="Employee1"?

    This feature is not implemented yet on the control level.
    Perhaps, it's possible if you can filter your data source (it might be
    DataTable or business objects collection).

    AppointmentStorage implements IBindingListView interface, it might do some
    work for you.
    There is a sample about that. The sample is for WinForms version of
    C1Schedule. You can look at it, it has the same object model as WPF version,
    only UI is different:

    http://helpcentral.componentone.com/Sample.aspx?ID=1213R4L
Page 1 of 1 (2 items)