Questions tagged [cronofy]

Questions about integrating with Cronofy's Unified Calendar API

Questions about integrating Cronofy's Unified Calendar API.

9 questions
1
vote
1 answer

Cronofy ics file smart invite not working

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…
00Shunya
  • 85
  • 10
1
vote
1 answer

Pycronofy timezone id not being set correctly

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,…
Anupam
  • 14,950
  • 19
  • 67
  • 94
0
votes
1 answer

Get any days that have availablility from Cronofy

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…
0
votes
1 answer

Cronofy available_periods does not do anything

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…
0
votes
1 answer

Laravel How to update a calendar event by using Cronofy API

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…
ST80
  • 3,565
  • 16
  • 64
  • 124
0
votes
1 answer

Laravel How to create calendar event using Cronofy

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…
ST80
  • 3,565
  • 16
  • 64
  • 124
0
votes
0 answers

Php cronofy integration not working. How to resolve?

I have tried cronofy integration with php github code and it's not working. https://github.com/cronofy/cronofy-php
0
votes
1 answer

Avoid linking params during authentication not working in cronofy

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…
Geetanshu Gulati
  • 692
  • 8
  • 13
0
votes
1 answer

Why can't I delete native events with Cronofy.com?

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…
gracacs
  • 17
  • 1
  • 5