I have been tasked with a workflowing a "Time Off Request" task and automatically adding the time off date to a specific calendar for the users manager. I am able to add the event to the default calendar but adding it to "DepartmentTimeOff", a custom calendar we created, using the "Calendar" property has proven difficult. I have a feeling I am either misunderstanding the purpose of this property or misusing the syntax for the calendar name. Workflow returns the message "Folder or Calendar "DepartmentTimeOff" was not found."
Does anyone have an example of how I would get the correct sytax? So far I have tried:
DepartmentTimeOff
Username:\DepartmentTimeOff
e-mail:\DepartmentTimeOff
LastName, First Name - DepartmentTimeOff
and many variations in between.