OlegIGalkin/tendayweekcalendar

A 10 day week calendar app inspired by the French Revolutionary calendar.

1

stars

1

commits

TypeScript

primary language

Sep 10, 2026

updated

tendayweekcalendar.com
calendar
calendar-app
calendars
tendays
tendayweek
weekcalendar

README

10-Day Week Calendar

This project is a small web app for exploring an alternative calendar based on 10-day weeks. The idea is inspired by the French Revolutionary calendar, but without the extra complexity of decimal time.

App description

Imagine a calendar where the week is no longer 7 days long, but 10 days instead. What if we had schedules like 3 on, 1 off, 4 on, 2 off or 3 on, 2 off, 2 on, 3 off? A 10-day week would make planning simpler and more flexible, especially for people who work irregular hours or want to organize life differently.

In this app, the year is represented as eleven 30-day months, followed by a final month of 30+ days to account for the extra days needed to match the solar year. The goal is to make it easier to think about time, routines, and schedules in a fresh way.

This app also lets you connect your existing Google Calendar and Google Tasks, as well as Microsoft To Do, so you can see how your plans fit into a 10-day week structure.

It is designed as a playful experiment in calendar design and a practical tool for people who want to imagine a different way of organizing time.

Features

  • Interactive 10-day week calendar
  • Customizable day-off schemes
  • Google Calendar and Google Tasks integration
  • Microsoft To Do integration
  • Year and date selection
  • Simple, browser-based experience

License

This project is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). See LICENSE for the full text.

Run locally

  1. Install dependencies:
    npm install
    
  2. Start the development server:
    npm run dev
    
  3. Build the app for production:
    npm run build
    

Notes

This repository contains the source code for the app and is suitable for publishing on GitHub. You can fork or adapt it freely, but the app relies on external services such as Google and Microsoft for calendar integration.

Contributors

OlegIGalkin

1 commits

OlegIGalkin/tendayweekcalendar

A 10 day week calendar app inspired by the French Revolutionary calendar.

1

stars

1

commits

TypeScript

primary language

Sep 10, 2026

updated

tendayweekcalendar.com
calendar
calendar-app
calendars
tendays
tendayweek
weekcalendar

README

10-Day Week Calendar

This project is a small web app for exploring an alternative calendar based on 10-day weeks. The idea is inspired by the French Revolutionary calendar, but without the extra complexity of decimal time.

App description

Imagine a calendar where the week is no longer 7 days long, but 10 days instead. What if we had schedules like 3 on, 1 off, 4 on, 2 off or 3 on, 2 off, 2 on, 3 off? A 10-day week would make planning simpler and more flexible, especially for people who work irregular hours or want to organize life differently.

In this app, the year is represented as eleven 30-day months, followed by a final month of 30+ days to account for the extra days needed to match the solar year. The goal is to make it easier to think about time, routines, and schedules in a fresh way.

This app also lets you connect your existing Google Calendar and Google Tasks, as well as Microsoft To Do, so you can see how your plans fit into a 10-day week structure.

It is designed as a playful experiment in calendar design and a practical tool for people who want to imagine a different way of organizing time.

Features

  • Interactive 10-day week calendar
  • Customizable day-off schemes
  • Google Calendar and Google Tasks integration
  • Microsoft To Do integration
  • Year and date selection
  • Simple, browser-based experience

License

This project is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). See LICENSE for the full text.

Run locally

  1. Install dependencies:
    npm install
    
  2. Start the development server:
    npm run dev
    
  3. Build the app for production:
    npm run build
    

Notes

This repository contains the source code for the app and is suitable for publishing on GitHub. You can fork or adapt it freely, but the app relies on external services such as Google and Microsoft for calendar integration.

Contributors

OlegIGalkin

1 commits

Languages

TypeScript

81.3%

HTML

15.3%

JavaScript

3.3%