Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Analysing outlook calender

Hi,

I've written some code that puts information from excel into an Outlook
calender item.

One idea I have is to place a unique id in one of the outlook fields
and use this as a field that I can search and locate items and see if
they have changed from the information that is in excel. e.g. if the
date has changed for example.

Is this possible and how do I go about doing it.

Thanks
David

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Analysing outlook calender

David:

One option would be to create a custom property for the calendar item to
store the unique id. The following KB article shows how to create such a
property for a contact item. You can use the same approach for a calendar
item.

http://support.microsoft.com/default...b;en-us;290658

Once the unique id property is created and assigned a value, you can
retrieve its value by either using the Find method of the UserProperties
collection, or by using the AdvancedSearch method of the Application object.
You can find more information on the AdvancedSearch method he

http://support.microsoft.com/default...b;en-us;326244

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


"Dave" wrote in message
oups.com...
Hi,

I've written some code that puts information from excel into an Outlook
calender item.

One idea I have is to place a unique id in one of the outlook fields
and use this as a field that I can search and locate items and see if
they have changed from the information that is in excel. e.g. if the
date has changed for example.

Is this possible and how do I go about doing it.

Thanks
David


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel to add event on outlook calender Dan Wood Excel Discussion (Misc queries) 1 March 2nd 10 09:53 AM
Outlook Calender Duration Conversion in Excel MarkMcG Excel Worksheet Functions 0 September 29th 08 03:26 PM
outlook calender jennyandalize Excel Discussion (Misc queries) 0 September 8th 08 06:06 PM
Outlook Calender to Excel Spreadsheet Jason Excel Worksheet Functions 1 January 31st 06 12:11 AM
How do I copy a date from excel to a outlook calender? Pip Excel Discussion (Misc queries) 0 August 5th 05 01:00 PM


All times are GMT +1. The time now is 05:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"