Calendar invites going straight to Calendar
Hi GNoble1979,
If you don’t want the calendar invites going straight to the calendar as tentative. You can just set
AddNewRequestsTentatively to false.
Set-MailboxCalendarSettings –identity Mailbox
-AddNewRequestsTentatively $false
Thanks,
Evan
November 25th, 2011 9:56am
Hello everyone
We are running Exchange 2007 SP2 Single Copy Clusters and have about 3 SCC clusters.
One of my users is having a weird problem - whenever someone sends him a Calendar invite, he doesn't see the invite in his Inbox to Accept/Decline, it just goes straight to his Calendar as tentative.
I thought that invites may be set to Auto-Accept under Resource Scheduler in Outlook, so when I tried to go there (Options > Calendar Options > Resource Scheduling), then I see the message:
"Folder cannot be opened because there is a configuration problem on the server".
Any ideas as to what is causing this and how to fix?
Outlook client is 2007 Sp2.
Free Windows Admin Tool Kit Click here and download it now
December 1st, 2011 3:48pm
See if this helps -
http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/4f444d79-2f4f-44c7-ac33-740e2c835fb1Sukh
December 1st, 2011 7:27pm
Not really the same problem? My issue is that Calendar invites are going straight to the Calendar as tentative without the user being able to see them coming in as emails? So he doesn't have the chance to accept/decline unless he's checking his Calendar
all the time for any new meetings?
Output of get-mailboxcalendarsettings is below, does anything look out of place?
AutomateProcessing : AutoUpdate
AllowConflicts : False
BookingWindowInDays : 180
MaximumDurationInMinutes : 1440
AllowRecurringMeetings : True
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : True
DisableReminders : True
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {User1, User2}
RequestOutOfPolicy :
AllRequestOutOfPolicy : False
BookInPolicy :
AllBookInPolicy : True
RequestInPolicy :
AllRequestInPolicy : False
AddAdditionalResponse : False
AdditionalResponse :
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : False
DefaultReminderTime : 15
RemoveForwardedMeetingNotifications : False
Free Windows Admin Tool Kit Click here and download it now
December 1st, 2011 7:48pm
You can try settings below to false
AddNewRequestsTentatively
AutomateProcessing
Sukh
December 1st, 2011 8:03pm
Hi GNoble1979,
If you don’t want the calendar invites going straight to the calendar as tentative. You can just set
AddNewRequestsTentatively to false.
Set-MailboxCalendarSettings –identity Mailbox
-AddNewRequestsTentatively $false
Thanks,
Evan
Free Windows Admin Tool Kit Click here and download it now
December 2nd, 2011 2:49am