Everything highlighted on Mini-Month in Calendar Pane

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

I have numerous tasks repeating daily, which causes the 'Mini-Month' calendar preview in the left-side Calendar Pane to bold every single day.

There are only a couple actual calendar events per week, & I'd like to make that be what's reflected in the bold days there instead. I don't see how to remove tasks from it.

Is there a way?

Screenshot:
https://files.catbox.moe/40h1g5.png
Image
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

bump
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

bump
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by Ed1 »

I can't answer your question directly. But on reading your post, I looked at my mini-calendar.

I noticed that the dates when some events are scheduled are bold. But other dates that have other events are not bold. This is on the same subscribed iCloud calendar.

I haven't figured out why yet, but I use different devices, with synchronized TB and iCloud calendars.

If you have different devices, you might try to schedule the daily repeating events on one device and non-repeating events on another device.
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by morat »

You would have to hack the minimonth.xml file somehow.

You can't even remove the bold styling using the userChrome.css file since the tweak requires an agent sheet.

Code: Select all

.minimonth-day[busy] {
  font-weight: normal !important;
}
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

morat wrote:You would have to hack the minimonth.xml file somehow.
I don't know anything about this, but would tinker if I had enough to go on to make an educated guess. Does anyone know where its sources are defined? Might it be possible to make it ignore the 'Tasks' data somehow?
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by morat »

The minimonth.xml file is in the {e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi file in the extensions folder.

The {e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi file is similar to a standard zip file, but not exactly. It has the same file format as the omni.ja file.

More info
http://developer.mozilla.org/docs/Mozil ... _omni.jar)

Reference
http://dxr.mozilla.org/comm-esr60/searc ... Aminimonth

The dxr.mozilla.org server seems to be buggy lately.
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

morat wrote:The minimonth.xml file is in the {e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi file in the extensions folder.
It appears I don't have a file matching that name.

Screenshots:
https://files.catbox.moe/7udfcu.png
https://files.catbox.moe/k34w9e.png
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by morat »

The extensions folder is in the profile folder.

More info
http://forums.mozillazine.org/viewtopic ... #p14815208
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

Thanks!
Unfortunately it's not in there either. Even with 'Show Hidden' checked. I think I'm going to give up for now unless someone else has a sure-fire solution.

Thanks for your help thus far...
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by morat »

Is the Lightning extension listed in the Troubleshooting Information tab?

Help > Troubleshooting Information > Extensions
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

morat wrote:Is the Lightning extension listed in the Troubleshooting Information tab?
Yea, it says this:

Code: Select all

Lightning	6.2.2.1	true	{e2fda1a4-762b-4020-b5ad-a41df1933103}
???
morat
Posts: 6427
Joined: February 3rd, 2009, 6:29 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by morat »

Sorry, I'm stumped.
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by Ed1 »

NginUS, I can't help on the question you raised, unfortunately.

But, in looking at your screenshot, I notice that you have the named days of the week at the top of the columns in bold text on the main (large) calendar.

How were you able to do that? Normally, they are not bold.
NginUS
Posts: 97
Joined: July 14th, 2010, 8:31 pm

Re: Everything highlighted on Mini-Month in Calendar Pane

Post by NginUS »

Ed1 wrote:NginUS, I can't help on the question you raised, unfortunately.

But, in looking at your screenshot, I notice that you have the named days of the week at the top of the columns in bold text on the main (large) calendar.

How were you able to do that? Normally, they are not bold.
Not sure what you're seeing, I only see the selected day in bold.
My Lightning version is 6.2.2.1, & I have an Add-On called LightningButton...
Post Reply