I'm trying to use VB to post to the console the name of an event, the start date, and the displayname or email of the attendees for that event.
But I can't seem to get it to display.
Please help!
This is what I have tried which seems logical but doesn't work :(
Console.WriteLine(calendarEvent1.Summary & ". Start date: " & CalendarEvent1.Start.DateTime.ToString() & ". Assigned to: " & calendarEvent1.Attendees.displayName)