diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-06 09:42:07 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-06 09:42:07 -0700 |
commit | 37fcad14f53911b4beed11434598c883bfc6e011 (patch) | |
tree | 2091739a358ece6200632216c738955d3ce0e020 /lib/caldav/sax | |
parent | be1e5c9f50bea5e820da048c0f4d4f5810a86281 (diff) | |
download | jsCalDAV-37fcad14f53911b4beed11434598c883bfc6e011.tar.gz |
add href handler to current-user-principal
Diffstat (limited to 'lib/caldav/sax')
-rw-r--r-- | lib/caldav/sax/dav_response.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/caldav/sax/dav_response.js b/lib/caldav/sax/dav_response.js index b2556a7..0d9fb7c 100644 --- a/lib/caldav/sax/dav_response.js +++ b/lib/caldav/sax/dav_response.js @@ -127,6 +127,7 @@ 'DAV:/status': HttpStatusHandler, 'DAV:/resourcetype': ArrayHandler, 'DAV:/principal-URL': HrefHandler, + 'DAV:/current-user-principal': HrefHandler, 'urn:ietf:params:xml:ns:caldav/calendar-data': CalendarDataHandler, 'DAV:/value': TextHandler, 'urn:ietf:params:xml:ns:caldav/calendar-home-set': HrefHandler, |