Re: Recurring Appointments in public folder
- From: Cary <Cary@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 10:06:02 -0700
So I'm confused, was there a final decision on wether you could force and/or
prompt the requestor for an End date to recurring meetings? We are currently
looking at switching our conference Room scheduling to Outlook (to make the
most of Office) and this is one of the questions.
Thanks!
Cary Rosenberg, Admin Asst to
Jackie Breiter, VP Infrastructure Services.
PharMerica
"ML" wrote:
It works!.
Thank you so much!
I love you!
~ML
"Ken Slovak - [MVP - Outlook]" wrote:
In order to find the end date or number of occurrences for a series you need
to get the RecurrencePattern of the appointment. First you check to make
sure the item is part of a recurring series, if you get the
RecurrencePattern of a non-recurring item you convert it into a recurring
item.
If Item.IsRecurring Then
Set oRecurPattern = Item.GetRecurrencePattern
If oRecurPattern.NoEndDate Then
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"ML" <ML@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1CD08823-CDC9-4F50-A139-B7BD72C432EE@xxxxxxxxxxxxxxxx
Thanks Ken,
Right now, I'm trying to write a code to check if the user chose
"NoEndDate." Then a warning message pops up saying that "You have to
choose
either End After or End by"
The message box is working but I cannot catch NoEndDate value whether the
user chose NoEndDate or not. Can you take a look at my code and make
suggestion?
Thanks,
ML
Function Item_Write()
If NoEndDate = True Then
'You cannot save and message box pops up
Item_Write = False
Dim MyVar1
MyVar1 = MsgBox ("Please select either End After or End by in the
range of recurrece!",vbOKOnly)
Else
'You can save and a reminder pops up
Item_Write = True
Dim MyVar2
MyVar2 = MsgBox ("Reminder: Please notify your admin of any
inactive
recurring meetings in 250W calendar. - GFITech Wax Removal Team",vbOKOnly)
End If
End Function
- Prev by Date: Re: How to create custom E-Mail Forms in Outlook 2003
- Next by Date: Updating Subject field using controls from message body
- Previous by thread: Re: How to create custom E-Mail Forms in Outlook 2003
- Next by thread: Updating Subject field using controls from message body
- Index(es):
Relevant Pages
|
Loading