Google-calendar – Print Google Calendar showing time blocks but not names of events

google-calendar

Let's say I want to print a week from Google Calendar and show to someone else for scheduling purposes but don't want to show the names of the events.

Is there an easier way than cutting and pasting into Microsoft Paint and covering the names with colored squares?

I use Windows 10.

Best Answer

Install Stylebot or something similar in your browser.

Open it up on the calendar page and go to Edit CSS at the bottom.

Enter this -

.evt-lk { display:none; }

Save it. Close Stylebot. Print it.

Open up Stylebot and comment out (see below) what you just did so it'll be around next time you need it but it won't mess stuff up in the meantime.

.evt-lk { /* display: none; */ }