[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CAP DODO: VQUERY - partial access
> - VQUERY: if the user does not have access to some, but not
> all of properties that were specified
> should the acessible properties be returned along with an error code
This is already described in CAP.
They do not return the properties that the UPN does
not have access to. If you ask for ATTENDEEs and you
don't have permission, the results are returned without
the ATTENDEE property:
If you send:
BEGIN:VQUERY
QUERY:SELECT DTSTART,DTEND,ATTENDEE FROM VEVENT WHERE UID="123"
END:VQUERY
and get back:
BEGIN:VCALENDAR
DTSTART:<valid...>
DTEND:<valid...>
END:VCALENDAR
Is a valid reply that means you have access to the calendar,
but not all the properties you requested. (It could return and empty
set with nothing between the BEGIN/END.
-Doug
begin:vcard
n:Royer;Doug
tel;cell:208-520-4044
tel;fax:208-552-1179
tel;work:208-520-4044
x-mozilla-html:TRUE
url:http://Royer.com/People/Doug
org:INET-Consulting LLC
version:2.1
email;internet:Doug@xxxxxxxxx
title:Chief Executive Manager
adr;quoted-printable:;;1795 W. Broadway #266=0D=0A;Idaho Falls;ID;83402;USA
x-mozilla-cpt:;-1
fn:Doug Royer
end:vcard