WebDAV .NET for Exchange > Tutorial > Create recurring appointment

In order to create recurring appointment you have to set RecurrenceRule property and TimeZoneID property. RecurrencePattern class helps you to create recurring rule for your appointment. Example below shows you how to create recurring appointment which occurs next 10 days.

C# example
VB example