Symptoms
When creating a weekly Keyword the error below appears
UCUCC calendar: first_week_method/first_day_of_week are invalid in the PUCUCC structure.
Cause
The Variable UC_CLIENT_SETTINGS has not been set.
Resolution
Please check the UC_CLIENT_SETTINGS variable in the Clients with this error, for following entries:
If these entries do not exist in the UC_CLIENT_SETTINGS in the client used, please create them and insert the proper values.
FIRST_DAY_OF_WEEK
Day on what the week starts in calendar objects:
valid Values 1-7
Default Value 2
"1" - Sunday
"2" - Monday
"3" - Tuesday
"4" - Wednesday
"5" - Thursday
"6" - Friday
"7" - Saturday
FIRST_WEEK_METHOD
Definition which week is valid for the first week in the year
Valid Values "1", "4", "7"
Default Value "4"
"1" - The week containing the 1st of January.
"4" - The first week containing at least 4 days in the new year.
"7" - The first week containing all days in the new year.