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 » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to detect who made changes in Calendar?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 4th 08, 03:28 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ig
external usenet poster
 
Posts: 20
Default How to detect who made changes in Calendar?

Hi, I need to be able to detect when and WHO creates/changes/deletes record
in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.


  #2  
Old August 4th 08, 01:18 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Brian Tillman
external usenet poster
 
Posts: 17,452
Default How to detect who made changes in Calendar?

Ig wrote:

Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.


Have you tried adding the From or Organizer field to a table view with Field
Chooser?
--
Brian Tillman [MVP-Outlook]

  #3  
Old August 4th 08, 02:46 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default How to detect who made changes in Calendar?

For who, check the from or organizer field, for when, add the modified
field. It's not perfect - it only shows the last modification - but there is
no auditing feature within outlook. I'm not aware of any either - tell users
to add their name and date to the Notes field when they change an event. Or
remove everyone's permission to edit any event they don't own.

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Ig" wrote in message
...
Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.

  #4  
Old August 4th 08, 05:43 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ig
external usenet poster
 
Posts: 20
Default How to detect who made changes in Calendar?

My problem is that records in my Calendar are changed (and more important -
deleted !!) by people in my company who MUST have a permission to make
changes, but sometimes they use this permission improperly. They delete
records so that I can't even recover them.
So I need some tool like writing to log or sending email with details who
and when did it.
Maybe somebody has an example of such macro. I am a newbie.
Thank you.

"Diane Poremsky [MVP]" wrote in message
...
For who, check the from or organizer field, for when, add the modified
field. It's not perfect - it only shows the last modification - but there
is no auditing feature within outlook. I'm not aware of any either - tell
users to add their name and date to the Notes field when they change an
event. Or remove everyone's permission to edit any event they don't own.

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Ig" wrote in message
...
Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.



  #5  
Old August 4th 08, 05:54 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default How to detect who made changes in Calendar?

How about removing their permission to delete items? You can give them
permission to delete all, none or only items they created. Right click on
the folder, choose properties, permission.

also, there is a reg key you can use so deleted items go into the owners
deleted folder. It might be worth having the admin push it out in a logon
script.
http://support.microsoft.com/kb/202517

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Ig" wrote in message
el...
My problem is that records in my Calendar are changed (and more
important - deleted !!) by people in my company who MUST have a permission
to make changes, but sometimes they use this permission improperly. They
delete records so that I can't even recover them.
So I need some tool like writing to log or sending email with details who
and when did it.
Maybe somebody has an example of such macro. I am a newbie.
Thank you.

"Diane Poremsky [MVP]" wrote in message
...
For who, check the from or organizer field, for when, add the modified
field. It's not perfect - it only shows the last modification - but there
is no auditing feature within outlook. I'm not aware of any either - tell
users to add their name and date to the Notes field when they change an
event. Or remove everyone's permission to edit any event they don't own.

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point
your newsreader to msnews.microsoft.com.


"Ig" wrote in message
...
Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.



  #6  
Old August 4th 08, 06:13 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.calendaring,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ig
external usenet poster
 
Posts: 20
Default How to detect who made changes in Calendar?

They are administrative support, so they MUST have all permissions.
I just need to be notified who and when deletes records.

"Diane Poremsky [MVP]" wrote in message
...
How about removing their permission to delete items? You can give them
permission to delete all, none or only items they created. Right click on
the folder, choose properties, permission.

also, there is a reg key you can use so deleted items go into the owners
deleted folder. It might be worth having the admin push it out in a logon
script.
http://support.microsoft.com/kb/202517

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Ig" wrote in message
el...
My problem is that records in my Calendar are changed (and more
important - deleted !!) by people in my company who MUST have a
permission to make changes, but sometimes they use this permission
improperly. They delete records so that I can't even recover them.
So I need some tool like writing to log or sending email with details who
and when did it.
Maybe somebody has an example of such macro. I am a newbie.
Thank you.

"Diane Poremsky [MVP]" wrote in message
...
For who, check the from or organizer field, for when, add the modified
field. It's not perfect - it only shows the last modification - but
there is no auditing feature within outlook. I'm not aware of any
either - tell users to add their name and date to the Notes field when
they change an event. Or remove everyone's permission to edit any event
they don't own.

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point
your newsreader to msnews.microsoft.com.


"Ig" wrote in message
...
Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.





  #7  
Old August 4th 08, 06:48 PM posted to microsoft.public.outlook.calendaring,microsoft.public.developer.outlook.addins,microsoft.public.outlook,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ben M. Schorr - MVP (OneNote)
external usenet poster
 
Posts: 197
Default How to detect who made changes in Calendar?

They HAVE to be able to delete too?

--
-Ben-
Ben M. Schorr, MVP
Roland Schorr & Tower
http://www.rolandschorr.com
http://www.officeforlawyers.com
Author - The Lawyer's Guide to Microsoft Outlook 2007:
http://tinyurl.com/5m3f5q



"Ig" wrote in message
el:

They are administrative support, so they MUST have all permissions.
I just need to be notified who and when deletes records.

"Diane Poremsky [MVP]" wrote in message
...

How about removing their permission to delete items? You can give them
permission to delete all, none or only items they created. Right click on
the folder, choose properties, permission.

also, there is a reg key you can use so deleted items go into the owners
deleted folder. It might be worth having the admin push it out in a logon
script.
http://support.microsoft.com/kb/202517

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Ig" wrote in message
el...


My problem is that records in my Calendar are changed (and more
important - deleted !!) by people in my company who MUST have a
permission to make changes, but sometimes they use this permission
improperly. They delete records so that I can't even recover them.
So I need some tool like writing to log or sending email with details who
and when did it.
Maybe somebody has an example of such macro. I am a newbie.
Thank you.

"Diane Poremsky [MVP]" wrote in message
...


For who, check the from or organizer field, for when, add the modified
field. It's not perfect - it only shows the last modification - but
there is no auditing feature within outlook. I'm not aware of any
either - tell users to add their name and date to the Notes field when
they change an event. Or remove everyone's permission to edit any event
they don't own.

--
Diane Poremsky [MVP - Outlook]
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/

Outlook Tips by email:


EMO - a weekly newsletter about Outlook and Exchange:


Outlook Tips:
http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point
your newsreader to msnews.microsoft.com.


"Ig" wrote in message
...


Hi, I need to be able to detect when and WHO creates/changes/deletes
record in Calendar and to send email with the details.
Does anybody knows macro or any free software to make this job?
Any help would be greatly appreciated.





 




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
How to detect who made changes in Calendar? Ig Outlook - General Queries 9 August 4th 08 09:07 PM
How to detect who made changes in Calendar? Ig Outlook and VBA 9 August 4th 08 09:07 PM
How to detect who made changes in Calendar? Ig Outlook - Calandaring 9 August 4th 08 09:07 PM
How can I see who has made the changes to my boss's Calendar? Judebath Outlook - Calandaring 1 December 4th 07 01:11 PM
can you tell who in office made a change in calendar? tehpeggy Outlook - Calandaring 1 October 7th 06 07:27 PM


All times are GMT +1. The time now is 08:43 AM.


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.