Skip to content

Conversation

@arithmetric
Copy link

This PR updates the default dates used with the availability API to avoid a 'date is too far in the past' error from the Cronofy API.

Example errors in API response:

{
    "errors": {
        "query_periods[0].start": [
            {
                "key": "errors.min_date_exceeded",
                "description": "date is too far in the past"
            }
        ],
        "query_periods[1].start": [
            {
                "key": "errors.min_date_exceeded",
                "description": "date is too far in the past"
            }
        ]
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant