Ejemplo n.º 1
0
 private String parseEvents(AccessToken at, Request request, XmlResponder responder)
     throws SAXException, IOException, FactoryConfigurationError, ServerFault {
   List<Event> events = getEvents(request);
   String ics = binding.parseEvents(at, events);
   return responder.sendString(ics);
 }