"CalDAV"의 두 판 사이의 차이

wwiki
이동: 둘러보기, 검색
(Calendar Access Support)
5번째 줄: 5번째 줄:
 
== Calendar Access Feature ==
 
== Calendar Access Feature ==
  
=== '''Calendar Access Support''' ===
+
=== Calendar Access Support ===
  
==== '''Example: Using OPTIONS for the Discovery of Calendar Access''' '''Support''' ====
+
==== Example: Using OPTIONS for the Discovery of Calendar Access Support ====
 
Request
 
Request
  
23번째 줄: 23번째 줄:
 
이 예제에서 OPTIONS 메서드는 응답헤더에서 DAV에 "calendar-access"값을 리턴한다.  
 
이 예제에서 OPTIONS 메서드는 응답헤더에서 DAV에 "calendar-access"값을 리턴한다.  
  
=== '''Calendar Collection Properties''' ===
+
=== Calendar Collection Properties ===
  
==== '''CALDAV:calendar-description Property''' ====
+
==== CALDAV:calendar-description Property ====
 
Name:  calendar-description
 
Name:  calendar-description
  

2023년 4월 19일 (수) 05:16 판

CalDAV - 위키백과, 우리 모두의 백과사전 (wikipedia.org)

Calendaring Extensions to WebDAV

Calendar Access Feature

Calendar Access Support

Example: Using OPTIONS for the Discovery of Calendar Access Support

Request

  OPTIONS /home/bernard/calendars/ HTTP/1.1
  Host: cal.example.com

Response

  HTTP/1.1 200 OK
  Allow: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, COPY, MOVE
  Allow: PROPFIND, PROPPATCH, LOCK, UNLOCK, REPORT, ACL
  DAV: 1, 2, access-control, calendar-access
  Date: Sat, 11 Nov 2006 09:32:12 GMT
  Content-Length: 0

이 예제에서 OPTIONS 메서드는 응답헤더에서 DAV에 "calendar-access"값을 리턴한다.

Calendar Collection Properties

CALDAV:calendar-description Property

Name: calendar-description

Namespace: urn:ietf:params:xml:ns:caldav

example:

<C:calendar-description xml:lang="fr-CA" xmlns:C="urn:ietf:params:xml:ns:caldav">Calendrier de Mathilde Desruisseaux</C:calendar-description>

Creating Resources

MKCALENDAR Method

Status Codes
Example: Successful MKCALENDAR Request

Creating Calendar Object Resources

Calendar Object Resource Entity Tag

Calendaring Access Control