Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Add to Calendar link / button generator
Add to Calendar Generator is a web tool built with Next.js and Chakra UI that produces "Add to Calendar" links and buttons from event details entered in a form. Originally published on GitHub by sozonome, the project is now archived and has been moved to https://tools.sznm.dev/add-to-calendar.
Add to Calendar Generator is a free, open-source web application that takes event information — such as title, date, time, and description — and outputs shareable links or embeddable buttons that let people add the event to their personal calendar. The repository describes it as an "Add to Calendar link / button generator" and lists its core topics as calendar, chakra-ui, formik, nextjs, and typescript. It is built on the Next.js React framework with Chakra UI for styling and Formik for form state management, and it was featured on Product Hunt.
npm run dev or yarn dev.src/pages/index.js.The developer runs npm run dev or yarn dev to start the Next.js development server, then opens http://localhost:3000 to interact with the app. The page can be edited in src/pages/index.js, and the browser auto-updates as changes are made. The generator itself accepts event details through a Formik-managed form and returns calendar link/button outputs ready for use.
