Outlook 2007 / 2010 Calendar: hide meetings in specific category
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: City Beneath the Waves Looping
--
Chapters
00:00 Outlook 2007 / 2010 Calendar: Hide Meetings In Specific Category
02:14 Accepted Answer Score 18
03:08 Answer 2 Score 6
03:42 Answer 3 Score 3
05:15 Answer 4 Score 3
05:54 Thank you
--
Full question
https://superuser.com/questions/419506/o...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#microsoftoutlook2010 #microsoftoutlook2007 #calendar
#avk47
ACCEPTED ANSWER
Score 18
As promised above, here's my current answer to this question. Instructions are specific to Outlook 2007, but slight variations should also work for 2010 and 2013.
- In the "View" ribbon, click "View Settings"
- Click the "Filter..." option
- Choose the "Advanced" tab
- Add a rule on the Field "Frequently-used fields" > "Categories"
- Enter the Condition "doesn't contain"
- Enter the exact category name under Value
- Hit "Ok" to close the dialogs
- In the "View" ribbon, open "Change View" and choose "Save Current View As a New View..."
Voila, now you have saved a view that filters meetings from certain categories. If you want to switch between the trimmed down view and the full calendar view you can use the "Change View" button in the "View" ribbon.
ANSWER 2
Score 6
I originally did the advanced filtering suggested here, but found they still show and clutter up the 'Todo bar' at the side of the e-mails as that has no filter option.
I then came across this answer with the very simple "doh, why didn't I think of that!" solution of create another calander. Now I have my re-occuring meetings and reminders seperated out, allowing me to not miss the important ones.
ANSWER 3
Score 3
I have edited the above answer with the necessary changes to make it work.
- In the "View" ribbon, click "View Settings"
- Click the "Filter..." option
- Click the "More Choices" button
- Check off every category except the one you wish to exclude.
- Switch to the SQL tab.
- Check off the “Edit these criteria directly. All other tabs will be unavailable.” box.
- Add another category
HOLIDAY
with the same criteria to the list. Add one more piece of SQL syntax to the end:
OR ("urn:schemas-microsoft-com:office:office#Keywords" like '%%')
This will allow uncategorized calendar items to display.
In the "View" ribbon, open "Change View" and choose "Save Current View As a New View..." Now you have saved a view that filters out meetings from certain categories. If you want to switch between the trimmed down view and the full calendar view you can use the "Change View" button in the "View" ribbon.
SQL Syntax Example:
"urn:schemas-microsoft-com:office:office#Keywords" = 'A - Important and Immediate' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'B - Important and Not Immediate' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'C - Not Important and Due Soon' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'D - Uncategorized' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'I - Informational' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'P - Pending Requests' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'Personal' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'Z - Business' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'Z - Important' OR "urn:schemas-microsoft-com:office:office#Keywords" = 'HOLIDAY' OR "urn:schemas-microsoft-com:office:office#Keywords" like '%%'
ANSWER 4
Score 3
I used your initial approach (thanks so much!), but I wanted to hide the small, recurring appointments that I set for myself from appearing on my calendar.
First thing I did was that I edited my small, recurring appointments for myself as LOW importance.
Then additional changes at your Number 3..
- Click the "Advanced" tab
- Click "Field" pulldown menu under "Define more criteria".
- Click "All appointment fields" and select "importance"
- Set "condition" to "not equal to" and then select "value" to "low"