Ejemplo n.º 1
0
 private String createEvent(AccessToken at, Request request, XmlResponder responder)
     throws ServerFault, SAXException, IOException, FactoryConfigurationError,
         EventAlreadyExistException, NotAllowedException, PermissionException {
   EventObmId ev =
       binding.createEvent(
           at,
           getCalendar(request),
           getEvent(request),
           getNotificationOption(request),
           getClientId(request));
   return responder.sendInt(ev.getObmId());
 }