diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-20 09:13:46 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-20 09:13:46 -0700 |
commit | 08a6ce10660e4436d48ad85075d6d092431b426e (patch) | |
tree | bb3a7905043d2ae3a15f8b3da6962d8279e1e33d /scripts/connect | |
parent | 5a97196b49640117c546ad59cbfa31f974259f0b (diff) | |
download | jsCalDAV-08a6ce10660e4436d48ad85075d6d092431b426e.tar.gz |
global xhr constructor options can now be set ( for system xhr in b2g)
Diffstat (limited to 'scripts/connect')
-rwxr-xr-x | scripts/connect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/connect b/scripts/connect index aa342f6..c604fa2 100755 --- a/scripts/connect +++ b/scripts/connect @@ -50,6 +50,8 @@ function getCalendarDetails(caluri) { resources.prop(['caldav', 'calendar-timezone']); resources.prop('displayname'); resources.prop('resourcetype'); + resources.prop('getlastmodified'); + resources.prop('current-user-privilege-set') resources.prop(['calserver', 'getctag']); // found calendar home find calendars. |