Calendar Region format error?

Until recently, my Calendar app week view started on Monday.  It now shows as Sunday with no apparent ability to change it.  My Region format is set to Australia, which should have resulted in the format being correct (it was until recently).  How do I change my preference to have the week view commence on a Monday once again?
Thanks! :)

I realise that this is an older post but your problem is something that bugs me too!
The problem started with the iOS 5 upgrade where the International/Regional settings were changed making the calendar start date for Australis Sunday instead of Monday as it had been previously.
There is no way I have found to correct it apart from changing your international/region setting to something that has Monday as the start day, but this also afffects a number of other settings that you probably don't want changed.
I've been submitting constant feedbacks to Apple hoping that each new iOS update will fix this but no such luck.
I'll keep submitting them in the hope that one day they will listen and fix it... hopefully before I dump my iPhone and gowith another platform that does work.

Similar Messages

  • Place a SUM of a selected column in an EASY CALENDAR region

    Hello,
    I'd like to SUM a particular field (SCHEDULE_TABLE.SCHEDULE_PERCENT_FORECAST)
    And place it in EASY CALENDAR. The idea is that if a resource had 3 records in the SCHEDULE_TABLE for a given date, the sum of the 3 SCHEDULE_PERCENT_FORECAST fields would appear as a Display Value inside the cell of EASY CALENDAR.
    I'm having trouble making this happen.
    What I've tried thus far is to create an Item in the calendar region and called it: P2_RESOURCEPERCENTSCHEDULED. In that Item, I took a shot at the SQL for the "Source Value Or Expression" and made the source type = "PL/SQL or Expression or Function" The SQL currently reads:
    select     sum(SCHEDULE_TABLE.SCHEDULE_PERCENT_FORECAST) as "SCHEDULE_PERCENT_FORECAST"
    from     "SCHEDULE_TABLE" "SCHEDULE_TABLE"
    where      "SCHEDULE_TABLE"."RESOURCE_ID" = P2_RESOURCE_ID
    and     "SCHEDULE_TABLE"."THE_DATE" = 11-JAN-08
    group by SCHEDULE_TABLE.SCHEDULE_PERCENT_FORECAST
    The field P2_RESOURCE_ID is from another region of the page where the user has previously selected the Resource.
    The field SCHEDULE_TABLE.THE_DATE is date field from the schedule table which should correspond to the date field in EASY CALENDAR. I used the value of 11-JAN-08 because I know I have 3 records for that date. I know the final SQL shouldn't look like that, but I didn't know how the SQL should look so that it would SUM for each date in the calendar.
    I hope this explains the issue well enough. I appeciate your help.
    Phil

    Hello,
    I discovered a big portion of my problem is that I wasn't adjusting the Region Source to identify the fields I needed for the calendar. My problem now is the construction of my SQL. Here's where it stands now.
    DECLARE
    Temp_Resource_ID NUMBER;
    BEGIN
    Temp_Resource_ID := P2_RESOURCE_ID;
    select SUM("SCHEDULE_TABLE"."SCHEDULE_PERCENT_FORECAST")
    as "SCHEDULE_PERCENT_FORECAST",
    "SCHEDULE_TABLE"."THE_DATE" as "THE_DATE",
    "SCHEDULE_TABLE"."RESOURCE_ID" as "RESOURCE_ID"
    from "SCHEDULE_TABLE" "SCHEDULE_TABLE"
    where "RESOURCE_ID" = "Temp_Resource_ID"
    group by "SCHEDULE_TABLE"."SCHEDULE_PERCENT_FORECAST";
    END;
    P2_RESOURCE_ID is an item from another region on the page where the user would have selected the Resource to view in the calendar.
    Temp_Resource_ID is a temporary field for use within the SQL
    The other fields are existing fields within the database
    The error I get is:
    1 error has occurred
    Query cannot be parsed, please check the syntax of your query. (ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use form current cursor)
    Yet this general format of SQL seems to work in the SQL COMMANDS section of SQL WORKSHOP. Please let me know what I'm doing wrong.
    Thanks again for your help.

  • United Kingdom Regional Format sets Monday as the first day of the week.

    With the Region Settings (Settings -> General -> International -> Region Format) set to United Kingdom, Calendar displays Monday as the first day of the week. I have seen other posts whereby it was suggested to change to US Internationalization but this will also change the date and telephone number formats to US settings, far more frustrating.
    Have I been sheltered from properly formatted calendars all my life or is this a mistake and it should start the week on Sunday. It is consistent in both the Week and Month view.
    Am I crazy or does anyone else agree with is?

    Same here. One of the first things I do in this sort of application is switch week start to Mondays.
    Terry, East Grinstead, UK
    Message was edited by: Terry P

  • Use multiple day event in Calendar region

    I am using a Calendar region in my application. One issue i have run into is, some of my events are multiple-day events, such as a conference. The calendar application does not seem to be able to deal with multiple-day events. It takes one date as the date. There doesn't seem to be any way of dealing with multiple day events. In my case, I have 2 date fields in my table associated with my calendar - a starting date, and an ending date.
    Has anyone found a way to deal with this situation? I don't want to have a separate entry for each date of the event. I'd like to be able to use my start date, and ending date fields.
    Thanks,
    John

    Scott,
    I took the SQL you used in your trigger and substituted my table names and fields. I am getting 3 errors. Here is what my code looks like after the substitutions (my table names are 'meetings_tbl' and 'meetings_tbl_cal'):
    CREATE OR REPLACE TRIGGER ai_meetings
    AFTER UPDATE OR INSERT ON meetings_tbl
    FOR EACH ROW
    DECLARE
    l_date_diff NUMBER;
    BEGIN
    IF UPDATING THEN
    DELETE FROM meetings_tbl_cal WHERE m_id = meetings_tbl.m_id;
    END IF;
    l_date_diff := meetings_tbl.meeting_end - meetings_tbl.meeting_start;
    FOR x IN 0..l_date_diff
    LOOP
    INSERT INTO meetings_tbl_cal
    (m_id, meeting_date)
    VALUES
    (meetings_tbl.m_id, TO_DATE(meetings_tbl.meeting_start + x));
    END LOOP;
    END;
    I am getting 3 errors:
    1) PL/SQL: ORA-00904: "MEETINGS_TBL"."M_ID": invalid identifier
    2) PLS-00357: Table,View Or Sequence reference 'MEETINGS_TBL.MEETING_END' not allowed in this context
    3) PL/SQL: ORA-00984: column not allowed here
    Maybe I'm not supposed to substitute ':NEW' with 'MEETINGS_TBL' ??
    Thanks for your help!
    John

  • Bex Analyser : Date Format error.

    Hi All,
    We are facing date format error, while running the query in Bex analyzer.
    We have one column in report i.e Net Payment Date, so when we run the query in analyzer the single date like "5-6-2010 is getting swapped like 6-5-10 & year also showing two digits i.e instead of 2010 it shows 10" & date like "12-09-2010 is coming perfectly."
    Means the date which is in single digit we are facing this problem like 1 to 9 & the dates which are 10 & above showing perfectly.
    In RSRT the query showing proper result, so i don't think it's BI problem.
    The regional setting is DD-MM-YYYY & Date separator is '-' & we don't want to change this format.
    Is there any SAP note or any solution for this..??
    All the replays are gr8ly appreciated.
    Thanks,
    Santosh

    Hi Santosh,
    how about web display? is it ok? for me it seems more an Excel problem, so maybe you should check if there is special formatingin this.
    Regards,
    Anass

  • Regional Format

    Hi all, it's not a massive issue but one I'd like to fix if possible. I live in United Arab Emirates and use Awesome Note as calendar application on my iPad. ANote does not offer support to change first day of week to Sunday, it operates off the local set gregorian values in Region Format.
    The problem is that if I set region to UAE the clock and calendar become arabic. No matter what language settings I use elsewhere I can not get this to change. If I set to UK then the calendar starts on a monday.
    The only solution I've been able. To find so far is to set region to hong kong. This does first day as Sunday and maintains everything else in English. Not sure if this will have unforeseen effects elsewhere though.
    If anyone can suggest anything I'd be grateful.

    Tell Apple to add more flexibility to the iPad:
    http://www.apple.com/feedback/ipad.html

  • Unable to copy calendar region to new page

    Hi,
    I've tried this several times, and have had the same result each time. Editing my page with a calendar region, and choosing the copy icon to copy it to another page, I'm presented with the dialog box for which page to copy to, but each time I try I get the error:
    1 error has occurred
    * Only one calendar is supported per page.
    I've checked the destination page, and there is no calendar region (or any other region for that matter) on that page.
    Thanks in Advance,
    -- cliff

    Scott, while I have your attention, could you have a look at this post?
    Possible Calendar Bug
    Thx,
    -- cliff

  • Calendar region - Skip weekend

    When using the Calendar region type, is there a way to skip displaying the weekend cells i.e. I would like to display only a working week. I added a where to_char(dt,'fmday') not in ('saturday','sunday') to the calendar SQL but that didn't change the display.
    Ideas? Thanks

    Hi,
    Any of the columns can be hidden by setting the width on the COL tag. So, if your calendar grid starts on a Sunday, then the first and last columns can have widths of 0px or if you want to hide Wednesday on a Mon-Sun calendar, the third COL tag gets the 0px width. Unfortunately, COL tags can not be added or updated after the page has loaded, so you have to know in advance what columns you need to show/hide, though it may be possible to use styles to make it more dynamic.
    On one of my apps, where I have used this method, I have updated the Calendar Attributes to include a "Column Format" setting that adds in the entry for that date. In my case, this entry is:
    <div class="#STYLE_NAME#" style="font-weight:#FONT_WEIGHT#">#USERNAME#</div>The STYLE_NAME value is on the SQL statement and shows a value depending on what the user was doing on that particular date - off sick, working etc - but each style uses "width:90%" to set the width of the DIVs. The width of the DIV is then based on the width of the column which is fixed by the COL tag style and, as it is a DIV tag, the text will wrap within that.
    I don't think you are missing anything for the Start/End dates - I couldn't get them to have any effect on my calendars either! Going from the blurb on these, it would seem that these settings affect calendar entries for the displayed month only - so you could show part of one month but nothing spanning more than the month. But, I couldn't even get this working - it always showed an entire month's data! So, either we're totally misreading the blurb on this, or the functionality doesn't work!
    Andy

  • A Problem with Region Format Settings

    Hi!
    I have a peculiar problem with Region Format settings on my iPod touch (Settings > General > International > Region Format). It appears that iPod touch can support more region formats than it is stated on that list. Once I registered my iPod, I selected my location, Lithuania, and it automatically set (I think because of this action, and not another, like my PC settings) Region Format to Lithuanian. Although it is nonexistent on the menu list! Good news!
    However, the problem is that while I explored my iPod I accidentally checked another region, and there is no "cancel" option. So my region switched to another. And now I am not able to switch it back to Lithuanian again because there is no such selection (reset or restore didn't help).
    Has anybody any suggestions how could I return to my preferred region format (Lithuanian)? Thanks!

    thats interesting. I think the ipod took those settings from your computer/mac.
    anyway, shouldn't there be something near you that has the same region format settings? maybe you can just use something that's exactly the same.
    and btw: some of the regions have arrows next to them which brings you to subregions of that region. maybe you should check that out?
    otherwise ... well ... I think only a restore would bring back the original settings.

  • Trying to convert a pdf to a word doc using Acrobat XI Pro. I am getting formatting errors and scrambled text, especially right below headings. Not all headings affected, just some, but all the same paragraph tag. Any ideas?

    I am trying to convert a pdf  to a word doc. The pdf was created in Framemaker. I am using Acrobat XI Pro and getting formatting errors and scrambled (or missing) text, especially below a heading. Any fixes?

    Hi pakbecker,
    Please try updating to Acrobat 11.0.7 and check.
    In case you still face issues,  i would like to have a look at th doucment.
    Send me an email at [email protected]
    Regards,
    Rave

  • FF_5 - Import Bank Statement, Err: Formatting error in the field COBL-KOSTL

    Hi
    When importing the bank statement I'm getting the error
    Error: (00 298) Formatting error in the field COBL-KOSTL ; see next message
    Why is it doing this? In OKB9 I have the GL Account and the cost center assigned. It is the ne GL that is giving this problem, in the classic GL I do not have this problem.
    Thanks in advance

    Hi
    No, it is not that. For some reason in the new GL it does not seem to determine the cost centers and profit centers as usual.
    For exampl to allocate the Profit Center for Balance Sheet Account I used to use 3KEH in the classic gl but in the New gl we must use FAGL3KEH.
    Now with cost center i'm having the same problem, does not determine the cost center when importing the bank statement.
    Can someone help me.
    Thanks in advance
    Edited by: Louis De Gouveia on Mar 3, 2009 7:07 AM

  • Format Error : mkfs.ocfs2 1.2.7 file system too small for a journal

    Hi All,
    I am trying to implement Oracle 10g RAC on my laptop using vmware and openfiler software . But while executing the command
    #mkfs.ocfs2 -b 4K -C 32K -N 4 -L oracrsfiles /dev/iscsi/crs11/part1
    I am getting the error
    Format Error : mkfs.ocfs2 1.2.7 file system too small for a journal
    Please anybody can help me to resolve this problem.
    Thanks in Advance.

    How large is the device that you are formatting?
    The default journal size depends on the type specified. If none specified,
    then it assumes "mail" which sets the default journal per slot to 256M.
    If database type, default is 64M.
    Use "-T database" to specify database type, etc.
    BTW, one can always override the defaults. Say "-J size=16M" to make
    a smaller journal.
    man mkfs.ocfs2 and the user's guide has more.

  • After Effects CS6 format error 45::35

    I'm getting "After Effects Error: Photoshop File format error 1.  (45::35)" in AE CS 6 with .IFF's from Maya. I know this is nothing new, this problem has been around for a  loooooong time.
    We like here at ABC like .IFF since it's native to Maya and a small file with alpha.
    Close and open AE and it works for a while then the error appears, rather than me doing a work around and converting to another format, my question is:  When do you think Adobe will have a solution?
    Ray

    The better question actually is: When will Autodesk stop "enhancing" the IFF format? There really is two sides to the equation and as long as Autodesk implement undocumented changes (including trivial stuff like incrementing the IFF version number in the metadata), any other company can only paly catch-up. Also the format has this odd "quality" where byte errors do not necessarily affect the visible data, so rendering errors may not actualyl show up unless you open the files in anotehr program. I understand your rationale for using it, but it really is not the best format for heterogenous workflows involving apps from different vendors. TIFFs are so much nicer...
    Mylenium

  • Invalid Keystore Format error

    we need to configure an SSO from SAP portal and a third party website by passing encrypted userid as url parameters.
    To configure the SSO I have received the public key of the third party and able to access it from server location. Now I have to access priavte key of the SAP Portal certificate and sign the UserId and pass it as url parameter. I have gone through many blogs and written code as below which is giving Invalid Keystore Format error.
    My question is
    1. What should be passed to FileInputStream?
    As of now we are passing the .cer file which is stored as part of project.
    Below code is throwing error at ks.load() method.
    String fielPath1 = request.getPublicResourcePath()+"/SAPLogonTicketKeypair-cert1.cer";
    FileInputStream ksfis = new FileInputStream(fielPath1);
    KeyStore ks = KeyStore.getInstance("JKS");
    ks.load(null, sPass.toCharArray());
    BufferedInputStream ksbufin = new BufferedInputStream(ksfis);
    ks.load(ksbufin, sPass.toCharArray());
    PrivateKey priv = (PrivateKey) ks.getKey(alias, kPass.toCharArray());
    Error is:
    Invalid keystore formatsun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)java.security.KeyStore.load(KeyStore.java:1185)am_sso_apc.doContent(am_sso_apc.java:132)com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
    Please let me know how to pass the filepath to extract the priavte key .
    Regards,
    Satish

    I found the solution. As follows:
    keytool -list -keytool keytoolfile -storetype jceks

  • APEX on Oracle XE PDF printing produces: Format error: not a PDF or corrupted.

    Dear fellow Apexers and Oracle Gurus,
    I have the following configuration:
    Oracle XE 11gR2
    APEX 4.2.3.00.08
    Listener 2.0.5
    On this setup I can create workspaces and applications as I please.
    Now I want to print a PDF report.
    I have set up PDF printing to "Oracle Listener" in the "manage Instance" settings in the instance administration.
    I have created a classical report on the EMPLOYEES table (Select * from EMPLOYEES)
    and enabled PDF printing in the "Printing" area of the "Print Attributes" of the page.
    When I run the page I do get the "print" link on the bottom of the page.
    Clicking the link does produce a .PDF but showing this file triggers an error in my PDF reader: Format error: not a PDF or corrupted.
    Opening the .PDF file in a text editor reveals the corrupt content.
    %PDF-1.4
    %ª«¬
    Unknown function: gatherContextInfo
    The same setup works fine and produces the expected PDF file with the report on the following configuration:
    Oracle Vbox with Developer days image;
    DB 11gR2
    Upgraded to apex 4.2.3.00.08
    Listener 2.0.5
    Since the PDF shows "unknown function" I suspected the XE configuration to lack some of the necessary rights, maybe I forgot to configure the ACLs correctly.
    So I compared the ACL info on both configurations. Alas,.. on both machines they return the same result..
    SQL> SELECT * FROM DBA_NETWORK_ACLS
    HOST         LOWER_PORT    UPPER_PORT    ACL
    localhost    null          null           /sys/acls/local-access-users.xml
    *            null          null           /sys/acls/power_users.xml    
    SQL> select * from dba_network_acl_privileges
    ACL                                  PRINCIPAL      PRIVILEGE   IS_GRANT    INVERT
    /sys/acls/local-access-users.xml     APEX_040200    connect     true        false
    /sys/acls/power_users.xml            APEX_040200    connect     true        false 
    Anyone any idea why this works fine on the Vbox and not on the local XE configuration?
    Any hint or answer as to where the problem might be is appreciated
    TIA
    Wouter

    I'm having the same issue. I'm using Oracle XE 11gR2 as well. I've tried with APEX 4.2.2 and APEX 4.2.4. I have set up the Oracle Listener in instance settings and set the report to print and I have the same result as you. Have you had any progress yet?
    Thanks
    Jason

Maybe you are looking for

  • Push Data in SAP Tables using Data Services

    Hi Lets suppose that I have used Data Services 4.0 to pull data from KNA1 table , and loaded into the MDM where data cleansing , enrichment and deduplication has been done, and then MDM writes to a file. How can Data Services then push the cleansed d

  • Retractable firewire cables ...

    Hi all, Thinking I'd treat myself to a Christmas cable-cleanup, I purchased some Iogear ReelQuick Firewire 6pin-to-6pin retractable cables. Problem is, once I got them and read the fine print, I saw they have a 5V maximum voltage supported, so they w

  • Log Entries

    Can someone explain how log entries work in FMS 3? If I play one FLV file, there are 5 entries. I am starting with a clean logfile to see how things are logged and I see: Connect Play Stop Play Stop A total of these 5 entries has a throughput of 36MB

  • Question from Flex 2 training book

    I've been going through the lessons from the adobe Flex 2 Training from the source and haven't got too far before a problem has popped up. In lesson 2 there are three application files in the FlexGrocer project, DataEntry, EComm and Dashboard. The in

  • Failure to verify burnt CD: how serious?

    I've already burnt one CD-R backup with no problem. When I did so with a CD-RW, it burnt fine, but about 60-70% through the verification process, the disk ejected, and I was told the verification failed. How likely is it that the data on the disk isn