- CWTBC0001E: Calendar is missing an event or a reference to include another calendar.
- Explanation: A valid calendar needs atleast one event definition or needs to include another calendar.
- User Action: Define an event in the calendar or include another calendar.
- CWTBC0002E: For a calendar event, the end date {0} should be later than the start date {1} .
- Explanation: A valid calendar event should have end date later than the start date.
- User Action: Fix either the end date or start date so that end date appears later than start date.
- CWTBC0003E: For a recurrence rule, the until date {0} should be later than start date {1}.
- Explanation: A valid recurrence rule should have until date later than the start date.
- User Action: Fix either the until date or start date so that end date appears later than start date.
- CWTBC0004E: Value of count {0} in the recurrence rule is invalid.
- Explanation: The value of count in a recurrence rule should be larger than zero.
- User Action: Update the count with valid value.
- CWTBC0005E: Value of interval {0} in the recurrence rule is invalid.
- Explanation: The value of interval in a recurrence rule should be larger than zero.
- User Action: Update the interval with valid value.
- CWTBC0006E: Value of bymonth {0} in the recurrence rule is invalid.
- Explanation: The valid values of bymonth are comma separated list of numbers 1 through 12.
- User Action: Update the bymonth with valid value.
- CWTBC0007E: Value of bymonthday {0} in the recurrence rule is invalid.
- Explanation: The valid values of bymonthday are comma separated list of numbers -1 and 1 through 31.
- User Action: Update the bymonthday with valid value.
- CWTBC0008E: Value of byday {0} in the recurrence rule is invalid.
- Explanation: The valid values of byday are comma separated list of values. Each value is an optional number -1 and 1 through 5 followed by one of the week days MO, TU, WE, TH, FR, SA, SU.
- User Action: Update the byday with valid value.
- CWTBC0009E: Calendar {0} is referencing a parent calendar {1} in cyclic way.
- Explanation: A calendar is either including or excluding a parent calendar.
- User Action: Remove the reference to the parent calendar.
- CWTBC0010E: Calendar {0} is referencing a missing calendar: {1}
- Explanation: A calendar is either including or exclusing a calendar which can not be found.
- User Action: Remove or fix the reference to the missing calendar.