Create quick event fails to recognize date and time

When I use "Create Quick Event" and enter "June 29 9am debate", iCal creates an event today, now, named "June 29 9am debate". I have tried different variations like "29th of June at 9am" etc. but all failed - I always get an event today, now.
I am pretty sure Create Quick Event used to extract date and time from the box: it created an event named "Debate" on the date of June 29, starting at 9am, lasting one hour - what could be the reason it doesn't work any longer? And more importantly, how could I get back the old behavior?
Thanks!

It is not prerly connected to the network
Make sure location is set correctly
DNS should be set to auto (settings - general - network)
If on wifi try ethernet
Ensure rputer has port 123 open (refer to manual if unsure)

Similar Messages

  • ICal and mobile me have same events but on different dates and times

    I am using iCal and have a mobileme account.
    When I publish the calendars their publish sites are fine.
    But when I go to my mobileme calendar, the events are there, but at different times and a day early.
    I have tried changing my (GMT time) but it stays as Pacific Time (US & Canada)
    The 'all day' events are correct, but the events throughout the day are incorrect.
    All the events on my iphone match the calendar on my home phone so I am really confused.
    Any idea what I can do to fix this?

    Thx Bernard,
    You are very helpful
    When you went through the steps, were any of the settings different to those that I suggested?
    ......Yes, Time zone was uncheck in iCal and MM
    I don't think you mentioned importing previously. Where are the events originally created?
    .....I have a large spreadsheet of college athletic games that we keep in Excel and I import to iCal, they are ALWAYS one hour off after imported to iCal. Long before iPhone and MM too!
    I don't see that MobileMe is especially different to dotmac - except that you now have explicit control over the time zone of the calendar (whereas it used to be set to the one from which you originally published).
    ...Honestly the TZ Support is a HUGE pain and causes Much more trouble for all than anything it is suppose to help with..., been that way ever since iCal came out...
    One hour time differences often crop-up on a phone and are usually to do with daylight savings issues, but you don't mention a phone in your set-up so I am assuming this is not the case.
    ...again this one hour problem, has been an issue for me long before the iPhone and MM...
    I have to say that I don't have issues with my calendars and I have these synced across different systems and devices, so for me it really is a non-issue. (I should also say that I travel frequently and don't have problems with events in multiple time zones either.)
    ...glad it works for you, but it appears this is an issue for many. I used Now Up-To-Date for 10+ years and NEVER had trouble with import/export/sync...
    One thing I neglected to ask you is whether you do need to have time zone support - i.e. do you travel with any of the macs to which you sync or do you get invitations that originate in different time zones?
    ...I have no need for TZ Support even if I were and astronaut
    It would also be enormously helpful if you would provide data on what version of OS X and iCal you are using.
    ....I am on 10.5.5 and iCal 3.0.5
    Thx Much

  • Send mail on specific date and time

    Does anyone know how can I tell Mail to send a mail on a specific date and time?

    Mail won't do it by itself, but iCal will. Create an event at the specific date and time you want the mail sent. You will then need to create a simple applescript to send the desired email content to the desired recipient. Then instruct iCal to 'run script' at the desired time.
    Check out the applescript forum here on Apple Discussions for help with the applescript.
    It will be a FUN learning experience!

  • Create a folder with date and time

    hey yall. i'm working on a program to assign files to a created directory. for the sake of organization, i want to create a folder that is the date and time it was created. (ie c:\\new\\02-Jun-2008\\file.txt) i know i'm missing something. here's the code i have so far to create the folder:
    Format formatter;
    Date date = new Date();
    formatter = new SimpleDateFormat("dd-MMM-yy_hh:mmaaa");
    String s = formatter.format(date);
    String path = "C:\\new\\";
    String destination = path + s;
    File d = new File(destination);
    d.mkdirs();
    i know its trivial for any advanced user but im only a student and any advise or useful links are great. i'll keep searching in the meanwhile. thanx.

    got it myself. failed to remember NO : are allowed in windows. <sigh>

  • Why do I get iMessage failed update date and time in settings

    My iphone5 keeps changing it time zone on it's own and I keep getting a notification in messages saying iMessage failed update your date and time in settings.  I have update it several times and it's keep doing it.  Now it's just frustrating.  How can I take care of this problem for good. 

    I have also been getting the message ever since I got my iPhone 5 on September 12.  I have to reboot the phone to fix the problem or turn the "Set Automatically" off and then back on. This is a glitch likely with Apple's iOS software, but my Verizon store said that have received numerous complaints on this issue, but no patch has been released for it as of yet.

  • Get the Current Date and Time of a Location

    I have created a windowsPhoneApplication in silverLight 8.1.In my application,I have to upload videos on some server.The Uploading get failed If the Date and Time settings of my device is not the current Date and Time.So How can I get the current date
    and time even if the device settings is wrong?

    Hi shifana,
    Do you know server's time zone? If yes, you can manually translate to the correct time zone.
    Otherwise try some online time acquire API.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issues create quick events with GMT timezone in Calendar.

    Hi All,
    I have the following issue. I live The Netherlands but for my work I work with the UK. As they are in GMT and I am in CET I regularly create an event with GMT time in mind.
    I also use Quick Events a lot. So I click on create quick event and I a type i.e. blah blah 9PM GMT. So far so good. So in this case 9PM GMT is 10PM CET.
    However and I am not sure of this, but pretty sure, after the move to summertime the GMT moves two hours ahead. So the event at 9PM GMT now shows as 11PM CET.
    Is anybody else having this issue?

    Thank for your input. I, however, can't totally agree
    your opinions.They're not opinions. They're facts, backed partially by the code I already posted, and more by code I've been dealing with for a couple of years.
    Although I can parse the date & time data by using
    the dateFormat as what you describe, I believe one
    Java API class shall take care it.I don't know what you mean by this, but Calendar is not the appropriate class here.
    The reason I want to preserve the user's time zone is
    for user respective. I can ingore the time zone and
    present the date data with the server machine time
    zone configuration. This approach is not good for a
    user. Some in Europe, for example, wouldn't want to
    the time in the Pacific time zone format.You're not understanding what I'm saying.
    The user tells you his TZ. He has to at some point, else you can't support TZ-specific input and display. You save that with the user profile, not with each date.
    So I register with your site, and I tell you my TZ is GMT-8 (US/Los Angeles).
    Later, you want to record what time something happens. You only need to look at what time it is on the server. You store that Timestamp. When it's time to display that to me--like to display the time I posted a message--you get the timestamp from the DB, and then you format it with a DateFormat whose TZ has been set to "US/Los Angeles" or "PST" or something. It will be displayed correctly.
    If you want to ask me what time something happened, and you're assuming I'll be entering it in my local time, then you take the string I provide--say "2006-04-09 11:04"--then you parse that with a DF that has its TZ set to "PST" or whatever. What you save to the DB is a Timestamp created from the Date you got from the parse().
    By storing a Date or Timestamp, you're not losing TZ information. You're storing the point in time at which something happened, later, when you're ready to display that, you convert that point in time to the relevant TZ. No information is lost.

  • "Create Quick Event" in Calendar - specify location

    I'm adding a list of events from a spreadsheet into Calendar. I can copy the spreadsheet text then paste it into "Create Quick Event" in Calendar, which does a pretty good job of guessing what I'm talking about.
    The problem I have is that it seems to be impossible to get the location to be specified - meaning I'll have to go into each event and manually edit Each attempt (see below) results in the locations text being added onto the Event's title.
    I've tried:
    In X
    At X
    Location X
    Location: X
    (X)
    (X, followed by the postcode/ZIP code)
    Thanks !

    I don't know that it can be turned off, and I don't even use Apple's Calendar much (as a BusyCal user), but you might find it's useful if you learn to use it as intended. That box is pretty smart if you mention the date and location in the box before hitting enter.
    Just type the date, time, and place in that "title" box:
    "Birthday party Friday 8:00 PM at Joe's Place"
    That pops up an event with a start date of the next Friday (e.g., 10/05/2012 today in the US), start time of 8:00 PM, and "Joe's Place" in the location. It strips out the date and time before creating the event title that it pops up; it leaves the location in the title, but the title comes up selected so you can edit it before confirming the event with the "Done" button.
    The event is entered in the default calendar, but you can select any calendar by holding down the "+" button a second or two. There may be a way to do it with the menu or the keyboard command-n shortcut, but I haven't found it; you can select another calendar on the popup before hitting the "Done" button.

  • Create quick event

    iCal doesn't seem to be working very well with Lion!
    When I try and add a quick event, I type in the event, it then opens the edit form, which defaults to today's date and as an all-day event.  When I go to change the event to the appropriate day, and the appropriate time, and set the calendar, and then click on done, it adds the event to today's date and makes it all day again!!  This is doing this consistently.  The only way I can seem to get it to the right day is to drag the event to the correct day (almost impossible if it is for months from now) and then re-edit it and put in the correct times again! 
    I have to say Lion is probably one of the buggiest OS upgrades that I have been through, and I have been using Macs for 25 years!!

    I don't know that it can be turned off, and I don't even use Apple's Calendar much (as a BusyCal user), but you might find it's useful if you learn to use it as intended. That box is pretty smart if you mention the date and location in the box before hitting enter.
    Just type the date, time, and place in that "title" box:
    "Birthday party Friday 8:00 PM at Joe's Place"
    That pops up an event with a start date of the next Friday (e.g., 10/05/2012 today in the US), start time of 8:00 PM, and "Joe's Place" in the location. It strips out the date and time before creating the event title that it pops up; it leaves the location in the title, but the title comes up selected so you can edit it before confirming the event with the "Done" button.
    The event is entered in the default calendar, but you can select any calendar by holding down the "+" button a second or two. There may be a way to do it with the menu or the keyboard command-n shortcut, but I haven't found it; you can select another calendar on the popup before hitting the "Done" button.

  • Error "Conversion failed when converting date and/or time from character string" to execute one query in sql 2008 r2, run ok in 2005.

    I have  a table-valued function that run in sql 2005 and when try to execute in sql 2008 r2, return the next "Conversion failed when converting date and/or time from character string".
    USE [Runtime]
    GO
    /****** Object:  UserDefinedFunction [dbo].[f_Pinto_Graf_P_Opt]    Script Date: 06/11/2013 08:47:47 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE   FUNCTION [dbo].[f_Pinto_Graf_P_Opt] (@fechaInicio datetime, @fechaFin datetime)  
    -- Declaramos la tabla "@Produc_Opt" que será devuelta por la funcion
    RETURNS @Produc_Opt table ( Hora datetime,NSACOS int, NSACOS_opt int)
    AS  
    BEGIN 
    -- Crea el Cursor
    DECLARE cursorHora CURSOR
    READ_ONLY
    FOR SELECT DateTime, Value FROM f_PP_Graficas ('Pinto_CON_SACOS',@fechaInicio, @fechaFin,'Pinto_PRODUCTO')
    -- Declaracion de variables locales
    DECLARE @produc_opt_hora int
    DECLARE @produc_opt_parc int
    DECLARE @nsacos int
    DECLARE @time_parc datetime
    -- Inicializamos VARIABLES
    SET @produc_opt_hora = (SELECT * FROM f_Valor (@fechaFin,'Pinto_PRODUC_OPT'))
    -- Abre y se crea el conjunto del cursor
    OPEN cursorHora
    -- Comenzamos los calculos 
    FETCH NEXT FROM cursorHora INTO @time_parc,@nsacos
    /************  BUCLE WHILE QUE SE VA A MOVER A TRAVES DEL CURSOR  ************/
    WHILE (@@fetch_status <> -1)
    BEGIN
    IF (@@fetch_status = -2)
    BEGIN
    -- Terminamos la ejecucion 
    BREAK
    END
    -- REALIZAMOS CÁLCULOS
    SET @produc_opt_parc = (SELECT dbo.f_P_Opt_Parc (@fechaInicio,@time_parc,@produc_opt_hora))
    -- INSERTAMOS VALORES EN LA TABLA
    INSERT @Produc_Opt VALUES (@time_parc,@nsacos, @produc_opt_parc)
    -- Avanzamos el cursor
    FETCH NEXT FROM cursorHora INTO @time_parc,@nsacos
    END
    /************  FIN DEL BUCLE QUE SE MUEVE A TRAVES DEL CURSOR  ***************/
    -- Cerramos el cursor
    CLOSE cursorHora
    -- Liberamos  los cursores
    DEALLOCATE cursorHora
    RETURN 
    END

    You can search the forums for that error message and find previous discussions - they all boil down to the same problem.  Somewhere in your query that calls this function, the code invoked implicitly converts from string to date/datetime.  In general,
    this works in any version of sql server if the runtime settings are correct for the format of the string data.  The fact that it works in one server and not in another server suggests that the query executes with different settings - and I'll assume for
    the moment that the format of the data involved in this conversion is consistent within the database/resultset and consistent between the 2 servers. 
    I suggest you read Tibor's guide to the datetime datatype (via the link to his site below) first - then go find the actual code that performs this conversion.  It may not be in the function you posted, since that function also executes other functions. 
    You also did not post the query that calls this function, so this function may not, in fact, be the source of the problem at all. 
    Tibor's site

  • 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

  • Entourage Calendar Events: Dates and times are not being saved accurately

    After an event has been created and saved, the date and time will change pushing the event forward, but not consistently. Some events jump forward a few hours others an entire day or more. I've been using this program for many years without fault but this problem started several days ago after a recent automated software update. It is not only happening with newly created events, it has also altered events saved weeks ago! (note: time zone is set accurately in the System Preferences and Entourage)

    I would check Microsoft's Entourage 2004 forum to see if others have experienced the same issue. Entourage 2004 has been replaced with Entourage 2008 awhile back. It may be those issues are fixed with 2008 and will never be in 2004, or you may need a later patch for 2004. If the automated software update was Microsoft's I'd contact Microsoft, if it was Apple's, this may just be a sign you need to upgrade your Microsoft to keep up with Apple. Whenever you do a system level software update you always need to verify compatibility bugs don't exist with the newer system when you are talking about other third party software. There are way too many third party software titles out there new and old for Apple to test with its own system given the time frame people desire updates.

  • How to prevent calendar from deleting dates and times from event names?

    Calendar automatically discards date and time information from titles of new events. For example, creating a new event with the text "Staff Meeting 9 a.m. board room" leaves only "Staff Meeting". Calendar discards the "9 a.m. board room" information without asking. This feature is not helpful to me. How do I disable it?

    >
    Apple Support Communities > Mac OS & System Software > OS X Mountain Lion > Discussions

  • Conversion failed when converting date and/or time from character string

    Hi experts,
    I'm trying running a query in Microsoft Query but it gives the following error message:
    "conversion failed when converting date and/or time from character string"
    when asks me the data I'm inserting 31-01-2014
    i've copy the query form the forum:
    SELECT T1.CardCode, T1.CardName, T1.CreditLine, T0.RefDate, T0.Ref1 'Document Number',
         CASE  WHEN T0.TransType=13 THEN 'Invoice'
              WHEN T0.TransType=14 THEN 'Credit Note'
              WHEN T0.TransType=30 THEN 'Journal'
              WHEN T0.TransType=24 THEN 'Receipt'
              END AS 'Document Type',
         T0.DueDate, (T0.Debit- T0.Credit) 'Balance'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')<=-1),0) 'Future'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=0 and DateDiff(day, T0.DueDate,'[%1]')<=30),0) 'Current'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>30 and DateDiff(day, T0.DueDate,'[%1]')<=60),0) '31-60 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>60 and DateDiff(day, T0.DueDate,'[%1]')<=90),0) '61-90 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>90 and DateDiff(day, T0.DueDate,'[%1]')<=120),0) '91-120 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=121),0) '121+ Days'
    FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode
    WHERE (T0.MthDate IS NULL OR T0.MthDate > ?) AND T0.RefDate <= ? AND T1.CardType = 'C'
    ORDER BY T1.CardCode, T0.DueDate, T0.Ref1

    Hi,
    The above error appears due to date format is differnt from SAP query generator and SQL server.
    So you need convert all date in above query to SQL server required format.
    Try to convert..let me know if not possible.
    Thanks & Regards,
    Nagarajan

  • When I try to adjust the date and time of an event by selecting Photos from iPhoto, the year I enter is altered.

    I have images in iPhoto from an older digital camera which did not record the date and time.  In iPhoto, with an event selected, I have tried to adjust the date and time by choosing Photo.  When I adjust the date and check Modify original files, it makes the date much earlier--in centuries.  I now have an event from August 2003 (the date I entered) which reads June 2, 1251 under the event!  When I attempt to correct it, it goes back further in time.  What am I doing wrong?

    (I use iPhoto only to import from my iPhone; I organize all my images, including thousands of RAW files, in folders on a big external drive.)
    Why are you using iPhoto at all? use image capture or drag and drop the photos
    The problem is that the files I am copying are getting stripped of the EXIF metadata
    eliminating iPhoto from your work flow will eliminate one oppertunity to have this happen  For photos in iPhoto it is best to export them rather than drag an drop them - this assures your EXIF and IPTC data is correct and uptodate
    Why would I be able, over many years, to retain EXIF metadata in photos imported from an iPhone--then one day find that the same workflow strips such photos of EXIF data?
    Because exporting is the supported way to "export" photos - I never drag and drop photos out of iPhoto and I never use thrid party programs on the photos in the iPhoto library - try exporting as suggested above and see if that is the solution
    LN

Maybe you are looking for

  • Static NAT with two outside interfaces

    I have a router, which performs NAT on two outside interfaces with load balancing and had a task to allow inbound connection to be forwarded to the specific host inside on a well known port. here is example interface Fas0/0 ip nat outside interface F

  • Connecting 30" display to 2013 Macbook Air

    Is it possible to get full 2560x1600 resolution out of 30" DELL U3014 by connecting to June-2013 Macbook Air? If yes, at what refresh rate, and what adapter should I use for this?

  • Changing video type to tv show stops working

    Hi guys. When i copy a show to my iPad it plays fine when categorised as Home Video.  However, when i set the show to TV Show and give it a Show Name, it stops working and will not play on my iPad or in iTunes.  I have to delete the show and copy it

  • A crazy font issue: Helsinki font

    What is Helsinki font and where is it? Many web pages, help pages etc are showing up with garbage text. Copying and pasting into Textedit reveals the font as Helsinki. But that font cannot be found anywhere on the system?? I must have deactivated a n

  • Lob over ftp/http

    Hi! I've got a problem: I have a table with lobs and urls and i want to send these lobs (over http/ftp) when user trys to retrive the file with given url. I'm using Oracle 8 R2 with OAS. Thanks in advance