~ % cal
March 2022
Su Mo Tu We Th Fr Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 'cal' is not recognized as an internal or external command, operable program or batch file.
cal : The term 'cal' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ cal
+ ~~~
+ CategoryInfo : ObjectNotFound: (cal:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionhttps://communary.net/2014/12/21/show-calendar-cal-for-power...
https://jdhitsolutions.com/blog/powershell/6101/powershell-c...
After looking at the OP website I was already thinking this is what I want. However after learning from you that I could also type "cal" in the terminal, mind blown.
Thank you to both of you!
Hmm:
> Can we use your data to tailor ads for you?
> Our partners will collect data and use cookies for ad personalization and measurement.
No thanks.
Should be fixed now.
Did you switch from UTC to AoE?
"Today" should be determined by the client's settings, ideally with a configurable tz database timezone to override as well.
I often find myself opening Outlook just to look at a calendar.
It also doesn't let me mark dates easily, like yours does.
I actually didn't realize I was still loading GA, thought I'd removed it long ago. Well, thanks for pointing it out. :)
Calendars look good and highlighting works. You could put highlight details in localstorage so you can keep them.
On my phone the header part is not good in portrait mode and not great in landscape.
The marks are actually stored in localStorage already, and is working in a desktop browser. Isn't it working for you on a mobile device?
https://calendar.sharats.me?g=20220101,20220102, ....
You can save the year you're viewing as well as any highlighted dates and their color. You can fit a lot in query params or further even compress the dates.
We'll get there though, soon. :)
Console shows the error:
Uncaught TypeError: app is undefined
promptGoToDate https://calendar.sharats.me/app.js:303
onclick https://calendar.sharats.me/:1The marks disappearing is, unfortunately, just the default print setting. I think if you enable the "background graphics" option, they'll show up.
I'll figure out a better way. Perhaps, the marks could be text-color, instead of background, when printing.
https://davidseah.com/node/compact-calendar/
I keep a pdf and screenshot version on my desktop and phone. For date ranges, I use the excel version.
Go to your Terminal and type
$ calendar -f /usr/share/calendar/calendar.lotr -A 365
To get a calendar that just works for me
Always thought that was kind of funny, but I've seen a codebase use it once or twice.