When I create a calendar appointment using delegates with Exchange Web Services, I have to set CalendarItemCreateOrDeleteOperationType. The problem is, the delegate will be a superuser account that no one actually uses, and I would like to avoid filling up its mailbox. CalendarItemCreateOrDeleteOperationType has a SendToNone option, but when I use it, the appointment is not created in anyone's calendar but the delegate.
Does anyone know a way around this?