Hi,
I've looked for a good example to achieve this scenario. Cannot find one so I thought I would ask.
When a person creates a meeting they choose the date and the time of the meeting. Multiple meeting may happen on a single day just not at the same time. This part can be easily coded. The part that I'm having trouble with is when I'm trying to associate a document to one of those meetings that occurred on the same day.
Here's what I'm looking to do:
I click on the calendar control
On the calendar I click the 12th which had multiple meetings:
I select 8:00 am which fills my underlying control.
On the dates that only have one meeting then clicking on the date will just select that one meeting and it's time.
Any examples would be appreciated.