Hi,
I am trying to create ical Event in Apple - calender (ical server) using java ical4j Libraries and jackrabbit2.6 libraries to make http call's to server.
Now i am able to create event, but the issue is when i create the event , the server is not actually blocking the conference room which i try to book in my organization.
Below is the code snippet used.
VEvent vevent = new VEvent(startDate, endDate,eventName);
Location loc = new Location("Conference Room name");
vevent.getProperties().add(loc);
Now the event created has only name of the conference room, but it is not blocking the Room.