Can iCal show a years weeks in numbers?

Hello! In Sweden most people plan their lives using the years weeks insted of months. Is it possible for iCal to also show a weeks number instead of only months, dates and days?
We say for instance: - "Can you help me with... week 38?".
It would be of great help if someone can help me with this!
Tjenis,
Mikael

Hi DB,
Just for interest then, as there seems to be some already on iCal Share.
Best wishes
John M
--Copy below this line into Script Editor and click run --
--Annual Week numbers
--John Maisey
--4/2/5
set numberOfWeeks to 1000 -- change as needed
set daysText to "MonTueWedThuFriSatSun"
set aDate to (current date)
set day of aDate to 1
set month of aDate to January
set aDay to weekday of aDate
set weekNo to 1
--Day of week as num. starting with 0
set aDayText to (characters 1 thru 3 of (aDay as text)) as text
set dayOff to ((offset of aDayText in daysText) - 1) / 3 as integer
if dayOff is less than 5 then
     set StartDate to aDate - dayOff * days
else
     set StartDate to aDate + (7 - dayOff) * days
end if
tell application "iCal"
     set newCal to make new calendar at end of calendars with properties {title:"Week No."}
     set myCal to (count of every calendar)
end tell
repeat with myCount from 1 to numberOfWeeks
     if (month of StartDate is December) and (day of StartDate is greater than 28) then set weekNo to 1
     if (month of StartDate is January) and (day of StartDate is less than 5) then set weekNo to 1
     set weekText to "Week No. " & weekNo
     tell application "iCal"
          tell calendar myCal
               make new event at end of events with properties {start date:StartDate, allday event:true, summary:weekText}
          end tell
     end tell
     set weekNo to weekNo + 1
     set StartDate to StartDate + 7 * days
end repeat
--

Similar Messages

  • Can I show one years events on my Curve

    The User guide seems to indicate that the calendar will only show events for the display period, i.e. day, week or month.  I plan further ahead than this and would like to be able to have the calendar show events as far ahead as one year. Can this be done (I currently have one month on display but if I scroll forward to next month there are no events shown, even though they are on my Google calendar, which I am synced to)

    Will not  work, most likely for BootCamp.  Windows drivers for hunderbolt will only create digital (DVI), not analog (VGA).
    Run Windows in Parallels/other-VM-software where OSX runs the Thunderbolt port, or by a USB-VGA adapter.

  • Can iCal show all recurring events?

    I have a bunch of recurring events throughout the year in iCal, and I'd like to see a list of them.  Or at least, find them one by one, to see what's there (and what isn't).  Is there some way I can do a search that shows me a list of only the recurring events?

    Hi Roger,
    Put a " in the search box works (for some reason). iCal's search is done by Spotlight. It can take a little while if you have a lot of events.
    Best wishes
    John M

  • Can iCal show you a more detailed break down of time?

    Is there any way to get iCal to show you a more detailed break down of time like in 15-30 minute blocks?
    I am attempting to set events for ever 15 min. but I cannot see them because of the overlap. I am sure that if iCal would allow you to see 15 min. blocks there would be no overlapping of events and I would be able to see all of them that same way you can if you set events for 1 hour block.

    Greetings,
    If you display fewer hours you can easily see 15 minute intervals. At least in the day view.

  • Can ical show events side by side?

    Now that Apple has discontinued sync between Calendar and Outlook, is there a way to have Calendar show events side by side instead of overlapping? Calendar is nearly unreadable this way. Frankly, Outlook's side by side is better but it is time consuming to transfer them to Calendar in order to sync with iPad and iPhone.
    Thanks for any suggestions.

    Greetings,
    If you display fewer hours you can easily see 15 minute intervals. At least in the day view.

  • ICal gets "stuck" on date - can't view a different week without quitting

    I haven't seen anyone else post this, but it's getting really annoying. Every now and then, iCal gets "stuck" on a particular week. If I click on a new date in the calendar, it is highlighted, but the date I am on remains highlighted as well, and the week view does not change to the new week.
    When I am clicking on "To Dos" the list magically moves from the item I am clicking to another item on an earlier date - essentially the list scrolls to the top of the list, and instead of clicking on the item I want, I am clicking on whatever item is in the bottom of the window when viewed from the top of the list. When this happens, the week view changes to the week of that "To Do" item's due date, and - again - will not let me change the week that I'm viewing.
    Anyone know of something I can delete or purge or cross out with a magic marker to make this stop happening?

    Actually, I only addressed your first complaint about the view being stuck to a specific week when a todo item in that week is selected.
    It turns out I am also experiencing something that looks like your second complaint, about the wrong todo item being selected when you try to click on one. What I am seeing is the following: just like you can't show a date and its events outside of the current week if a todo item in the current week is selected, you can't show a todo item outside of the current week if an event in the current week is selected. If you scroll down and try to select the todo item, the list scrolls back up automatically, and you end up selecting a different todo item in the current week.
    I also reported this to Apple in the same bug report.
    So, good rules of thumb are the following:
    - If you want to select/show an event or a day outside of the current week, make sure you first select an event in the current week;
    - If you want to select a todo item outside of the current week, make sure you first select a todo item in the current week.
    Hope this helps, while the guys at Apple are (hopefully) working on a fix. But I am rather pessimistic. My experience with bugs I reported in the past is that they are only fixed if they are critical, security-related bugs. If they are just usability bugs with workarounds like this one, they are only fixed in the next major release of OS X. But let's cross our fingers. There are so many people complaining about iCal on these forums that Apple might want to do something about it. But people who have complaints or requests about a product should send them directly to Apple, and assume by default that they are not reading this forum.
    You can send your complaints on the following site:
    http://www.apple.com/feedback/
    The more people file complaints, the more likely they are to be fixed soon. You might want to put a link to this discussion thread so they know exactly what you are complaining about.

  • Any function module for getting fiscal year week numbers

    can any one provide me function module for getting fiscal year week numbers ? if no function module please let me know work around.
    Thanks!
    Lakshmikandh

    hi,
    Use FM <b>'DATE_GET_WEEK'</b>...
    parameter D1 LIKE SCAL-DATE.
    Data w like scal-week.
    CALL FUNCTION <b>'DATE_GET_WEEK'</b>
    EXPORTING
    date = D1
    IMPORTING
    WEEK = W
    EXCEPTIONS
    DATE_INVALID = 1
    OTHERS = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write W+4(2).
    Regards,
    Santosh

  • After iOS 5 update my iCal shows all my registered Birthdays one day earlier. Can anybody help? thx

    After iOS 5 update my iCal shows all my Birthdays one day earlier. Please help. thx

    Same issue here.  In searching through Apple Discussions site I see this has been happening for at least 5 years now were b-days can pop up 1 or even 2 days early.  Really Apple?  I am disappoint. 

  • HT2513 my iCal shows events in the "month" view but not in the "week" view? why is that?

    my iCal shows events in the "month" view but not in the "week" view? why is that? doesnt sync automatically all the time only sometimes

    my iCal shows events in the "month" view but not in the "week" view? why is that? doesnt sync automatically all the time only sometimes

  • Can LR show the numbers in Quick developement panel?

    Try to use quick development panel, it is easy to use but for exposure, clarity and vibrance you cannot see how many stops you have adjusted.
    Can LR show the numbers in Quick development panel?
    Any comment?

    >tt688 - 6:49am Sep 23, 08 PST (#2 of 6)
    >I think that Quick Deve function is useless if you can not see the how >many stops you have adjusted.
    When LR first came out I did not "get" the Quick Dev function. Luminous Landscape have an excellent video tutorial for LR by Michael Reichmann and Jeff Schewe.
    It explains that the QD function is there to allow you to make quick visual adjustments to images to assist in choosing picks / rejects and generally culling a shoot. Until you have the exposure / contrast / colour balance somewhere near correct, it is difficult to properly evaluate a shot. Using QD like this then makes sense, it's not supposed to duplicate or take the place of the develop module.
    Note that the adjustments you make in QD are relative, that is if you select a group of generally underexposed shots and increase the exposure the amount will be relative to each shots original exposure level.

  • Ical problem already 3 weeks after the update, get the message every time username or password is incorrect as I do with this password and username in mobileme bowl. now get the message The server responded with \ 'HTTP/1.1 409 Conflict \'. can someone he

    Ical problem already 3 weeks after the update, get the message every time username or password is incorrect as I do with this password and username in mobileme bowl. now get the message
    The server responded with \ 'HTTP/1.1 409 Conflict \'.
    can someone help me

    Ical problem already 3 weeks after the update, get the message every time username or password is incorrect as I do with this password and username in mobileme bowl. now get the message
    The server responded with \ 'HTTP/1.1 409 Conflict \'.
    can someone help me

  • HT2513 I can barely see the day and time numbers in ical - any suggestions?

    I can barely see the day and time numbers in ical. I have tried adjusting contrast but doesn't help. Any suggestions?

    Could be corrupt plist try deleting com.apple.systemuiserver.plist
    found here  by using Finder>Go>Go to Folder (command shift G):
    copy and paste:
    ~/Library/Preferences/ com.apple.systemuiserver.plist
    delete this plist.
    now open terminal (Applications/Utilities/terminal.app) and paste the command:
    killall SystemUIServer
    and return. This command will kill the process and MacOS X will automatically rebuild the menu bar, clearing out old cache. Quit Terminal.
    Restart if neccessary.

  • My i phone was lost and i cloud was show many of my contact numbers, i need all my contact numbers urgently what can i do??

    Hi, my i phone moblie was lost and i need my contact numbers urgently, i was entered my i cloud then it shows many of my contact numbers not all.
    what can i do to gain all my contact numbers??

    Export your contacts in vCard format:
    http://support.apple.com/kb/PH3606

  • ICal shows old reminders!

    I like the new iCal design, but one thing has me confused: in Day view, iCal shows the reminders/appointments from yesterday or earlier in Today's page.
    In other words, iCal now, correctly, shows a big "26" at the top for today, July 26. Yet, directly beneath that area where reminders and appointments go, iCal shows what I set up yesterday. Those reminders I created were only for yesterday, the 25th.
    If I click on them while viewing July 26, I'm taken back to July 25!
    To me, this is seriously wrong behavior for a calendar. On today's calendar page, I need to be shown what's on for Today, either fresh appointments I create today or repeating reminders which extend through today.
    Anyone else experiencing this?  Is this intentional behavior programmed in by Apple?
    rc

    Hi lori123,
    I will try to make a long story short!
    My problem was that deleting an iCal reminder alert, didn't work. The alert would continue to come up every 15, 30 60 minutes depending on the original request. I had to go to the calendar event and eliminate the alert to make it go away!!
    So, I began with Apple tech call-back, and started a conversation with a tech guy. After he had me do a couple things, he knew the problem was not something he could probably resolve. He referred me to higher tech. He would have me do things and then we would have a conversation later so I could tell him what if anything happened. Because of his work schedule and my in-and-out, we had about a half dozen conversations over a 2-3 week period. I know he mentioned on a couple occasions he was talking to programers for input. I was very pleased with this tech's desire to fix the issue. AND the issue was solved.
    Couple points:
         * If you start a conversation with the tech people - save your calendar data. I did not lose anything but, I was more comfortable doing the things he asked me to do knowing I had the data.
         * When my problem first came up, I looked at these discussions and it appears Apple has a few problems with iCal, but I don't remember seeing and software update fixes!
         * One thing the tech told me was in iCal, users can ahve similar symptoms, but reqire different fixes.
         * I ma not a very techie person, although I like tech stuff. But I do not feel Apple has done a very good job in explaining iCloud set-up. I could be wrong!!!

  • Fiscal Year Week wise

    Hi SAP Guru,
    My client is UK base want fiscal year week wise as per below:- Fiscal year Oct to Sept.
    Month    Day    Period           Year Shift
    10          28        1                 +1
    11          28        2                 +1
    12          35        3                 +1
    Means 1 period 4 week, 2 period 4 week, 3 period 5 week.
    System is showing (date 35.12.2009 is not valid )error in period 3 and not allow to day 35.
    I have maintain year dep. How can i maintain period in that case. Please advise.
    Thanks in advance.
    Regards,
    Pankaj

    Hi Pankaj,
    I believe your client's fiscal year (2009) is Oct'08 to Sept'09.
    this is how you have to do the config:
    Fiscal year variant XX
    Calender year 2009
    Year Dependent X
    Month  Day  Period  Year Shift
    10       25     01        +1
    11       22     02        +1
    12       27     03        +1
    12       31     04        +1
    01       24     04         0
    02       21     05         0
    So your day is actual date in that particular month.
    I hope this helps.
    Cheers
    Samir

Maybe you are looking for

  • Getting Map entries based on a variable in JSTL?

    In JSTL, you can have a Map variable access the items within that map using the '.' notation. So, {$map.prop1} is similiar to map.get("prop1"). But, 'prop1' in a EL expression is a constant, and you can't (apparently) build EL expressions on the fly

  • What is d BAPI for reversal of Good Receipt Note(GRN) for movement type 102

    Hi ABAPers,    I have got requirement like this , I have done Goods Receipt Note (GRN) based on Purchse order Number using '.BAPI_GOODSMVT_CREATE' with 101 movement type.    But now my requirement is reversal of good receipt note(GRN) based on Materi

  • How to get updates for the ThinkCentre 58P shown below?

    I cannot seem to post pictures from a screen shot; so I have type it in below: From a programs called Driver Detective which if I want to have solve cost me $40! Your Driver Problems IDE ATA/ATAPI controllers (Out of date: 1)    Standard AHCI 1.0 Ser

  • ISE 1.2 / WLC 5508 EAP-TLS expired certificate error, but wireless still working

    Hi I have a customer that we've deployed ISE 1.2 and WLC 5508s at.  Customer is using EAP-TLS with and everything appears to setup properly.  Users are able to login to the network and authenticate, however, frequently, I'm getting the following erro

  • Problem with copy of the object

    Hi, trying to copy (clone) my object: var a:TestObj = new TestObj() var a2:TestObj = ObjectUtil.copy( a ) as TestObj; but i recieve nothing. So the ObjectUtil.copy can return me only the Object type, but i want a concrete type!!! Is it possible?