I am creating radScheduler resources by creating a EventId where the key is an employee number. Like this:
resource.Id = new EventId([Emp#])
I later need to add an appointment to radScheduler and assign it to the resource who's Id is that of the EventId([Emp#]).
How can I get the ResourceId from the collection where the EventId Key that the resource was created with equals [Emp#]?
Thank you.
resource.Id = new EventId([Emp#])
I later need to add an appointment to radScheduler and assign it to the resource who's Id is that of the EventId([Emp#]).
How can I get the ResourceId from the collection where the EventId Key that the resource was created with equals [Emp#]?
Thank you.