New event in calendar

I can't create events in my calendar. It won't even let me press "+" button. Help!

Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

Similar Messages

  • How can I disable the "location" pop-ups when entering a new event in Calendar?

    When I add a new event in Calendar on my computer (Macbook using Yosemite) and then start to type an address or place in the location field, a pop-up list of locations appears from which I can choose.  If I choose one of the listed locations, then a map appears (which I don't want) along with travel times, etc.  I want to disable this feature.  Seems the only way I can ignore this pop-up list is to hit the tab button as soon as I have finished typing.  This doesn't occur on my iphone or iPad (I can just click "done" and ignore the list).  I really wish I could disable this feature!

    The registration screen should only appear after every 5 launches.
    If you register FCE it will no longer appear assuming it is on the same computer.

  • How to Set A Default Start Time For New Events In Calendar?

    How to Set A Default Start Time For New Events In Calendar?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • After update to iOS 5 my iPad-1 can't add new events to Calendar and Contacts

    After update to iOS 5 my iPad-1 (and iPhone 4) lost "+" symbol to add new events to Contacts /stock iOS-5 Contacts app/, and can't edit old contacts -  i can't change user photo, can't add phone number, ect.and thereis no opportunity to add new contact.
    Long Tap is not working correctly.
    And - some problems with iPad-1 stock iOS-5 Calendar - lost "+" symbol and there is no oppotunity  to add new events to Calendar.
    Long Tap is not working correctly.
    This is very important for me because I am a school teacher and can't stay without those functions
    All iPad-1 users,please check these bugs after update of IOS 5. And inform in this topic if you see these bugs or not.
    Desperately need your help

    I can't see Calendars list (iPad-1)
    ...invitations/download button on the lower right.
    where this buton?
             Lower right.  The downward arrow pointing into the horizontal brackt that looks like
              this on its side:  ]

  • Can't make a New Event in Calendar. Why?

    My iMac is running OSX 10.8.2. My iPhone 4S is running 6.1.1. My iPad is running 6.1.
    If I try to enter a 'New Event' on my iMac I always get the following message:
    'The server responded with “400” to operation CalDAVWriteEntityQueueableOperation'
    The only options it gives me is:
    'IGNORE - TRY AGAIN - REVERT TO SERVER'
    No matter which option I use nothing synchs.
    I have to 'Force Quit' to get out of Calendar.
    When I look on my iPhone - iPad all I see is 'New Event'.
    This has been happening for a while now and I'm tearing my hair out.
    Many thanks for help in resolving this problem

    Thanks for replying.
    All of the Ownership & Permissions fields are grayed out/unchangeable. I "unlocked" the lock icon and changed to my account. R/W is now active. New Folder is now available.
    Thanks!
    Now... how did I switch out of my account and change to "unknown"??!!!
    - Ryan

  • Steps to creat a new event in Calendar

    Are there guides for Built-In Apps...or all Apps for that matter?
    Seems pretty basic but how is a new event entered into Calendar...what are the steps?

    Open the calender app.  Go to the day you want and double touch it.  (depending on what view you are using, this will open up the day).   At the bottom right of the screen there is a little+ sign. Touch it to create a new event.

  • Apple calendar:can't assign new event to calendar of choice

    I use apple calendear, for which I've created several calendars: work, home, family, kids, etc.
    I just realized, I no longer can assign events to the calendars I want.  I face a much shorter list of alternatives than I had previously.

    I haven't had a problem using the following
    Open calendar in the month view
    Go to the date you want the event
    Touch the day and then menu
    Touch add new event
    The screen should change to a text entry and event description, time, place, etc
    Enter data and then save I forget to touch the save sometimes and you have to start over.

  • New alarm added when a new event is created in calendar

    Why a new alarm is automatically added when i create a new event in calendar? is it a bug?

    thank you for your answer
    i talk about reminder (sorry i'm a french user..)
    the default for events is "nothing" but i always have a reminder when i create a new event (10min before) .. i don't understand why..

  • Can't Delete Events or Calendars

    Hello,
    I have a very modest iCal setup, 3 calendars, syncs only to my personal iPhone, no MobileMe backup.
    Today I copied an event to the clipboard and pasted it in somewhere else. That led quickly to a situation where new events and calendars could be created but not deleted. Deleting or moving an event or calendar causes it to reappear immediately. My calendar is now corrupt and full of garbage I can't get rid of.
    In order of preference, can someone tell me how to:
    1) Stop this happening
    2) Restore from iPhone, overwriting the iCal data on the computer
    3) Wipe the current iCal calendar entirely so I can start from scratch, as if I had never used iCal before
    Option 3 would involve probably less than 5 minutes of work repopulating the new calendar, so if the other two options are difficult or involved, it would be preferable.
    Thanks in advance for any help.

    The problem is solved.
    The command that solved the problem was:
    *sudo chmod -a# 0 ~/Library/Preferences/*
    The brief shell script that diagnosed the problem was:
    #!/bin/sh
    *ls -l@ed /*
    *ls -l@ed /Library/*
    *ls -l@ed /Library/Preferences/*
    echo
    *ls -l@ed ~/*
    *ls -l@ed ~/Library/*
    *ls -l@ed ~/Library/Preferences/*
    *exit 0*
    The problem arose when a calendar event was copied to the clipboard, then pasted back to a different day, during an iTunes 7.1 software update.

  • Adding Events in Calendar

    Is there a setting on iphone that will automatically set an alert when setting a new event within calendar (like it does in ical)?

    I have the same problem.

  • Problem setting 2 alerts while saving an event in Calendar?

    An incredibly annoying quirk that I have to believe is a software issue-pssst Apple, FIX IT!
    Task: Saving a new event in Calendar with both First alert & Second alert. First Alert set (for example) to "30 min before" - Second Alert set to "At time of event."
    Problem: Second alert will swap positions with first alert.
    My Theory: Every instance where I enter the same time for "Start" time and "End" time for the event (my usual practice) I am forced to swap back the alert times  before selecting "Done."
    Why I hate this problem: I have to ALWAYS enter my alert times TWICE. I almost always select the start and end times as the same because I am not concerned about when an event is ending. I only need to be notified when an appointment is coming up.
    To clarify, my phone does this only when I select the same time for both "Start" and "End" of an event (again my usual).

    Hi Leonard,
    Do you mean you added a valid value to the ComboBox which is "-" as the value so that in the UI the ComboBox displays an entry "- -"?
    Please note that (if I recall that correctly) the "-" is always there - even, if value + description are set as "".
    Best regards,
    Frank
    PS: Sorry, due to the horizontal scrolling I cleicked on "eMail" instead of "Reply".

  • Alert and second alert when you create new event

    problem with alert and second alert when you create new event on calendar. but only in russian iphone language!
    this problem starts iOS 7 up to the present time iOS 8.1.1. this problem has been seen on iPhone 4,iphone 4s,iphone 5, iphone 5s,iphone 6,iphone6+

    Settings>General>Reset> Reset all Content and Settings
    standard fixing such bugs, but not in this time

  • My calendar will no longer let me add new event or delete them, it comes up with an error saying "cannot save event, no end date set" or "event does not belong to that event store". can anyone help with this?

    my calendar will no longer let me add new event or delete them, it comes up with an error saying "cannot save event, no end date set" or "event does not belong to that event store". can anyone help with this?

    Hi,
    To configure your ODBC DataSource, go to Control Panel ---> DataSources(ODBC) (If you are in a Windows environment).
    Select the tab System DSN. If you have not added your data source, then do so by clicking on the Add button. If you have added the datasource, click on the Configure button to configure it.
    Give the datasource name, then the database name.
    You have to give the hostname, service name and server name. I guess, in most cases, the datasource name and host name will be the same, service name and server name will be the same. If you are using TCP/IP, the protocol will be onsoctcp.
    There will be a file named Services under C:\WINNT\system32\drivers\etc where you have to give the port number for accessing this server.
    It will be like this <service name> <portnumber>/tcp
    Hope this helps...
    best wishes,
    Nish

  • How do I create a new event entry for a specific calendar?

    In my iMac Calendar app, I have created a few calendars for different functions.    But every time I try to create a new event entry for a specific calendar, the app seems to prefer a different calendar instead by default.   I cannot enter events in other calendars.   Is there a way to do this?   In previous versions, I would highlight the particular calendar I wanted to work with and the entry would go into that calendar.   Thanks!

    You don't.  Moments in Photos are the new Events, i.e. groupings of photos sorted by date taken.
    When the iPhoto Library was first migrated to Photos there was a folder created in the sidebar titled iPhoto Events and all migrated iPhoto Events (which are now Moments) are represented by an album in that folder. To open the sidebar if it's not already open use the Option+Command+S key combination.
    There's a way to simulate events in Photos.
    When new photos are imported into the Photos library go to the Last Import smart album, select all the photos and use the File ➙ New Album menu option or use the key combination Command+N.  Name it as desired.  It will appear just above the iPhoto Events folder where you can drag it into the iPhoto Events folder
    When you click on the iPhoto Events folder you'll get a simulated iPhoto Events window.
    The downside to the simulation is that the Albums/Events can only be sorted automatically by Title. But they can also be sorted manually, either in the sidebar or in the folder's window at the right.
    Ask Apple for more sorting options in Photos via https://www.apple.com/feedback/photos.html.

  • I can't add a new event to my calendar on iPhone.

    I can't add a new event to my calendar on iPhone. The plus sign is greyed out and even when I try it with Siri it says "Sorry. I can't do that right now". I did my due diligence and searched all over the forums and internet and I can't fix this. There was a listing in a forum where a lady had this same symptom but it looks like toggling iCloud worked for her. Not for me. I went into Settings>iCloud and turned off Calendar and then turned it back on. Still nothing. I even went to iCloud Backup and turned it on then back off and still nothing. Anyone have any suggestions? Thanks!

    See if you can go to your Calendars App and select a previous event to see what Calendar the event was added to (iCloud or Yahoo). After that is determined you can go to www.iCloud.com or calendar.yahoo.com and add the event there to see if it will populate on your device. Another troubleshooting step is deleting the iCloud account from your device and also deleting the Yahoo account. Then check to see if you can add an event without it syncing to a email. If you can then it may have just been a bug and you can add both accounts back and try adding the event again. I would also recommend only using one service to sync your Contacts, Calendars, Reminders, etc. Such as either iCloud only or Yahoo only, as using multiple accounts means your data is spread around and can be hard to isolate when something goes wrong.

Maybe you are looking for

  • Adobe Flashplayer not responding even after the download says the installation is complete

    I have tried to go on several websites and view content - Youtube, Slacker, and some websites that I need for educational purposes. When I try to view contact or upload a song, I get a message stating that I need the latest version of the Adobe Flash

  • Error while calling Workflow APIs remotely

    I have standalone workflow engine. I have created views and workflow packages in another databases. These packages are calling workflow APIs internally using DB Link. I call these packages inside Powerbuilder. I start process from the PowerBuilder, p

  • Devanagari in urxvt and keyboard layout...

    I just started taking Hindi this semester, and I was wondering how to get urxvt to work with the Devanagari script. I know the man page specifically mentions that it doesn't support all the complex combining rules, but it should still work a little b

  • Multiple copies problem with HP3550

    Here's the problem. We have 2 HP Color Laserjet 3550's connected to our network and clients set to print through a Queue on our xServe (10.3.9). When trying to print multiple copies of any document, we only get the first copy. This has been set up th

  • How come my username and password isnt working

    works with everything else but now im trying to download a movie i bought on ituens while i was on a train then the wifi on the train stopped working so it paused it now im back home and trying to continue to download it and its not working. i can lo