Show
Ignore:
Timestamp:
07/09/07 10:02:18 (2 years ago)
Author:
daboo
Message:

Some 4.1 changes. Mostly vCard/CardDAV and CalDAV scheduling support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVDefinitions.h

    r19 r86  
    5757extern const xmllib::XMLName    cProperty_current_user_privilege_set; 
    5858 
     59extern const xmllib::XMLName    cProperty_principal_collection_set; 
     60 
     61extern const xmllib::XMLName    cProperty_principal_URL; 
     62extern const xmllib::XMLName    cProperty_alternate_URI_set; 
     63extern const xmllib::XMLName    cProperty_group_member_set; 
     64extern const xmllib::XMLName    cProperty_group_membership; 
     65 
    5966extern const xmllib::XMLName    cProperty_acl; 
    6067        extern const xmllib::XMLName    cProperty_ace; 
     
    8592        extern const xmllib::XMLName    cProperty_privilege_all; 
    8693 
     94extern const xmllib::XMLName    cElement_principal_match; 
     95 
    8796} 
    8897 
     
    9099{ 
    91100 
     101// Access 
    92102extern const char*      cNamespace; 
    93103 
     
    123133        extern const xmllib::XMLName    cAttributeValue_yes; 
    124134        extern const xmllib::XMLName    cAttributeValue_no; 
    125 } 
    126  
     135 
     136extern const xmllib::XMLName    cProperty_privilege_readfreebusy; 
     137 
     138// Schedule 
     139extern const xmllib::XMLName    cProperty_scheduleinbox; 
     140extern const xmllib::XMLName    cProperty_scheduleoutbox; 
     141extern const xmllib::XMLName    cProperty_scheduleinboxURL; 
     142extern const xmllib::XMLName    cProperty_scheduleoutboxURL; 
     143 
     144extern const xmllib::XMLName    cProperty_schedulefreebusyset; 
     145 
     146extern const char* cHeaderOriginator; 
     147extern const char* cHeaderRecipient; 
     148 
     149extern const xmllib::XMLName    cElement_scheduleresponse; 
     150extern const xmllib::XMLName    cElement_caldavresponse; 
     151extern const xmllib::XMLName    cElement_recipient; 
     152extern const xmllib::XMLName    cElement_requeststatus; 
     153 
     154extern const xmllib::XMLName    cProperty_privilege_schedule; 
     155} 
     156 
     157 
     158namespace carddav  
     159{ 
     160 
     161extern const char*      cNamespace; 
     162 
     163extern const xmllib::XMLName    cProperty_carddavadbk; 
     164 
     165extern const xmllib::XMLName    cElement_adbkquery; 
     166extern const xmllib::XMLName    cElement_adbkmultiget; 
     167 
     168        extern const xmllib::XMLName    cElement_adbkdata; 
     169                extern const xmllib::XMLName    cAttribute_returncontenttype; 
     170 
     171        extern const xmllib::XMLName    cElement_allprop; 
     172        extern const xmllib::XMLName    cElement_prop; 
     173                extern const xmllib::XMLName    cAttribute_name; 
     174                extern const xmllib::XMLName    cAttribute_novalue; 
     175 
     176        extern const xmllib::XMLName    cElement_filter; 
     177        extern const xmllib::XMLName    cElement_compfilter; 
     178        extern const xmllib::XMLName    cElement_propfilter; 
     179        extern const xmllib::XMLName    cElement_paramfilter; 
     180 
     181        extern const xmllib::XMLName    cElement_isdefined; 
     182        extern const xmllib::XMLName    cElement_textmatch; 
     183                extern const xmllib::XMLName    cAttribute_caseless; 
     184 
     185        extern const xmllib::XMLName    cAttributeValue_yes; 
     186        extern const xmllib::XMLName    cAttributeValue_no; 
     187 
     188} 
    127189 
    128190namespace slide