/// merge status information
Status status = activity.withStatus();
event.put("updated", status.getUpdated());
event.with("start").put("dateTime", status.getStart());
event.with("end").put("dateTime", status.getEnd());
event.put("location", status.withLocation().getSummary());
}
/**
* Retrieve all current issues. If there are no issues, an empty array
* is returned