A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Filter appointments starting or finishing after a certain time



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 28th 06, 11:57 AM posted to microsoft.public.outlook
[email protected]
external usenet poster
 
Posts: 1
Default Filter appointments starting or finishing after a certain time

I'm creating a custom view of calender for all my non-work appointments
which are a mix of
- Holidays
- Private appointments (where I've ticked the 'private' box in the
calendar item)
- Non-private appointments starting or ending after 18:00 regardless of
date.


I could do it by marking everything as private, but I need to see
things that cross the work/private line e.g. holiday.
There might also be work events that start or go on after hours that
would knock on to my personal calendar.
I could create a custom category of 'stuff that should be on my private
calender', but I don't want to have to manually apply that all the
time, hence an automatic view.

I can filter for the first two using the SQL tab of Filter:

("DAV:isfolder" = false AND "DAV:ishidden" = false) AND
(("http://schemas.microsoft.com/exchange/sensitivity-long" = 2 OR
"urn:schemas:httpmail:subject" LIKE '%Holiday%'

But I'm struggling with the third part, the time.

doing this:

"urn:schemas:calendar:dtstart" = '18:00')) OR
"urn:schemas:calendar:dtend" = '18:00'))

doesn't work, (I get every date back) because I think Outlook needs a
specific date to work with times.

Any ideas?

Ads
  #2  
Old June 28th 06, 01:08 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Filter appointments starting or finishing after a certain time

Outlook doesn't provide any way to filter start times like that. COnsider giving those evening items their own category.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

wrote in message oups.com...
I'm creating a custom view of calender for all my non-work appointments
which are a mix of
- Holidays
- Private appointments (where I've ticked the 'private' box in the
calendar item)
- Non-private appointments starting or ending after 18:00 regardless of
date.


I could do it by marking everything as private, but I need to see
things that cross the work/private line e.g. holiday.
There might also be work events that start or go on after hours that
would knock on to my personal calendar.
I could create a custom category of 'stuff that should be on my private
calender', but I don't want to have to manually apply that all the
time, hence an automatic view.

I can filter for the first two using the SQL tab of Filter:

("DAV:isfolder" = false AND "DAV:ishidden" = false) AND
(("http://schemas.microsoft.com/exchange/sensitivity-long" = 2 OR
"urn:schemas:httpmail:subject" LIKE '%Holiday%'

But I'm struggling with the third part, the time.

doing this:

"urn:schemas:calendar:dtstart" = '18:00')) OR
"urn:schemas:calendar:dtend" = '18:00'))

doesn't work, (I get every date back) because I think Outlook needs a
specific date to work with times.

Any ideas?

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Indiana time to daylight savings time - appointments shifted one h Dezigner Outlook - Calandaring 3 April 4th 06 10:34 PM
How to prevent appointments time update when changing time zone? Samer Outlook - Calandaring 0 April 2nd 06 04:24 PM
How do I display time in appointments Adam Buckley Outlook - Calandaring 1 March 9th 06 02:57 PM
Diplaying time of appointments Shane Outlook - Calandaring 3 February 22nd 06 03:04 AM
Different time zones different appointments Duy Nguyen Outlook - Calandaring 0 January 26th 06 09:01 PM


All times are GMT +1. The time now is 02:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.