Receiving 400s and 500s when attempting to get singleValueExtendedProperties
问题 trying to add extended properties to calendar objects. I am able to create calendars with the following payload (Ruby syntax, payload is sent as a JSON): name: build_calendar_name, singleValueExtendedProperties: [{ id: "String {#{SecureRandom.uuid}} Name setting_id", value: @setting_id.to_s }] I receive a 201 from this request and the calendar is created no problem The frustrating part is I cannot retrieve the extended property when making a GET request. The following two requests should work