├── LICENSE ├── README.md └── services ├── aol.md ├── google.md ├── outlook-web.md └── yahoo.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/README.md -------------------------------------------------------------------------------- /services/aol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/services/aol.md -------------------------------------------------------------------------------- /services/google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/services/google.md -------------------------------------------------------------------------------- /services/outlook-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/services/outlook-web.md -------------------------------------------------------------------------------- /services/yahoo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InteractionDesignFoundation/add-event-to-calendar-docs/HEAD/services/yahoo.md --------------------------------------------------------------------------------