I am trying to add a new monthly recurring event to the IA calendar. When I do, I get a “Bad Request” error. Looking in the browser developer tools, I see the following error:
{
"errorCode": "C400",
"message": "Bad Request",
"errorDesc": "\"description\" length must be less than or equal to 250 characters long"
}
The name of my event is 21 characters (“Parent Leader Meeting”). The description is indeed over 250 characters, but this is displayed below the field: “613/65535”. So I assume that I should be able to add a description up to 65,535 characters. The Notes field is blank (0/65535).