Python library for the Cronofy calendar API, providing methods to manage calendars, events, availabilities, and account linking. Current version 2.0.7, actively maintained with monthly releases.
pip install pycronofyVerified import paths — ran on the pinned version, not inferred.
Initialize the client with your credentials and get an authorization URL.
Update import statements and pip install to 'cronofy'.
Replace client.list_calendars() with client.calendars().
Ensure the redirect_uri parameter matches the registered URI character-for-character.
Use IANA timezone identifiers like 'UTC' or 'America/Los_Angeles'.