Grey out items in the past in Outlook calendar











up vote
3
down vote

favorite
1












Because Outlooks emphasis on today is so minimal, I would like to grey out items in the past.



I found a similar solution here: "Highlighting the Current Day in Outlook 2013 Calendar",
but I don't see the (advanced) conditions in Outlook to simply grey out all items with an end date before today.



How can I grey out items/days in the past?










share|improve this question






















  • Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
    – LPChip
    Oct 3 '17 at 8:37















up vote
3
down vote

favorite
1












Because Outlooks emphasis on today is so minimal, I would like to grey out items in the past.



I found a similar solution here: "Highlighting the Current Day in Outlook 2013 Calendar",
but I don't see the (advanced) conditions in Outlook to simply grey out all items with an end date before today.



How can I grey out items/days in the past?










share|improve this question






















  • Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
    – LPChip
    Oct 3 '17 at 8:37













up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





Because Outlooks emphasis on today is so minimal, I would like to grey out items in the past.



I found a similar solution here: "Highlighting the Current Day in Outlook 2013 Calendar",
but I don't see the (advanced) conditions in Outlook to simply grey out all items with an end date before today.



How can I grey out items/days in the past?










share|improve this question













Because Outlooks emphasis on today is so minimal, I would like to grey out items in the past.



I found a similar solution here: "Highlighting the Current Day in Outlook 2013 Calendar",
but I don't see the (advanced) conditions in Outlook to simply grey out all items with an end date before today.



How can I grey out items/days in the past?







microsoft-outlook microsoft-outlook-2013 calendar






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 3 '17 at 8:07









Jonathan

14729




14729












  • Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
    – LPChip
    Oct 3 '17 at 8:37


















  • Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
    – LPChip
    Oct 3 '17 at 8:37
















Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
– LPChip
Oct 3 '17 at 8:37




Have you tried setting a darker skin? In the File menu, there's a section in office 2013 where you can make things darker. It also changes the colors of the calendar.
– LPChip
Oct 3 '17 at 8:37










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Just like in the solution you've mentioned, use Contidional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.






share|improve this answer





















  • Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
    – Richard
    Oct 4 '17 at 8:47










  • You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
    – thims
    Oct 4 '17 at 12:17










  • That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
    – Richard
    Oct 4 '17 at 12:21










  • This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
    – Jonathan
    Oct 5 '17 at 9:56










  • You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
    – thims
    Oct 5 '17 at 14:25











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1255722%2fgrey-out-items-in-the-past-in-outlook-calendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Just like in the solution you've mentioned, use Contidional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.






share|improve this answer





















  • Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
    – Richard
    Oct 4 '17 at 8:47










  • You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
    – thims
    Oct 4 '17 at 12:17










  • That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
    – Richard
    Oct 4 '17 at 12:21










  • This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
    – Jonathan
    Oct 5 '17 at 9:56










  • You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
    – thims
    Oct 5 '17 at 14:25















up vote
0
down vote













Just like in the solution you've mentioned, use Contidional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.






share|improve this answer





















  • Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
    – Richard
    Oct 4 '17 at 8:47










  • You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
    – thims
    Oct 4 '17 at 12:17










  • That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
    – Richard
    Oct 4 '17 at 12:21










  • This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
    – Jonathan
    Oct 5 '17 at 9:56










  • You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
    – thims
    Oct 5 '17 at 14:25













up vote
0
down vote










up vote
0
down vote









Just like in the solution you've mentioned, use Contidional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.






share|improve this answer












Just like in the solution you've mentioned, use Contidional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 3 '17 at 14:15









thims

7,2991833




7,2991833












  • Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
    – Richard
    Oct 4 '17 at 8:47










  • You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
    – thims
    Oct 4 '17 at 12:17










  • That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
    – Richard
    Oct 4 '17 at 12:21










  • This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
    – Jonathan
    Oct 5 '17 at 9:56










  • You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
    – thims
    Oct 5 '17 at 14:25


















  • Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
    – Richard
    Oct 4 '17 at 8:47










  • You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
    – thims
    Oct 4 '17 at 12:17










  • That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
    – Richard
    Oct 4 '17 at 12:21










  • This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
    – Jonathan
    Oct 5 '17 at 9:56










  • You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
    – thims
    Oct 5 '17 at 14:25
















Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
– Richard
Oct 4 '17 at 8:47




Unfortunately recurring meetings will get caught up in this rule, even those in the future. Adding a rule for Recurrance Range End means that past recurring appointments won't get caught in this rule until the entire range has ended.
– Richard
Oct 4 '17 at 8:47












You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
– thims
Oct 4 '17 at 12:17




You can exclude recurring meetings by adding the "Recurrence" "equals" "(none)" additional criteria.
– thims
Oct 4 '17 at 12:17












That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
– Richard
Oct 4 '17 at 12:21




That just means that recurring appointments will never ever be grayed out, even after the final occurrence has finished. The OP wants all past items to be greyed out.
– Richard
Oct 4 '17 at 12:21












This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
– Jonathan
Oct 5 '17 at 9:56




This isn't an effective solution. It will grey out items that take place today, so not just in the past. Also the recurring items are problematic.
– Jonathan
Oct 5 '17 at 9:56












You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
– thims
Oct 5 '17 at 14:25




You can use the "today-1" value if needed. As for recurring items... I will take a look at them.
– thims
Oct 5 '17 at 14:25


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1255722%2fgrey-out-items-in-the-past-in-outlook-calendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕