You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which in human language would read "one or more digit", nothing limits the day element to 7, especially when you consider you can't use it in combination with the week element.
So this rule should be removed IMHO, so should be the ones limiting the values of years, months, hours, and seconds.
Additionally, rules limiting the combined use of day-week, week-hour/second/minute should be added.
Is this something you'd be interested in submitting a pull request for?
Response of the GET booking business has duration stored as
P365D
(schedulingPolicy.maximumAdvance)It is parsed by tinyduration as
{days: 365}
Then it fails with the error - https://github.com/microsoft/kiota-typescript/blob/main/packages/abstractions/src/duration.ts#L41
The text was updated successfully, but these errors were encountered: