I few months ago, my colleague created an calendar subscription by getting the work schedule. I believe he has done this by cURL.
Now I\'m building a website to have
I have a feeling that you should be adding the token like this:
$headers[] = 'X-CSRF-Token:' . $token; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);