const calendarOptions = Object.freeze({ ICAL: 'iCal', GOOGLE: 'Google', OUTLOOK: 'Outlook', OUTLOOKCOM: 'Outlook.com', YAHOO: 'Yahoo' }); export default calendarOptions;