Hi,
This code generates NullPointerException on Widnows Server 2003. Can you suggest any alternate?
This code generates NullPointerException on Widnows Server 2003. Can you suggest any alternate?
Appointment app = new Appointment("Appointment Location", "Appointment Summary", "Appointment Description",
startDate, endDate,
new MailAddress("organizer_address@aspose.com", "Organizer"), attendees);
app.save("app.ics");