Calendar displays 24 hours versus 12 hours

I somehow inadvertinly changed my daily and weekly calendar display to 24 hours.  In day or week view, there are 24 hour segments.  Does anyone know how to change back to a 12 hour display?

Hi Bob
Ok Try this one, now if a time was specified, it should be used:
$SiteCode = Read-Host -Prompt "SiteCode"
$SiteServer = Read-Host -Prompt "Servername (FQDN)"
$CollectionsToChange = (Get-WmiObject -Namespace "root\sms\site_$SiteCode" -Class "SMS_Collection" -ComputerName $SiteServer | Select Name, __PATH |Out-GridView -OutputMode Multiple)
foreach ($collectionObj in $CollectionsToChange){
try{
$collection = [wmi]"$($collectionObj.__Path)"
$collection.RefreshType = 2
if($collection.RefreshSchedule -ne $null){
$interval = ($collection.RefreshSchedule)[0]
$Interval.HourSpan = 12
} else {
$IntervalClass = Get-WmiObject -List -Namespace "root\sms\site_$SiteCode" -Class "SMS_ST_RecurInterval" -ComputerName $SiteServer
$Interval = $IntervalClass.CreateInstance()
$Interval.HourSpan = 12 #Update after 12 hours
$collection.RefreshSchedule = $Interval
$collection.put()
Write-Host -ForegroundColor green "$($collection.Name): $($collection.CollectionID)"
} catch {
Write-Host -ForegroundColor red "ERROR: $($collection.Name): $($collection.CollectionID): $($_.Exception.Message)"
Cheers,
Thomas Kurth
Netree AG, System Engineer
Blog:
http://netecm.netree.ch/blog | Twitter:
| LinkedIn:
| Xing:
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Similar Messages

  • Calendar Display - Hours Spacing

    When I first had my Q10, the Calendar, when in the "Day" mode, displayed the time in 1/2 hour increments.  Now it has switched to displaying in 1 hour increments.  This means that the words saying what the appointment is are not visible, in the case of those appointments that are less than a full hour long.  I have to open up the appointment to see what it is.  So I would like to change the display back to where the hours are more widely spread from top to bottom.  I have not figured out where that secret setting can be found.  Does anybody know?

    You can try changing the color settings in Outlook.
    In Calendar, click Calendar Coloring, and then click Edit Labels. 
    You can also try changing the background, or creating a new Google Calendar with a different color setting.  

  • TS3999 There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.

    There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.
    Is there any workaround?

    Hello again, Kirik17.
    The concept still holds true. When clicking to select your time zone, you will need to select another city within your same Time Zone so that that one becomes your default.
    If you are still unable to select your Time Zone, you may find more information by using another one of Apple's Support Resources at: https://getsupport.apple.com/GetproductgroupList.action.
    Cheers,
    Pedro.

  • Z10 Calendar display and time do not match (off by 1 hour)

    I live in Saskatchewan and have my Z10 date and time set to Sask -6. I go to the calendar, create a new event, enter the time as 7:30 am and save. The calendar shows the event at 8:30 am. If you select the item and edit it, it is correctly listing the time as 7:30. I am guessing that there is a bug to do with the daylight savings time (the time never changes in Saskatchewan) and I cannot find any setting to disable the time change.
    Solved!
    Go to Solution.

    Hi gnemeth,
    This KB article should provide more information on this issue as well as a workaround.
    "SMS and calendar appointments show one hour ahead of the BlackBerry smartphone time" KB33981
    Let me know if that helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Events on iPod calendar off by 1 hour

    I just started syncing my iCal to my 5G iPod. All the events on the iPod calendar show up one hour early. I verified my iPod time is set to Pacific timezone & that Daylight Savings Time is off. I verified my computer time is set to PST. I tried setting iCal Timezone support on & off.
    I've reviewed the iPod & iCal support pages and searched the earlier forum postings here and on iCal forums with help.
    Any suggestions?
    Thank you,
    Bill Weller

    I also had success using this method, from above:
    On iPhone, go to Settings>Mail, Contacts, Calendars.
    Scroll way down to Time Zone Support. Note that it's listed as GMT-4. Turn slide button to OFF, then back to ON. Note that it automatically goes to Washington, DC (GMT-5).
    Calendar appointment times now correct.
    Time on the iPhone updated automatically for daylight savings, but the Time Zone Support function didn't make the one-hour shift; they ended up out by an hour from one another. Forcing Time Zone Support to refresh its settings was all that was needed.

  • How do i return calendar to original view?   All I can see is an hour by hour grid...can't get back to page where I can enter new appointments/events

    How do I return calendar to original view?   All I can see is an hour by hour grid...can't get back to page where I can enter new appointments/events

         Hi, at the bottom bar you should see a series of five buttons. Press the "Month" button if you desire to see the view of the month. As for creating a new calendar event simply press the "+" button in the upper right-hand corner to create a new appointment. *
    * Please note that this is all within the app called "Calendar".

  • Displaying all 24 Hours on X-axis

    I would like to display 24 hours on x-axis of a Chart.
    the times are not in HH:00 format. They are in MM/dd/yyyy  HH:MM.
    If i select for each hour selection option it displaying only some of the hours like 2:00am,3:00am,4:00am,10:00am,13:00pm,19:00pm etc..
    But i want to display all 24 hours from 00 to 23.
    For this i created consolidated table and inserted records from the main table.
    Is it possible to display without consolidating and inserting 24 hours in table?
    any suggestions!!!
    Regards,
    Parsa
    Note : sample data
    8/27/2008 0:00
    8/27/2008 0:00
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:01
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:02
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:03
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:04
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:05
    8/27/2008 0:06
    8/27/2008 0:06
    8/27/2008 0:06
    8/27/2008 0:06
    8/27/2008 23:56
    8/27/2008 23:57
    8/27/2008 23:57
    8/27/2008 23:58
    8/27/2008 23:58
    8/27/2008 23:59
    Edited by: Ramesh Parsa on Aug 29, 2008 11:53 AM
    Edited by: Ramesh Parsa on Aug 29, 2008 11:54 AM

    Hello, I have a similar problem. I would do it just the way Graham described... BUT... I have a barchart that should display values for every Month and creates 3 Bars (3 Years) for every Month. If I use numeric axis, I have the 3 bars for the years overlapping eachother in a specific month.
    Any idea for a solution? Thank you very much.
    H.F.

  • Since loading mavericks my calendar posts events one hour late.  That is, if mtg invite is for 9am it posts at 10am.  my pc clock and time zone are correct.

    Since loading mavericks my calendar posts events one hour late.  That is, if mtg invite is for 9am it posts at 10am.  my pc clock and time zone are correct.

    Hey Armando Stettner,
    Thanks for the question, and what a great question it is!
    With time zone support on, you can edit an individual event and change the time zone for that event. This list will include options for your default time zones, UTC, and "floating" - the latter of which is what you are looking for. Floating changes the event to occur at the specified time, local time.
    For information on changing an event's time zone, see the following resource:
    Calendar: Change an event’s time zone
    http://support.apple.com/kb/PH11531
    I look forward to hearing how this works for you.
    Cheers!
    Matt M.

  • Synchronized calendar entries shows +1 hour on N95

    Hello,
    I'm currently using vista x64 + outlook 2007 and synchronising a N95 (01.01) with the latest firmware (v 31.0.0.15 07-11-08 RM-320) and latest pc suite (7.1.18).
    My synchronised calendar entries show 1 hour later on the N95.
    f.ex. outlook 2007 calendar entry is at 14h, it is shown at 15h on the N95 screen.
    What ever I try, reinstalling firmware, deleting calendar entries, resynchronising etc ... nothing helped !
    The clock on the N95 screen is correct!
    I have the following settings on the n95:
    a) time zone GMT+1:00 Brussels
    b) "time zone: local time"
    c) "network operator time: auto-update"
    (setting "network operator time" did NOT help!"
    This starts to get really annoying .... has annyone a clue on how to solve this issue?
    Thanks a lot!!!

    Hi didierlux
    i have the same problem, and i am using outlook 2007 as well.
    i got it fixed, you need to have both time setting on the PC and on the Phone to be the same ( i.e. GMT +1 brussels).
    Good luck!

  • Daily Calendar Display

    On PALM conputer display, how do I change from 24 hr. display to 12 hour display on calendar?  I cannot find anything in 'prefrences' or 'settings'.  My handheld is displaying the 12 hour format.
    Post relates to: Tungsten E

    Can you please be a bit more specific ?
    Are you seeing the 12hr format and you want to change to 24hr or the other way around ? That is controlled via Preferences, Format, Time Format.
    Or are you seeing the 12hr format everywhere else on your PDA except when in Calendar ?
    Post relates to: Treo 680 (Unlocked GSM)

  • E71x calendar displays 2 different meeting times

    I have an e71x with an unusual problem. Meeting often have two different times in the editing mode.  Here is an example:
    I select a meeting for November 18 (this is a real example from the past) and it shows 1pm to 5pm.  The meeting time has changed, so I want to edit it. It repeats weekly.  When I select Edit>This occurance only the meeting time is 1pm to 5pm.   When I select Edit>All occurances the meeting time is 3pm to 4pm.
    As it turns out, 3pm to 4pm is the new meeting time, so obviously I tried to edit this entry before.  But on the Calendar View only the 1pm time shows up.
    This is crazy!  Why would it even show 2 times at all?
    I'd like the Calendar to show only 1 time.  Is there any way to correct this?
    Roger

    Snick wrote:
    Is there any way of changing the day view where currently a meeting, even though booked for 2-hours, displays as 1-hour?
    Maybe I am missing something here in your question, but you are asking that if you schedule a meeting in your calendar for two hours, you want it only to display as a one hour meeting?
    No, the BB calendar will display the amount of time you designate... if you book it for two hours it will display for two hours. If you schedule it for one hour, your calendar will display a one hour time block.
    If you want it only to display a one hour time block, schedule the meeting for one hour.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Difference between goods receiving hours & working hours

    Hello,
    What is the difference between
    goods receiving hours at the unloading point of the goods recipient and
    working hours at the shipping point?
    May

    The calendar and the goods receiving hours of the unloading point are relevant for the confirmed delivery date (delivery date LFDAT).
    The calendar and the working hours of the shipping point are relevant for the calculation of all other dates (Material availability date MBDAT, transportation planning date TDDAT, loading date LDDAT and goods issue date WADAT).

  • Photos. They are on my macBook, backed up on time machine. Copied them (hours and hours) to external hard drive. They are now in alphabetical order (19,000  of them) NOT IN THEIR EVENTS or date order-and have been taken with different cameras- help!!!!!!

    Photos.
    They are on my macBook, backed up on time machine. There are 19,000+ of them, some rescued from a pc crash- which I used the nifty iPhoto to put back into date order.    
    I want to take them all off my laptop, now............as I need to use it for WORK!!
    Copied them (hours and hours) to another external hard drive.
    They are now in alphabetical order (all 19,000+ of them) NOT IN THEIR EVENTS or date order. (-They have also been taken with different cameras over the years and some of the generic camera numbering remains.)
    I have tried to copy them (only a few as an experiment)  one event at a time, but that again "opens up" the Event "folder" and tips them out as individuals and therefore just lists image letters and numbers alphabetically.
    How can I copy
    the whole library still in  "Events" to an external hard drive?
    the folders/albums I have already made on to this hard drive?
    and how can I add to this back up monthly, again keeping events and folders separate and updated?
    Mac is so user friendly - there must be a way.........
    Thanks

    UPDATE : I have re-installed from disk, various apps that were no longer functioning such as iLife, iWork etc. So, I now can access my photos again.
    Also, I had to re-install all the software for my printer ( Stylus Pro 4880 ) and reset it so the printer is working again.
    Photoshop CS4 won't open. I think I will have to get in touch with Adobe as basically, I guess they have a built-in "blocker" which prevents me from opening the app as the license is for only 1 user and having re-installed the OS, there are now, in effect, 2 users ( Me and Me 1, I think ).
    So, having added on a new external HD, Time Machine has made a copy of most of the files, folders, apps etc onto the external HD. The internal HD is still nearly full ( 220 GBs out of 232 GBs ).
    I am guessing the way to go now in order to free up space on the internal HD is to delete/trash older photos from my iPhoto library and hope that if needed, I will be able to access them on the external HD.
    Am I correct ? Please advise before I do something I will regret.
    Thanks, Sean.

  • I created an iCloud account and also had to get more space after I have done the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help

    I created an iCloud account and also had to get more space so after I have made the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help I'm unable to make the backup as I need to transfer all my data on my new iPhone 5S

    This may be caused by a corrupt existing backup that needs to be deleted, or by data on your device that is causing the backup to fail.  To troubleshoot these, try deleting your last iCloud backup (if you have one) by turning off iCloud Backup in Settings>iCloud>Storage & Backup, then tap Manage Storage, tap your device under Backups, then tap Delete Backup.  Then go back and turn iCloud Backup back on and try backing up again.
    If it still won't back up, you may have an app or something in your camera roll that is causing the backup to fail.  To locate which one, go to Settings>iCloud>Storage & Backup>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If the backup is successful, then the camera roll and/or one of your apps is causing the backup to fail and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    In the meantime you can back up your phone to your computer by connect it, opening iTunes and going to File>Devices>Back Up.  Also be sure to transfer your purchases (File>Devices>Transfer Purchases).  Then set up your new phone and when given the option, choose Restore from iTunes Backup and follow the prompts to restore this backup to your new phone.  This will be much faster than using iCloud anyway.

  • Is there a way to default the monthly calendar display so that the current day always shows on top?

    Is there a way to default the monthly calendar display
    so that the current day always shows on top? ie, I want to always be able to see what's in the future 3-4 weeks, not what's in the past 3-4 weeks. The default monthly display is archaic--only allows you to see through the last day of the month. Suddenly today
    is Oct. 30th, and I have a ton of projects lined up in November, but because I haven't been scrolling down every day, I haven't been aware of them every day. I realize there are other tools in Microsoft to help me stay on task, such as reminders and such,
    but it would be helpful if I could always have the current day display on top of the monthly view so I can quickly scan what's coming up in the next few weeks. 

    Thank you!
    Right, I already have it in Month view. My question is a little more specific--I'd like for the current day to always display at the top. For example, today is Oct. 31st, so the current day is at the bottom of the calendar since it is the last day of the month.
    I can view everything in October that I've already completed. What I can't see are the future weeks because we haven't hit November yet. I'd like for the current day to always display at the top of my calendar so I can always see what's coming in the following
    three - four weeks (whether they're a part of that month or not). I've been to other forums trying to find the answer, and have come across the same exact question from frustrated users--but there seemed to be no solution. So I'm posing the question myself
    in this forum. Do you know if this is possible? What I found from other forums is that Outlook defaults to a physical 'desk' type calendar format--so just as I'd use a paper calendar at my desk, I wouldn't be able to see the following weeks unless I either
    flip the page to that month or I come to the first day of the next month, thereby tearing the the old month off and now only able to see the current month. That format is just so...paper...and archaic! Essentially I want the calendars to loop so it doesn't
    even really matter what month it is--I just always want to see what lies ahead without having to scroll down. With our being in the Technology Age, I'd assume this is a logical expectation, but we may be stuck with the replica version of the paper-desk-calendar
    format until Outlook programmers add this Technology Age feature in newer versions.  
    See, this month kind of messed me up because I have so many projects for November that start tomorrow and next week, but I haven't seen them until this week. I would have been better quipped--at least expecting them--had I been able to see all of those projects
    since last week or the week prior.  
    If there is no solution to this answer, would you know how I can contact Outlook to provide feedback? I'm guessing a newer version is on its way...
    Thanks again in advance!

Maybe you are looking for

  • Indesign CS5 won't install

    Background: I had been using InDesign CS5 for a couple years on my Win7 Ultimate x64 machine.   A year and a half ago, I reloaded the OS and didn't reinstall InDesign as I didn't need it then.  It's used for a once-yearly project near year-end. My In

  • LMS 3.2 and RME NetConfig Job - No Devices

    I'm runnig CW LMS 3.2 on Solaris 10. If I go to Resource Management Essentials, click on NetConfig, and then select "create" as in "create a NetConfig job", it takes me to the Netconfig Jobs screen. On this screen, I check  "select all devices ", but

  • Altered kernel .config overwritten when building

    Howdy-ha, all.  Afer about 7 months of being too lazy and frustrated to bother, I've found the time and motivation to once again try building a custom kernel with a fixed DSDT compiled into it.  I'm running Arch64 on a Toshiba laptop, and the relativ

  • ODI automation method

    I am using EPMA planning, the metadata is trsnferred using EPMA. For the Essbase data, I am using ODI for the data transferring. And I expect I can schedule the ODI jobs to transfer data automatically later. The issue is: for EMPA planning project, t

  • How come oracle folder space is suddenly increated by 2.1GB?

    Friends, We have RHEL AS 3.0 Oracle 9iR2 Database Daily I am checking all the mount points space. today i saw the "/u01" space is increased from 9.9GB to 12GB. for the past 1 month the space is between 9.5 to 9.9 but today suddenly increased to 12GB.