Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between iCalendar and CalDav?

What is the difference between iCalendar and CalDav?

like image 866
abj Avatar asked Feb 28 '11 07:02

abj


People also ask

What is CalDAV Apple calendar?

CalDAV synchronizes calendar data across different devices and is available through your Hover email account. It utilizes Apple's iCalendar format and is compatible with Android, Gmail, Mac OS X, iOS 5+, and Thunderbird. All functionality, such as editing and RSVP, are available.

What is iCalendar used for?

The Internet Calendaring and Scheduling Core Object Specification (iCalendar) is a media type which allows users to store and exchange calendaring and scheduling information such as events, to-dos, journal entries, and free/busy information.

Is Google Calendar a CalDAV?

Google provides a CalDAV interface that you can use to view and manage calendars using the CalDAV protocol.

Is Webcal the same as iCal?

The webcal scheme was devised for use with the Apple iCal application and has become a common de facto standard for accessing iCalendar formatted files via WebDAV, usually using GET method. It is not an official URI scheme, such as http and ftp , as registered with IANA.


2 Answers

CalDAV is a protocol extension for WebDAV and can used to manipulate data in the iCalendar format. So CalDAV is like the HTTP for calendar stuff, and iCalendar is like HTML.

like image 177
Nikolaus Gradwohl Avatar answered Oct 13 '22 05:10

Nikolaus Gradwohl


iCalendar is a file format that can be used to store and transport calendar entries.

CalDAV is a protocol specification, based on HTTP/WebDAV, that can be used to interact with remote calendars.

CalDAV uses the iCalendar format to represent the actual entries.

like image 25
Joachim Sauer Avatar answered Oct 13 '22 05:10

Joachim Sauer