数据如何存储在 CardDav 服务器上?

发布于 2024-09-14 07:43:13 字数 147 浏览 5 评论 0原文

我想问一个关于服务器数据的问题。我是服务器编程的新手,但我必须了解CardDav服务器(CardDav是由WebDav开发的)。

我只知道CardDav服务器用于保存地址簿数据,但是服务器实际上保存什么形式的数据(例如.CSV或.txt)?谁能帮助我吗?非常感谢。

I wanted to ask a question about server data. I am new to server programming, but I have to learn about the CardDav server (CardDav is developed by the WebDav).

I only know the CardDav server is used to hold the address book data, but what form of the data does the server actually hold (e.g. .CSV or .txt)? Can anyone help me? Thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风筝有风,海豚有海 2024-09-21 07:43:13

服务器上的格式由服务器决定。线路上的格式是 vCard(RFC 2426,即将更新)。

The format on the server is up to the server. The format on the wire is vCard (RFC 2426, to be updated soonish).

勿忘初心 2024-09-21 07:43:13

使用的文件格式是vCard;维基百科条目包含文件格式的基本解释:
http://en.wikipedia.org/wiki/VCard

有关详细信息,请查看看看RFC2426:https://www.rfc-editor.org/rfc/rfc2426

The file format used is vCard; the wikipedia entry contains a basic explanation of the file format:
http://en.wikipedia.org/wiki/VCard

For the gory details, take a look at RFC2426: https://www.rfc-editor.org/rfc/rfc2426

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文