Would like to setup a daily meeting from the March 1st to June 30st; however, excluding weekends. I looked through the API; particular the ExceptionDate class and I unable to determine how I would do this. Please adive.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't believe you need to use the ExceptionDate property. You can specify which days of the week you want the event to occur on by using the BYDAY component:
Would like to setup a daily meeting from the March 1st to June 30st; however, excluding weekends. I looked through the API; particular the ExceptionDate class and I unable to determine how I would do this. Please adive.
Thanks
Hello,
I don't believe you need to use the
ExceptionDate
property. You can specify which days of the week you want the event to occur on by using the BYDAY component:Last edit: Michael Angstadt 2015-03-17
Worked perfectly...Thank you so much.