You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Answer: Fatal error: Uncaught exception 'Exception' with message 'Woops, something's gone wrong! The CardDAV server returned the http status code 415.'
Any idea ?
The text was updated successfully, but these errors were encountered:
It's most likely outdated to give your an answer, but in case others like myself come across the issue...a fellow user has provided a fix, that works for me and proposed this simple change: https://github.com/christian-putzke/CardDAV-PHP/pull/26
Baikal server 0.2.7. Every functions work except $carddav->add($vcard) and $carddav->update($vcard, '[UID]');
trying to create:
$vcard= 'BEGIN:VCARD VERSION:3.0 N:Christian;Putzke;;; FN:Christian Putzke EMAIL;type=INTERNET;type=OTHER:[email protected] END:VCARD';
$carddav = new carddav_backend('https://davical.example.com/user/contacts/');
$carddav->set_auth('username', 'password');
$vcard_id = $carddav->add($vcard);
Answer: Fatal error: Uncaught exception 'Exception' with message 'Woops, something's gone wrong! The CardDAV server returned the http status code 415.'
Any idea ?
The text was updated successfully, but these errors were encountered: