0

I am using cardDav standard and I have to handle a lot of contact.

The carddav standard does define a way to limit the number of results (doc) with REPORT request but is there any way to define an offset? I would like to retrieve all my contacts by batch.

Community
  • 1
  • 1
user3629050
  • 169
  • 2
  • 9

1 Answers1

1

What you are looking for is WebDAV Sync.

That said, not all server implementation do not support the paging mechanism defined by this specification.

Community
  • 1
  • 1
Arnaud Quillaud
  • 4,420
  • 1
  • 12
  • 8