UNPKG

@barinbritva/add-to-calendar

Version:

[![Dependencies counter](https://img.shields.io/badge/dependencies-none-green?style=flat-square)](https://github.com/barinbritva/add-to-calendar/blob/master/package.json) [![License](https://img.shields.io/npm/l/micromatch?style=flat-square)](https://gith

8 lines (7 loc) 214 B
import { Outlook } from './Outlook'; export class Office365 extends Outlook { constructor() { super(...arguments); this.urlBase = 'https://outlook.office.com/calendar/deeplink/compose'; } }