Hi I am using cronofy smart invites to create ics calendar file for scheduling meetings in my java applications
but when I cancel the meeting the ics file is not supported by outlook
its working fine for google and other clients.
the cancel ics file…
Trying to integrate Cronofy to an app using the Python package pycronofy.
But cant seem to get the results back in the right timezone even after setting it as required.
events = cronofy.read_events(calendar_ids=('CAL_ID',),from_date=from_date,…
Using the availability API is it possible to get the DAYS only between two query periods that a user has availability in their schedule based on the provided duration? It is unreasonable to receive and process 512 time slots to, for example, see if…
I am trying to get a user's availability, but in one use case, I want to ignore their actual availability rules and even their current schedule and calendar. Basically I am using cronofy in this use case to just provide me a list of times.
According…
In my laravel-application I want to include my google-calendar by using the Cronofy API and the package from cronofy-php.
Now when I try to update an event, the event gets duplicated and I don't really know why:
Here is my code:
public function…
In my laravel-application I want to include my google-calendar by using the Cronofy API and the package from cronofy-php.
When I try to create an event, I get the error 422 Unprocessable Entity but I don't really know why.
Here is my create/post…
I want to create a new account every time user authenticates via cronofy, my link is as below
https://app.cronofy.com/oauth/authorize?
response_type=code&
**avoid_linking=true**&
client_id={clinet_id}&
redirect_uri={redirect_uri}&
scope={scope}
I…
I am using Cronofy to integrate my application (only locally tested yet) with multiple calendar platforms.
I am having trouble getting it to update or delete events which are created natively (google or outlook) and I cannot understand why. The…