I apologise for what I'm sure is a very primitive question.
I created a custom appointment editor and have managed to create and send data to a database when I add appointments, but I can't work out how to edit appointments. My problem lies in not knowing how to gather information about the appointment in code-behind. I've found lots of guides detailing how to add new appointments, but nothing showing how to gather information in the code behind in order to send to a database. For example, how do I set a string to the value of the MappedSubject?
Again, I apologize for the primitive question, I'm simply trying to make a little application for my wife and I and have very limited knowledge of c# or WPF.