Ejemplo n.º 1
0
  private String storeEvent(AccessToken at, Request request, XmlResponder responder)
      throws ServerFault, SAXException, IOException, FactoryConfigurationError, NotAllowedException,
          PermissionException {
    Event event =
        binding.storeEvent(
            at,
            getCalendar(request),
            getEvent(request),
            getNotificationOption(request),
            getClientId(request));

    return responder.sendEvent(event);
  }