Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agneym/calendar-url-ui

Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser
https://github.com/agneym/calendar-url-ui

hacktoberfest javascript svelte

Last synced: about 8 hours ago
JSON representation

Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser

Awesome Lists containing this project

README

        

# Calendar Link Generator

Generate links for Gmail, Outlook, Yahoo or plain old ICS right from your browser.

https://calendar.agney.dev

## Prerequisites

1. [Node JS](https://nodejs.org/)
2. [Yarn](https://yarnpkg.com)

## Development

You can also skip the template and pick Svelte from the options.

1. To start development:

```
yarn start
```

Port defaults to 4567

2. For build

```
yarn run build
```

### Credits

1. [Electrojet Svelte Template](https://github.com/agneym/create-electrojet)
2. [Calendar Link Library](https://www.npmjs.com/package/calendar-link)