https://github.com/german-one/simple-winforms-calendar
Shows 12 months at once, including week numbers.
https://github.com/german-one/simple-winforms-calendar
batch-script calendar jscript powershell standalone windows-forms
Last synced: about 1 month ago
JSON representation
Shows 12 months at once, including week numbers.
- Host: GitHub
- URL: https://github.com/german-one/simple-winforms-calendar
- Owner: german-one
- License: mit
- Created: 2024-12-21T11:38:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T21:46:09.000Z (over 1 year ago)
- Last Synced: 2025-04-08T22:47:52.656Z (about 1 year ago)
- Topics: batch-script, calendar, jscript, powershell, standalone, windows-forms
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Since the Windows Calendar app is no longer available, I just wrote a piece of code, especially because I often need to know the week numbers in my daily business.
The two scripts run the same PowerShell code under the hood. Unlike Batch, the JScript sibling executes it without any flashing CLI window if the `*.js` extension is associated with wscript.exe.
By default, the light or dark theme is applied automatically based on the corresponding Windows settings.