Changing the deafult reminder time on Outlook All Day Events without turning off reminders

Hi All,
This has been something that has bugged me for years but now even more so I (and my colleagues) have work phones linked with exchange. I am tired of being woken up at 6am the day before an all day event has been set in my calendar.
I have multiple people update my calendar and the reminder time is not always cleared on an all day event. I (and others) want to keep a default reminder time set as it is a useful addition to the majority of calendar appointments, but for the life of me I
can't fathom out how to change the default 18 hour reminder time that is set on All Day events.
I have never understood why MS have made this reminder time set to eighteen hours, which means that the reminder always goes off at 6am, before the majority of office people wake.
We currently use Outlook 2007, but will probably update to 2010 in the foreseeable future.
If this can't be set in Outlook (?!?!?) can it be forced as an administrative policy?
ChrisChris

Hi Chris,
This has been asked for before, but there are no current plans to change the default of "18 hours" or to allow a means to modify the value.
As a workaround, you can use code in a macro, script, COM Add-in, etc. to reset the Reminder time to something more adequate to your needs.
DISCLAIMER: The code is provided only as a courtesy to our customers. It is not supported in any way by Microsoft.
Dim oApp As Outlook.Application
Dim calFolder As Outlook.Folder
Dim items As Outlook.items
Dim appt As Outlook.AppointmentItem
Dim i As Integer
Set oApp = CreateObject("Outlook.Application")
Set calFolder = oApp.Session.GetDefaultFolder(olFolderCalendar)
Set items = calFolder.items
For i = items.Count To 1 Step -1
If items.Item(i).Class = Outlook.olAppointment Then
Set appt = items.Item(i)
If appt.AllDayEvent = True Then
If appt.ReminderMinutesBeforeStart = 1080 Then  '1080 = 18 hours X 60 minutes
appt.ReminderMinutesBeforeStart = 60  '60 minutes
appt.Save
End If
End If
End If
Set items = Nothing
Set calFolder = Nothing
Set appt = Nothing
Set oApp = Nothing
I have emailed the Outlook Feature Requests alias on this. This is monitored directly by the
Outlook Product team. Additionally, you can call in and open a support incident regarding this issue and we can investigate this further. 
Hope that helps!
Jahawk MSFT

Similar Messages

  • How can I change the reminder time of an all day event?

    How can I make an all day event remind me the evening before.  The only reminder options are 9:00 the day of (which is too late) or 9:00 the day before (which gives you a whole day to forget about it).  Why can I not select when I want a reminder?  I have tried both alert tab in the event itself, and the default alert setting under settings/mail, contacts, calendars/default alert times. 

    THis is what I do, and it works for me.....I create two entries. Yes, it is extra work, but it works.  The first one is the all-day event.  I set that to remind me the day before and two days before.
    Then the second entry I set a time on the day, and in the Title Box, I put "reminder about "insert date here". Then I set that to remind me according to hour(s) or minutes before.
    IF I want a reminder inconsistent with those, I simply set the start date/time for the actual hour I want to be reminded, even if it is say "11:00pm the night before"  when it goes off, I just reset it using the roll thing to the next date/time that I want it to go off.
    I am a newbie and still have my old-fashioned paper planner, fully filled out, but find the calendar feature of the iPhone so absolutely useful. As well as the notes. Mainly when I am out and about. I used to tote my book around, now I just enter it on my phone, make myself a note, and then enter the info in my book later on. Paperless society, I doubt that'll happen, but technological devices sure fit in your pocket more easily...
    BTw- have you noticed that if you put in a birthday of a contact in Contacts, it will show up in your calendar with a little present icon?
    (= Have a happy day! =)

  • New ical no longer lets you see all-day events without scrolling, can this be changed?

    I have lots of all-day events on my ical, just upgraded to from mobileme to ical and the new calendar does not expand all-day events to allow you to see them all without scrolling.  I really need to see all of them without scrolling through them.  This applies to both the weekly & daily views.  Is there a way to change this?  The previous version allowed you to view them all, I don't call this progress. 

    I understand now - that behavior is annoying under the circumstances you describe, as you clearly want to indicate only a 'delay' in the start date and not necessarily and extension of the end date.
    This is one of those human interface things where they may have considered the behavior, and decided that instantly and automatically maintaining the event duration was the best choice, though a savvy programmer could have likely avoided the issue by testing for a duration of > 1, and changing only those cases where the duration was = 1. Durations of < 1 would not exist, by definition, so it would have been an extremely simple conditional test.
    I don't think that you are actually being too picky: the case you describe is not necessarily the controlling event type, but is highly likely to be encountered [it seems] and therefore should have been accounted for in the manner I described just above, or by some other similar mechanism.
    It's funny how these issues arise: the recently released Entourage single day event definition is different than the one used in iCal, as that team chose to define an all day event as:
    2006-03-15 00:00:00 +0000 for start, and
    2006-03-16 00:00:00 +0000 to end
    While both the iCal event description and the Entourage description might represent the same data points on either a 12 or 24 hour clock, they are clearly not identical, and this 'disconnect' in definitions might cause future problems as both applications push different representations to the truth while describing the same event.

  • Does anyone besides me find it odd that calendar.app assigns a start time for an all day event?

    Does anyone besides me find it odd that calendar.app assigns a start time for an all day event?

    Hi SharpBud,
    The date for all day event stored in SQL in GMT time, the start time for an all day event returns the start time in GMT time, which is not the current time most likely.
    This is a confirmed issue, as a workaround, I would suggest you to use a calculate column for the event for the column, using the following format:
    IF(TEXT(([End Time]-[Start Time])-TRUNC(([End Time]-[Start Time]),0),"0.000000000")="0.999305556",IF([Start Time]=ROUND([Start Time],0),[Start Time],DATE(YEAR([Start Time]),MONTH([Start
    Time]),DAY([Start Time])+1)),[Start Time])
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Latest Organizer update in the Blackberry Desktop Software does not sync Outlook 'all day events' in Calendar properly

    On my Blackberry Torch 9810:
    When syncing with Microsoft Outlook 2007 for an 'all day event' in Calendar, Outlook stores the appointment as from 12:00am to 12:00am so Blackberry Organizer thinks it is an appointment for 2 days rather than one.
    So for example if you make an 'all day event' entry for Feb 25 in Outlook, Blackberry Organizer syncs it on the device as an "all day event" on Feb 25 and Feb 26.  Very annoying indeed!
    Technically Outlook should store it as 12:00am to 11:59pm for a one day
    event.    But since they don't, I hope Blackberry will fix Desktop Organizer
    Software to cope with this issue and send out a new update!
    Does anyone know anything about this?

    I was getting a similar problem... birthday and anniversary and some other all-day events (but not all!) in Outlook were being set to either 1pm-1pm or 2pm-to-2pm, from the day before to the day of the actual event.  e.g. my New Years Day event was being set as starting 31 Dec 1pm and ending 1 Jan 1pm.  The 2pm vs 1pm difference seemed to correlate to the times of the year without/with daylight savings.
    Presumably I'm seeing 1pm or 2pm and not 12am-12am due to my own time zone (GMT +10).
    I made the change recommended by Bifocals and it has fixed this problem.  However, I did need to -manually- go through and change all the events in Outlook back to be proper all day events - that did not happen automatically.
    For those (like I was) wondering how to set the "the corresponding options on the Blackberry"... you open the Blackberry Calendar, then hit the application button, then scroll to Options then General Options.  The Start of Day and End of Day settings are what need to match Outlook.  FYI, I have a Bold 9000 and am using Outlook 2007.
    I'm really hoping that when I next upgrade my Blackberry software that it retains this setting change.  I find it really annoying that some (or all?) other settings (e.g. Mobile Network: Data Services & While Roaming) are reset to defaults on every software upgrade, meaning I have to remember what I set and to go back and set them again after an upgrade.  Grrrrr.....

  • ICal + iPhone + Exchange 2003 + Outlook 2007 + "all day" Events 7 hours off

    Whenever an ALL DAY event is created on either the iPhone or iCal when the event is synced thru Entourage and into the Exchange Server and into Outlook 2007 the appointments are off -7 hours which I believe works out to GMT with Daylight savings time kicked in. Times are correct in Entourage. Correcting the time (making it an ALL DAY event) in Outlook 2007 and the resulting re-syncing does not impact Entourage, iCal or the iPhone. Since iPhone is syncing via iCal as the first step, I believe the issue is with iCal no the iPhone.
    Time Zone Support is OFF on iCal and the iPhone.
    iPhone updated to 1.0.1
    iTunes updated to 7.3.2.6
    iCals ver 2.0.5.1069
    Vista Premium and Outlook 2007 Fully Patched
    Thanks

    This had no impact on the problem. I have confirmed that this is an issue with iCal and not the iPhone. An all day appointment on for example August 15 created in iCal shows up correctly in Entourage syncing to an Exchange Server. However, when the appointment propogates to Outlook 2007, the All Day event now displays as from 7:00 pm August 14 to 7:00 pm on August 15.
    Time Zone support has no impact regardless of setting on iCal.
    Close inspection of the Event in Outlook shows ALL DAY is selected but the greyed out times are from 7 to 7 as described above.

  • Outlook all day events bug

    Some of my all-day events (like birthdays) synced over but would not show up on list view if there were other all-day events on the same day. When I edited the entry, I noticed the schedule was, on a Feb 12 for example, from Feb 12 to Feb 11 (yes, backwards). I changed the 11 to 12, made sure the all-day switch was on, and voila! My all-day even co-existed nicely with other all-day events.
    It only did that in 3-4 of 15 all-day events. Just in case anyone runs into this.

    Ditto - another one for the pile. Using Exchange Server 2007 and iPhone 4.1.
    Additionally, if I create an all-day appointment on the iPhone that spans two days (typically Sat & Sun) and invite another party, when the invitation is accepted the appointment gets screwed up on the iPhone, depending on which view you're looking at. Here's the use case:
    1) Create all-day event starting 27 Nov ending 28 Nov, invite somebody.
    2) Invite is accepted, look at appointment on iPhone.
    Month view: 27 Nov event shows as 00:00, 28 Nov is "all-day". Nothing on 29 Nov.
    Day view: 27 & 28 Nov blocked out fully
    List view: Event only shows as 00:00 on 27 Nov, nothing on 28 or 29.
    Lastly, when you open the appointment and look at the detail, you see that it now runs from 00:00 on 27 Nov to 00:00 on 29 Nov. For a two day all-day event you created on the same device minutes earlier.
    Come on Apple! I switched to the iPhone from Windows Mobile because of your slick UI and great choice of apps, and even forgave you the lack of task and category support. But if you can't even get my appointments right I'll think twice before placing my order for that MacBook Pro I've been ******* after.
    M.

  • Outlook all day events are one day early in ipod touch calendar...

    I recently bought an ipod touch 4th generation, when I tried to sync my outlook 2007 calendar all my all-day-events came up as a whole day early on my ipod touch. I'm running iOS Version: 4.3.5 and App Version: 3.3, outlook 2007 off windows 7. I see there are a lot of unresolved older threads around the same discussion point...did anyone get anywhere?
    - Anita

    Hi,
    Same problem.
    Thx 

  • How to show all days events without scrolling?

    I use iCal as a project program, and the projects run as all day events in the top. But it seems like the new iCal (I used version 4 before) doen't show all my all day events. I can only see 5 at a time, without scrolling. In the old iCal, the size of the window adapted the numbers of events.
    I really need some help here, to keep the overview on my all day events. I can't do that if I have to scroll!
    Hope someone can help me out :-)

    As you show days for any other year.
    Do you want to catch us on the fact year 1900 wasn't a leap year?
    Regards
    Etbin
    select to_date('1.1.' || :the_year,'DD.MM.YYYY') + level - 1
      from dual
    connect by level <= to_date('31.12.' || :the_year,'DD.MM.YYYY') - to_date('1.1.' || :the_year,'DD.MM.YYYY') + 1*** not tested ***
    Message was edited by: Etbin
    user596003

  • Changing the default meeting time in Outlook 2010 to 50 minutes

    Is there a way to change the default time for a meeting to 50 minutes.  I can go to Calendar, View, View Settings, Other Settings, and change to 15, 30 or 60 minutes.  What about 50?  Any ideas or suggestion?  Thanks

    Hi,
    I think you have to choose another time scale on your calendar. Because Outlooks tries to match the timescale for new meeting requests. It is only possible to choose 30min or 60 min.
    (http://www.outlook-tips.net/?p=312)
    In order to change the timescale you will find a description here:
    http://office.microsoft.com/en-us/outlook-help/change-the-calendar-time-scale-HA101848858.aspx
    regards Thomas Paetzold visit my blog on: http://sus42.wordpress.com

  • Is it possible to change the defult alert time on the calendar setting to any other time but 9am ? thanks Edd

    is it possible to change the defult alert time on the calender setting to anyother time but 9am ? thanks Edd

    There is no default time for custom events. You can set the time for anything that you like when you create the event. The settings for Birthdays and All Day Events only give you the choices that you see in this screenshot. So to answer your question, no you cannot change from 9:00 AM for these events unless you choose None and select your own time.
    If you want to change the default time to None the path is Settings>Mail, contacts, calendars>Calendars>Default Alert Times>Birthdays or All Day Events.

  • Ordering Repeating All-Day Events on the calendar

    Is it possible to order a list of all-day events that are repeating on multiple days of a calendar?

    If you have iCloud calendars set up on your iPhone, you should have several iCloud calendars.  I have Calendar, Work, Home.  When you create an all day even put it in one of the calendars.  For instance, i would put it in the Calendar calendar.  You can select the calendar when entering the event by tapping Calendar label.  You can then hide the all day events by tapping the Calendars button located top left on screen (portrait mode), then tap the name of the calendar you used to uncheck.  When click done, your all day events will be hidden.  Note you will have to rehide the calendar after adding a new all day event.

  • ICal All Day Events One Day Off

    Once again, I am unable to use my Calendar... This time because any All Day event, subscribed or synced from gmail, are one day off. Seems like a problem that has been around for some time but I just ran into on an update to iOS-5. Any ideas? Switching the dates on all of my other calenders to fit the iPhone problem is not an option.
    Also, no fix on 5.0.1

    I just upgraded from Blackberry to iPhone 5. Have Outlook on work computer, and Enterprise server. I also have calendar issues, with all my all-day events showing up one day early. I have years of data, so I can't go back and change it all manually. Have tried turning Time Zone Support on and off, with no change. The manually set zone is correct. Any help would be appreciated.

  • All day events one day out (early)

    Hi
    I sync my iPhone 3GS calendar with my Outlook 2003 calendar and yesterday noticed that any All day events were listed on my iPhone for the day before they are listed on Outlook. I have completely deleted my calendar and restored it (which seems difficult in itself) and completely restored my iPhone as well to no avail. What am I doing wrong and how do I rectify this issue. BTW I have only noticed this in the last week and strangely any all day events prior to this week were correct - I can only presume this is something to do with the clocks going forward here (UK) last weekend?
    Any help would be greatly appreciated!
    Thanks
    Nigel

    Another one suffering the effects of this, most annoying.
    It does seem to be effected by ALL DAY events only.
    If i remember rightly, when i updated to the latest version of iTunes, all of my ALL DAY events ended up changing to be spread over 2 days. Initially i thought little of it and made the changes, but it has go worse.
    If i create and ALL DAY event on the iPhone, when i sink with Outlook, it shows the all day event as running from 0100hrs on the day i set to 0100hrs the following day, thus spreading the all day event over 2 days.
    Definately think this is a day light saving issue affecting people in the UK?
    I presume a fix hasn't been found yet, I certainly hope Apple are fixing it.
    If

  • How to display an "All Day Event" date correctly in an integrated SSRS Report?

    I have two event items in a calendar list in SharePoint 2010. Both items have the same start time and end time. One of them, however, has the "All Day Event" checkbox checked. If I access them through a REST service, this is how the data is
    returned:
    <!-- item 1 -->
    <d:StartTime m:type="Edm.DateTime">2014-03-21T00:00:00</d:StartTime>
    <d:EndTime m:type="Edm.DateTime">2014-03-25T23:55:00</d:EndTime>
    <d:AllDayEvent m:type="Edm.Boolean">false</d:AllDayEvent>
    <!-- item 2 -->
    <d:StartTime m:type="Edm.DateTime">2014-03-21T00:00:00</d:StartTime>
    <d:EndTime m:type="Edm.DateTime">2014-03-25T23:59:00</d:EndTime>
    <d:AllDayEvent m:type="Edm.Boolean">true</d:AllDayEvent>
    I have a report in the same SharePoint 2010 site that uses SSRS in integrated mode. The data source is the calendar list mentioned above.  The date fields are not formatted, just displayed as them come from the list/database.
    My locale is set to en-US. When I run the report, the start date for item 1 is displayed as "3/21/2014" ('all day' set to false) but the start date for item 2 is displayed as "3/20/2014" which is incorrect ('all day' set to true).
    I did some research online and found out that SharePoint stores all date fields as UTC except for 'All Day Events', which are stored in local time (our servers are in Central Time, but I'm running the report fom Pacific Time, in the US).
    I coudn't find a solution to display the date correctly in the integrated SSRS report. Is there a way, maybe some straightforward formatting, to show All Day Event dates correctly? I tried adding hours but this is inconsistent with daylight saving hour changes.
    I would appreciate any help.
    C#, Sharepoint

    Hi SharpBud,
    The date for all day event stored in SQL in GMT time, the start time for an all day event returns the start time in GMT time, which is not the current time most likely.
    This is a confirmed issue, as a workaround, I would suggest you to use a calculate column for the event for the column, using the following format:
    IF(TEXT(([End Time]-[Start Time])-TRUNC(([End Time]-[Start Time]),0),"0.000000000")="0.999305556",IF([Start Time]=ROUND([Start Time],0),[Start Time],DATE(YEAR([Start Time]),MONTH([Start
    Time]),DAY([Start Time])+1)),[Start Time])
    Thanks,
    Qiao Wei
    TechNet Community Support

Maybe you are looking for

  • Adobe Acrobat 9 install for Mac

    How do I re-install Adobe 9 on my Mac? when I go to download it says not available for mac - it is however available for pc. How can I get my Acrobat 9 back?

  • Windows ME Photo Transfer to Sleek Ph

    Hello, I have Windows ME and I have been using Windows Media Player 9 to trandfer my music onto my Sleek Photo, but does anyone know of a way that I can transfer photos to my player without Windows XP? Thanks, Rob

  • Force Variable screen with Web Templates

    We are on SP7 and have made the necessary settings based on note 950463, however the variable screen only pops up the first time you click the "New Analysis" button.  If you click the button again, and select a query with optional variables, the vari

  • JDeveloper 10.1.2 java problems

    Old ADF UIX project has been received and JDeveloper 10.1.2 is the last of JDeveloper series that has support for ADF UIX. The problems begin with the java class files, where JDeveloper doesn't understand simple import declarations, override annotati

  • Where are podcasts located on my iPad 2?

    I have synced some podcasts to my iPad 2 and now I don't know where to look for them.