public static com.liferay.calendar.model.CalendarSoap updateColor(
      long calendarId, int color, com.liferay.portal.service.ServiceContext serviceContext)
      throws RemoteException {
    try {
      com.liferay.calendar.model.Calendar returnValue =
          CalendarServiceUtil.updateColor(calendarId, color, serviceContext);

      return com.liferay.calendar.model.CalendarSoap.toSoapModel(returnValue);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }