// Save the calendar to an ICS file
appointment.Save("path/to/calendar.ics", AppointmentSaveFormat.Ics);

// Save the calendar to an MSG file
appointment.Save("path/to/calendar.msg", AppointmentSaveFormat.Msg);