Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrhizor/invite
Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.
https://github.com/jrhizor/invite
calendar-events google-calendar invites office365-calendar outlook-calendar website yahoo-calendar
Last synced: 3 days ago
JSON representation
Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.
- Host: GitHub
- URL: https://github.com/jrhizor/invite
- Owner: jrhizor
- License: mit
- Created: 2024-08-14T21:29:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T04:54:36.000Z (3 months ago)
- Last Synced: 2024-12-02T14:23:15.885Z (10 days ago)
- Topics: calendar-events, google-calendar, invites, office365-calendar, outlook-calendar, website, yahoo-calendar
- Language: TypeScript
- Homepage: https://www.invite.sh
- Size: 213 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jrhizor/invite - Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar. (TypeScript)
README
# [invite.sh](https://www.invite.sh)
> Easily create Google/Outlook/Office365/Yahoo calendar invite links for events that do not automatically get added to your calendar.
## Developing
First, set up a .env file:
```
REDIS_URL=
REDIS_TOKEN=
AZURE_OPENAI_RESOURCE_NAME=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_DEPLOYMENT_ID=
```Then run:
```bash
pnpm install
pnpm dev
```Finally, open [http://localhost:3000](http://localhost:3000) with your browser to see the site.
## Dependencies
- [NextJS](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Vercel](https://vercel.com/)
- [Upstash](https://upstash.com/)
- [OpenAI](https://openai.com/)## Contributing
For minor changes, please open pull requests directly.
If you'd like to make a major change, please create an issue and describe what you want to do first so there's a chance for discussion.## Author
This project is created and maintained by [Jared Rhizor](https://jrhizor.dev).