Calendar adds an extra day when creating an event in ios 8.1.3. Is this a known bug?

When i add an event using the calendar app in ios 8.1.3, it adds an extra day to the event when using a range of dates. I am able to recreate the problem. when entering the event i select a range of dates and confirm that it is what i want. after submitting, i verify and it has added an extra day at the end. Is this a known bug or am i on my own? Help please. this is annoying having to check each event after entering it.

Ive reset, restored and this is the second phone. Thought it maybe a wonky screen that would shift it while setting dates. THe only thing I can think of is that I am syncing with google calendar, but it only happens when setting events in ios not if i do it from google website on desktop PC.

Similar Messages

  • Where is the setting for indicating which calendar i want to use when creating an event?

    When I use iCal on my iPhone, I use the + sign and then get a screen that gives me Title, Location, Starts, Ends, Time Zone, Repeat, Alert, URL and Notes. I used to get the option to choose which calendar (personal, work family, etc) that I want to use. That Calendar bar is no longer there. Why not?

    When I use the iPhone's Calendar app, I have the following avaialble when creating a new Event.
    Title
    Location
    Starts/Ends
    Repeat
    Invitees
    Alert
    Second Alert
    Calendar
    Availability
    URL
    Notes

  • How do you date and time stamp iCal entries?  We share an event calendar and need to know when a new event was entered into iCal.

    How do you date and time stamp iCal entries?  We share an event calendar and need to know when a new event was entered into iCal.

    BKBK,
    Thank you for your response. That does adequately cover the
    client-originated sessions, but still leaves the ability I am
    looking for unavailable.
    It did serve to definitively answer my most pressing
    question, however, with this statement:
    Note: ColdFusion cannot create a session if an initiator
    application uses a SendGatewayMessage method to start an
    interaction with a client, such as an SMS user. In this case, the
    sending code must keep track (for example, in a database) of the
    messages it sends and their destinations. When a response event
    arrives, it can look up the origniatorID to determine whether it
    was in response to an outgoing message.
    I will play around with the Application scope to see if there
    might be a workable solution there.
    RLS

  • When I transferred my iPhoto from macbook to iMac it created double events for each, how do I correct this?

    When I transferred my iPhoto from macbook to iMac it created double events for each, how do I correct this?

    How did you do it?
    Here's what should work:
    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.

  • Problem with Arabic font: In certain contexts, when writing Arabic with vowel signs (fatha, damma, kasra, sukun) a sequence of sukun   fatha/damma etc. would reverse automatically. Is this a known bug?

    Problem with Arabic font: In certain contexts, when writing Arabic with vowel signs (fatha, damma, kasra, sukun) a sequence of sukun + fatha/damma etc. would reverse automatically. Is this a known bug?
    Example: عَيْنٌ
    would automatically convert to عَيُنْ
    Funnily, it doesn't seem to happen here, but it does when entering text in a web interface (using Firefox, font Bayan) and when using Text Edit.
    Seems to be a problem of a specific font, as e.g. Arial MS Unicode works fine. Any hints?
    Thank you!

    Musaafir wrote:
    I've no idea how i can even start using arabic vowels on Microsoft Word for Apple
    You can't do Arabic on MS Word for Mac.  This app has never supported RTL scripts, so you need to use something else.  Mellel is best, but Pages 5, TextEdit, Nisus Writer, Open/LibreOffice should work OK.
    You switch between languages by using the "flag" menu at the top right of the screen or by using the keyboard shortcuts apple/command plus space.  Go to system prefs/keyboard/shortcuts to make sure that is activated.
    To see which key does what, you use Keyboard  Viewer.
    http://support.apple.com/kb/PH13746
    You place vowels on letters by typing the key for the vowel after the key for the letter.  The vowels are on the option/alt keys, option/alt + a gives you َ

  • How can I reserve resources or rooms when creating an event in the Calendar (Exchange)?

    On our Exchange server we have configured a number of conference rooms and other resources that users can book/reserve through Outlook when creating events.  When I create an event in the iPhone on my Exchange calendar, if I add a location the option does not exist to book rooms/resources (even if I add in the resource word-for-word as it exists on Exchange server). I am also unable to book it if I invite the "Contact," if I may call it that, from our Global Address List.   Does this capability exist in the iPhone?

    I can't seem to do this successfully. I use the GAL to select the room, but when I send out the meeting I immediately get an automated response back that the delivery failed. I heard this may be because the iPhone OS does not distinguish between a normal attendee and a resource. Yet you seem to have it working. What version of Exchange are you using. Is it on Mac or PC?  We are about to upgrade from Exchange 2003 to 2010, maybe that will help solve this?
    Also, (this may just be semantics) on the iPhone under "Mail, Contacts, Calendars" the Exchange configuration is set to "on" to sync calendars. Is this the same as having the Exchange calendar "set as the default calendar" mentioned above?

  • Help on calendar.add() adding -60 days

    hi all
    i am having problem with the add() in Calendar class. i try to get a date that is 60 days prior to the current date, and here is what i coded:
    Calendar calendar = new GregorianCalendar();
    System.out.println("current day : "+calendar.toString());
    calendar.add(Calendar.DAY_OF_MONTH, -60);      
    System.out.println("after adding (-60), the day is "+calendar.toString()); and here is the output of the print:
    --- getEffectiveDate ---
    current day : java.util.GregorianCalendar[time=1088608525321,areFieldsSet=true,a
    reAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="America/New
    _York",offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=235,last
    Rule=java.util.SimpleTimeZone[id=America/New_York,offset=-18000000,dstSavings=36
    00000,useDaylight=true,startYear=0,startMode=3,startMonth=3,startDay=1,startDayO
    fWeek=1,startTime=7200000,startTimeMode=0,endMode=2,endMonth=9,endDay=-1,endDayO
    fWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInFirstWeek=
    1,ERA=1,YEAR=2004,MONTH=5,WEEK_OF_YEAR=27,WEEK_OF_MONTH=5,DAY_OF_MONTH=30,DAY_OF
    _YEAR=182,DAY_OF_WEEK=4,DAY_OF_WEEK_IN_MONTH=5,AM_PM=0,HOUR=11,HOUR_OF_DAY=11,MI
    NUTE=15,SECOND=25,MILLISECOND=321,ZONE_OFFSET=-18000000,DST_OFFSET=3600000]
    after adding (-60), the day is java.util.GregorianCalendar[time=1083424525321,ar
    eFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInf
    o[id="America/New_York",offset=-18000000,dstSavings=3600000,useDaylight=true,tra
    nsitions=235,lastRule=java.util.SimpleTimeZone[id=America/New_York,offset=-18000
    000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=3,sta
    rtDay=1,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=2,endMonth=9,
    endDay=-1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minima
    lDaysInFirstWeek=1,ERA=1,YEAR=2004,MONTH=4,WEEK_OF_YEAR=18,WEEK_OF_MONTH=1,DAY_O
    F_MONTH=1,DAY_OF_YEAR=122,DAY_OF_WEEK=7,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HOUR=11,H
    OUR_OF_DAY=11,MINUTE=15,SECOND=25,MILLISECOND=321,ZONE_OFFSET=-18000000,DST_OFFS
    ET=3600000]it looks like it only subtracted 30 days from current date. i wonder what happen to the 60 days. does anyone have any idea why? thanks for ur help.

    DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT);
    Calendar calendar = Calendar.getInstance();
    System.out.println("current day : " + df.format(calendar.getTime())); // 6/30/04
    calendar.add(Calendar.DAY_OF_MONTH, -60);
    System.out.println("after adding (-60), the day is " + df.format(calendar.getTime())); // 5/1/04What's the problem?

  • FCP6 adds 20 extra seconds when exporting to .FLV

    When I export a FCP6 project to .flv (File> Export> Using quicktime conversion and Format: Flash Video (FLV))it automatical adds 20 extra seconds to the end, showing the last frame, before the movie stops.
    How can I avoid this?

    Hi Ken,
    IMHO the FLV component is cr*p. Look at the version number. It says something with X... which usually is the moniker for development versions. Come on (M)A(cro)dobe.
    Btw. is it Flash CS3?
    So, try the following:
    Export your timeline as a self-contained QuickTime-Movie (File > Export > QuickTime Movie, then Checkbox: Make Movie self-contained).
    Then use the standalone Flash video encoder application (in /Applications folder).
    If that doesn't work either, you could also try 3rd party apps:
    VisualHub - http://www.techspansion.com/visualhub/
    Flix Encoder Standard - http://www.on2.com/products/flix/flix-standard/
    The latter supports Flash 8 (better quality VP6 codec). Both are reasonably priced ($23, $39) and have demo versions available.
    Hope this helps.
    Best regards, Oliver

  • When creating a event can't choose starting time.

    I just got a new mac air with yosemite. When I create a event in ical it won't let me choose a starting time, it just sticks a time in there and that's it, i can't change it. But I can change the end time though.

    Hey cdrea,
    It is not quite clear from your description how you are creating the events in your Calendar application that you are describing, but you should be able to change the starting time for them. See this article -
    Mac Basics: Calendar keeps your appointments - Apple Support
    You can drag and drop the event to the correct time or use the Inspector -
    Double-click anywhere on the calendar to add an event at that time. The Inspector window that appears allows you to add invitees, set a time, location and more.
    Drag an event to reschedule it.
    Double-click an existing event to edit it from the Inspector.
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • Gmail account not available when creating new event

    Good evening all,
    I have not seen this issue reported yet, so I thought I would throw it out there in case someone else has encountered it.
    I set up my GMail account (email, contacts and calendar) and am able to get my events via CalDAV.  I can also set it as the default calendar when creating events.  However, when I actually open the calendar to create an event, when I first touch the calendar it shows as the colour of my Gmail calendar, second touch opens the edit screen and my Gmail account is not there.  If I save the event, it gets added to the local calendar.
    I have 3 calendars outside of the local calendar - a work one via ActiveSync, my Gmail one and another Gmail one added as CalDAV which is my wife's Gmail calendar - this one shows as available in the drop down, but not my Gmail one.  The descriptions are unique.
    I did have to remove my Gmail calendar due to the "unable to authenticate" issue that others noted, so I don't know if that has anything to do with it.  As I stated, it is pulling things down, is available to set as default, but no created events can be associated with it.
    -m

    Hello ironmike and welcome to the BlackBerry Support Community Forums.
    To make sure I understand the issue, you removed your Gmail account from your device as were getting an error "Unable to Authenticate". But, when you go to your Calendar and tap on an entry, it shows the colour of your Gmail account and when you go to edit the appointment, it uses the Local calendar to save the appointment and not Gmail? 
    Thanks!
    -HMthePirate
    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)!

  • When creating an event the dialog box appears I set the description & time and press save and close and nothing happens. I have reloaded lightening to no avail

    When I try to create an event I click on the date and put the information in the dialog box and click Save& Close but nothing happens. THe dialog box just stays there. I have made sure I am on the latest version of Thunderbird and Lightening. I have deleted lightening and reinstalled from the website and still the same thing.
    I checked the error log in Thunderbird and this is what it said
    Timestamp: 10/15/14 3:55:48 PM
    Error: 2014-10-15 15:55:48 gloda.datastore ERROR got error in _asyncTrackerListener.handleError(): 19: constraint failed
    Source File: resource:///modules/gloda/log4moz.js
    Line: 693

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • How to skips holidays when creating reoccuring events?

    We're a school. And we use ical to keep track of class schedules. We have our classes twice a week and sometimes they fall on holidays. We have our class schedules set up in ical as "Reoccuring Events." How do you have reoccuring events skip holidays?

    Although iCal's mechanism for creating recurring events does not support it, iCal itself respects the excluded dates option, if it finds it. So, one possibility would be to create the recurring event, then drag the first occurrence to the Desktop and delete it from iCal. Then use TextEdit (or similar) to add a line after the RRULE line for each excluded date (or put several dates on the one line, separated by commas). Drop the edited file back onto iCal.
    A couple of cautions: don't just make a new line, or it upsets iCal - copy and paste and edit an existing one. The time portion of the excluded dates MUST match the time portion of the DTSTART, or iCal will quietly ignore it. In the example below, I have omitted the time zone info that will come before the VEVENT.
    Before:
    BEGIN:VCALENDAR
    VERSION:2.0
    PRODID:-//Apple Inc.//iCal 4.0.4//EN
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    CREATED:20110629T224702Z
    UID:04BBAED9-F08C-46C6-BB06-6D1ECE382C40
    DTEND;TZID=Europe/Dublin:20110630T113000
    RRULE:FREQ=DAILY;INTERVAL=1;COUNT=10
    TRANSP:OPAQUE
    SUMMARY:Test
    DTSTART;TZID=Europe/Dublin:20110630T103000
    DTSTAMP:20110629T225234Z
    SEQUENCE:8
    END:VEVENT
    END:VCALENDAR
    After:
    BEGIN:VEVENT
    CREATED:20110629T224702Z
    UID:04BBAED9-F08C-46C6-BB06-6D1ECE382C40
    DTEND;TZID=Europe/Dublin:20110630T113000
    RRULE:FREQ=DAILY;INTERVAL=1;COUNT=10
    EXDATE;TZID=Europe/Dublin:20110701T103000,20110703T103000
    TRANSP:OPAQUE
    SUMMARY:Test
    DTSTART;TZID=Europe/Dublin:20110630T103000
    DTSTAMP:20110629T225234Z
    SEQUENCE:8
    END:VEVENT
    END:VCALENDAR
    The EXDATE line was added by copying, pasting and modifying the DTEND line; it causes the 1st and 3rd of July to be omitted from the recurrence. But note that there will now only be 8 occurrences, rather than the 10 initially specified.
    Alternatively, you could write an Applescript to generate the recurring events; that is probably an even bigger pain.

  • When I enable imatch on my iPhone 4s it takes approximately 30 minutes before other data fills 13.2gb of usable data. This problem does not occur when I manually sync music to my phone. Is this a common bug, and if so; is there a fix?

    When I enable imatch on my iPhone 4s it takes approximately 30 minutes before other data fills 13.2gb of usable data on the phone. This problem does not occur when I manually sync music to my phone only when I access imatch. Is this a common bug, and if so; is there a fix?

    yes it is. you can sign out of itunes account then sign back in. use http://support.apple.com/kb/ht1311 to sign out.

  • Iphone 4 (White MC604FB) Update iOs 6.0 - Wifi Problem and iphone bug when trying to unlock on call receive. Is this a known bug ?

    Dear Members (and Apple Team)
    I have two iphones 4 and two bugs on the white one
    1/ Is the first gen (Black)
    2/ Is the second gen (White MC604FB)
    I both uptdated the into Update iOs 6.0 -
    Bug 1 : With the white iPhone 4 i have a real Wifi Problem, as close as 5 to 7 meters from any WiFi spot, i lose the signal, where my "black" iphone at the same time and same distance shows full signal (and tested with safari.... works).
    Bug 2 : Once the white iphone is in "stand by" when trying to unlock on incoming call, the touch screen works and receive the touch information, but it bugs on trying to unlock to receive the call. (very very anoying :o) have to call back almost every time.
    Are those already known bugs ? Is there a fix ?
    Reagrds
    Alexandre

    Dear Diesel
    Thanks for your prompt reply.
    I did restore before posting, in evry possible way. no improvment.
    I have 24H ago updated to iOS 6.01. So far no more "screen jam" on incoming calls, but the wifi is still inconsistent with very poor signal strenght (compare to my black iphone 4)
    PS : For information, did beleive  there was two versions of iphone 4 (In Europe ) :
    1/ Is firts generation "gen" with With board MC603FB
    2/ The white one for me with board MC604FB

  • Icloud calendar not on correct day when in Week or Month view

    Hi icloud calendar highlights a day behind, I almost forgot to pay a bill due as calendar was showing yesterdays date highlighted when viewed in Week or Month view! and assumed the bill was due tomorrow but of course it's due today!
    It's correct when it displays the DAY, but not week or month. (In week or month view ithighlights the Tuesday) How can I get ical to show the correct date and highlight this?
    For the record I assume its becasue I live in NZ and are ahead of the US. Since all my computers and phones etc automatically change and display ot the date correctly, how come this calendar in icloud doesn't?
    I'm logging on through a mac at work which has todays (Wednesday 11th April) set fine, but when I view the ical in it's month or week view, it highlights today as being Tuesday! Is this a bug or is there a fix?
    cheers
    confused kiwi

    I fixed the issue myself, by editing my name on the icloud initial page. Changed the time setting from Pacific to New Zealand. This appears to have solved the issue for me. Who new it was in there?

Maybe you are looking for

  • Questions in sound

    hi, i have actually got two questions... the first one is how can i make a download button for a file in flash? so that when the user presses it he can have the save as, open, etc.. options? the second question is concerning dynamic text. is there an

  • How to maintain Seesions in Applets

    Hi All, is there a way to maintain Seesions in Applets? if so how?? Thannks in advance Mohan

  • Font Error help

    Tying to open new pdf files in Adobe, getting error message Cannot find or create font 70,Bold some characters may not display or print correctly. Im on the latest version. Any help or fixes. thanks Mel.

  • Moving to the UK from Canada.

    I am moving to the UK in a couple of weeks, and I was wondering if my iMac will work over there, because of the voltage difference.  I know that the wall chargers for Macbooks covert the voltage for you, but I have no idea if the iMac does the same. 

  • RE:simple tree list(oops concept)

    Hi all, In class CL_GUI_LIST_TREE we have a method called add_nodes_and_items>.In that method you are exporting 2 tables ie node_table and  item_table.I want to know how to populate these 2 tables and also what is the purpose for these 2 tables. Plea