Questions tagged [sabredav]

SabreDAV is a popular Web-, Cal- and CardDAV library for PHP.

91 questions
7
votes
0 answers

How to share a calendar between users on Baikal?

I have a Baikal server installed, I have two users: Bob and Alice. I want to share Bob's calendar with Alice. I tried to go to my.baikal/dav.php/calendars/bob/calendar-to-share/ (which is the Sabre/Dav interface) and to give Alice access by using…
LucileDT
  • 546
  • 1
  • 6
  • 22
6
votes
1 answer

Why does default Windows WebDAV Client ignore 403 Forbidden response?

I'm using sabre/dav library for my project and I'm having some difficulties with preventing default Windows WebDAV client "deleting" a file that shouldn't be deleted. The implementation in the server part is ok and Forbidden statuses are thrown and…
sumone
  • 408
  • 4
  • 12
3
votes
1 answer

Got error FRMT.NOT ENT BGNG WITH in Sabre webservices

I have tried with this error. I got when i called Api: TravelItineraryAddInfo Request data to sabre: data send to sabre webserivces Sabre reponsed data: .FRMT.NOT ENT BGNG WITH
David Leep
  • 101
  • 1
  • 5
3
votes
1 answer

iOS/OS X calendar app and CalDAV service autodiscovery

I'm building my own CalDAV server using jsDAV library (a JavaScript fork of SabreDAV library). Now I'm able to serve my calendars by direct calendar url (so I've got my backends set up, both auth backend and calendar backend). I want to be able to…
Olegas
  • 10,349
  • 8
  • 51
  • 72
2
votes
0 answers

Sabre Instaflights Search One-way getting no results

I am facing an issue in calling Sabre Instaflights Search API Below are the two issues which I am facing. No results if I send only departure date.…
Dileep Kanta
  • 51
  • 2
  • 8
2
votes
1 answer

How do I make a simple public read-only WebDAV server with SabreDAV?

I recently began looking into WebDAV, as I found it to be an option for letting me play a Blu-ray folder remotely - i.e. without requiring the viewer to download the whole 24gb ISO first. Add a WebDAV source in Kodi v18 to a Blu-ray folder - and it…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
2
votes
1 answer

Multiple SabreCommandLLSRQ HostCommands

Anyone know how to send multiple chained commands via SabreCommandLLSRQ HostCommand? I'm trying to avoid the network back and forward (gets slow when you need 50 commands to get one full page) Ex: FQYYZBKK15JAN-AC + all the necessary move downs, or…
Vali Dr
  • 56
  • 1
  • 4
2
votes
0 answers

Plugin to make Sabredav 2.1.3 work with PCRE 7.8

I installed own cloud but it requires a higher version than PCRE 7.8 due to sabredav 2.1.3 Does anyone one know of a plugin that I can install to make sabredav backward compatible? Unfortunately my host won't allow me to update it. Tried googling…
Philll_t
  • 4,267
  • 5
  • 45
  • 59
2
votes
1 answer

how to integrate sabredav in laravel controller?

I'm trying to create a SabreDAV-Server in a Laravel Route. The following Code shows that I tried: Illuminate\Routing\Router::$verbs = [ 'GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'DELETE', 'PROPFIND', 'PROPPATCH', …
pepe84
  • 21
  • 2
2
votes
1 answer

Unable to configure SabreDAV to test Webdav and CardDAV

Steps I followed: Downloaded the Sabredav zip file - unzipped it. Downloaded apache webserver 2.2 and PHP 5.3 Then followed the instructions mentioned in the 'get Started' section on Sabredav website. Created 'data and public' fiels (located them…
Vipul
  • 31
  • 2
2
votes
0 answers

carddav and caldav configuration with sogo using php in web app

I'm newbie in cardav and caldav protocol. I have do lot of search in regarding this like baikal sogosync, but really i'm fustrate with this. All the scripts api gives a different error to setup with sogo server. I have trying to configure sogo…
Rajnish
  • 43
  • 3
2
votes
1 answer

CURL Error while making request: SSL connect error (error code: 35)

When I try to connect to BigCommerce's WebDAV server from PHP, I get the following error message: CURL Error while making request: SSL connect error (error code: 35) I am using the SabreDAV Client library for PHP which is a wrapper around cURL. I…
Liam
  • 19,819
  • 24
  • 83
  • 123
1
vote
1 answer

Bargain Finder Max Rest API v4

I am trying to implement Bargain Finder Max Rest API in the Node js application. But It returns this type of data. So could you please tell me how can I get complete useful data? The JSON is too large so I am sharing JSON files by uploading. I will…
1
vote
0 answers

Sabre Integration for CalDAV

I'm working on a web-based scheduling application that needs to integrate iCloud Calendar into it. Unlike Google Calendar and Microsoft Outlook, I came to know that iCloud doesn't provide any APIs for integration. So, I came to know about Sabre…
justAsk
  • 11
  • 2
1
vote
4 answers

Sabre Concurrent request limit

Does anyone know how many concurrent requests per second can be made to sabre developer bargain finder Max API? I have searched everywhere and all I can find is contact your rep to have it increased.
pcm70
  • 63
  • 6
1
2 3 4 5 6