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
140
Progammatically adding events
posted

I have a situation where a user will need to be able to add multiple appointments from one instance.  For example, a user adds an appointment for April 1st, the code-behind needs to add appointments every week on that day for 12 weeks.  I cannot do a recurrence as this appointments need to be able to be moved and deleted individually.

Are there any code examples of adding an appointment via the code-behind?