![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi all.
I have made a custom form that a user can create appointments from. These appointments are visible in the main outlook calendar, but they can also be deleted there. I want the user to delete appointments from my form and not in the outlook calendar. Is it possible to lock an appointment in the main outlook calendar so they cannot be deleted. And if it is possible, how? |
Ads |
#2
|
|||
|
|||
![]()
No, that's not possible to do with a custom form. An Outlook 2007 add-in probably could do it, though.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Al" wrote in message ... Hi all. I have made a custom form that a user can create appointments from. These appointments are visible in the main outlook calendar, but they can also be deleted there. I want the user to delete appointments from my form and not in the outlook calendar. Is it possible to lock an appointment in the main outlook calendar so they cannot be deleted. And if it is possible, how? |
#3
|
|||
|
|||
![]()
I have made a custom Outlook 2007 add-in, with a form wich saves appointments
to the outlook calendar. Is there any way to programaticly locking appointments in the outlook calendar so they can not be deleted or moved? One possible workaround I have been thinking about is to delete and remake the appointment every time the eventhandler for moving or deleting it is fired. Is there any easier way of accomplishing this? "Sue Mosher [MVP-Outlook]" wrote: No, that's not possible to do with a custom form. An Outlook 2007 add-in probably could do it, though. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Al" wrote in message ... Hi all. I have made a custom form that a user can create appointments from. These appointments are visible in the main outlook calendar, but they can also be deleted there. I want the user to delete appointments from my form and not in the outlook calendar. Is it possible to lock an appointment in the main outlook calendar so they cannot be deleted. And if it is possible, how? |
#4
|
|||
|
|||
![]()
In Outlook 2007, you can use the new Folder.BeforeItemMove event to detect when the user is trying to delete an appointment or move it to another folder and then take appropriate action.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Al" wrote in message ... I have made a custom Outlook 2007 add-in, with a form wich saves appointments to the outlook calendar. Is there any way to programaticly locking appointments in the outlook calendar so they can not be deleted or moved? One possible workaround I have been thinking about is to delete and remake the appointment every time the eventhandler for moving or deleting it is fired. Is there any easier way of accomplishing this? "Sue Mosher [MVP-Outlook]" wrote: No, that's not possible to do with a custom form. An Outlook 2007 add-in probably could do it, though. "Al" wrote in message ... Hi all. I have made a custom form that a user can create appointments from. These appointments are visible in the main outlook calendar, but they can also be deleted there. I want the user to delete appointments from my form and not in the outlook calendar. Is it possible to lock an appointment in the main outlook calendar so they cannot be deleted. And if it is possible, how? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Appointments | Barbara | Outlook - Calandaring | 1 | September 14th 07 07:06 AM |
Active Appointments View - Recurring Appointments | Alex | Outlook - General Queries | 1 | July 30th 07 07:50 PM |
Appointments are covering other appointments. | TPJ | Outlook - Calandaring | 7 | April 17th 07 04:44 AM |
I acnt set up appointments or open existing appointments-Outlook 2 | Tired of ActiveX errors | Outlook - Calandaring | 2 | December 19th 06 06:05 PM |
I cannot add new appointments in Outlook | Michael McCarroll | Outlook - Calandaring | 3 | June 26th 06 02:39 PM |