Conversation
|
Hi, montan3ro. I appreciate your help for my project. I kinda understand your idea. For example, if someone wants Monday, Wednesday, Friday to be blue, but weekends are red. How can your solution solve this case? Do you have any good ideas? We can discuss here, but I am quite busy these days, don't have enough time to code those stuff for you, since that one is not easy to implement if efficiency will be considered. Thanks, |
|
Hi zjfjack, This was something that was required for my project. Many calendars support this functionality, such as Google and Outlook: https://support.google.com/calendar/answer/7638168?hl=en If you don't wish to have this in the main repo then that's fine - I can keep pointing to my own fork. If you wanted to colour each day differently then maybe this would need to be a more generic functionality with no reference to working hours. |
|
Hi montan3ro, Thanks for providing me those links. I love this feature. Thanks, |
|
Hi Jeff, That sounds like it would work. Unfortunately I don't have time at the moment to make the necessary changes, but perhaps I will revisit this some time in the future. Thanks! |
|
Yeah, that's what I am thinking. Maybe we can do it later, I don't have time currently too. Regards, |
I'm not sure that using closures suits the existing style, but it seemed the best way to avoid adding complexity to the code. I thought at the least you might find the rest of it handy.