Hi, What are the change required to fetch calendar name from ics file. BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:PUBLISH X-WR-CALNAME:MBO_Helen_Christine X-WR-TIMEZONE:UTC X-WR-CALDESC:This calendar shows booked appointments, classes, and unavai labilities from MINDBODY Online. BEGIN:VEVENT ical.fromURL(url, opts, function(err, data) The data of fromURL doesn’t contain calendar name but it just contains event list. I have mulitple calendars so i need to combine calendar name with the summary. IF i can’t fetch from URL then Can I send calendar name through config file and append to summary?