properties.add(new Description(description));
properties.add(new DtStart(new DateTime(c.getTime()), true));
properties.add(new DtEnd(new DateTime(c.getTime()), true));
try {
URI uri = new URI(nicolive.getLink().getValue());
properties.add(new Url(uri));
} catch (URISyntaxException e) {
LOGGER.warning(e.getMessage());
}
VEvent event = new VEvent(properties);