View Single Post
  #2 (permalink)  
Old 05-04-2008, 09:42 PM
ab5602 ab5602 is offline
Project Contributor
 
Posts: 67
Arrow

Found the answer hidden away on another thread in the forums, had to add the urn:zimbraAdmin attribute to the tag :

Code:
          XMLElement req = new XMLElement("CreateCalendarResourceRequest");
          req.addAttribute("xmlns", "urn:zimbraAdmin");
Reply With Quote