How can I remove Gmail calendar entry "Enjoy wireless life. Charge notebook." that repeats throughout the year?

I assume it will also show on my  iPhone5 and iPad2 once AppleCare tells me how to sync Gmail Calendars. For now, it's just on my PC.

I assume it will also show on my  iPhone5 and iPad2 once AppleCare tells me how to sync Gmail Calendars. For now, it's just on my PC.

Similar Messages

  • How do I enter a calendar event in my iPhone 4 iOS5 that repeats every third Thursday?

    How do I enter a calendar event in my iPhone 4 iOS5 that repeats every third Thursday?

    If you have Outlook 2007 on your computer you can set up the event to repeat every third Thursday on a calendar on your computer within Outlook. Then sync your iPhone with Outlook on your computer using iTunes.

  • How can I remove dropdown calendar menu from date/time field.

    I set up a javascript calculation based on the input of a date field. As long as the user enters the date manually the script works fine. If user attempts to select date by drop down menu then script will not work. How can I remove the calendar feature from the Date field?

    You may have to wire custom script to get you what you need. That would probably work on 'exit' event.
    Just you give you better Idea here is some thing I have on a date field. If user types his own date instead of picking from calendar this code checks whether it is valid date or not and returns to the same field either they enter valid date or clear the field.
    This is FormCalc script. You may get the idea how this works and make it work for you using the same logic either in FormCalc or JavaScript.
    ----- form1.SOF.Head.Table1.Row1.ReqDate.Date_ReqDate::exit: - (FormCalc, client) ------------------
    if (HasValue($)) then
    if (Len($.rawValue) == 10) then
    var S1
    var MM
    var DD
    var YYYY
    var Derror
    var D1
    var D2
    var S2
    Derror = 0
    D1 = 0
    D2 = 0
    S1 = $.rawValue
    D1 = At(S1, "-")
    S2 = Right(S1, 5)
    D2 = At(S2, "-")
    if (D1 > 0 and D2 > 0) then
    if (D1 == 3 and D2 == 1) then
    MM = Substr(S1, 1, 2)
    DD = Substr(S1, 4, 2)
    YYYY = Substr(S1, 7, 4)
    elseif (D1 == 5 and D2 == 3) then
    MM = Substr(S1, 6, 2)
    DD = Substr(S1, 9, 2)
    YYYY = Substr(S1, 1, 4)
    else
    Derror = Derror + 1
    endif
    else
    Derror = Derror + 1
    endif
    if (Oneof(MM, "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12")) then
    Derror = Derror
    else
    Derror = Derror +1
    endif
    //xfa.host.messageBox("MM"+ Derror, "Incorrect Date", 1, 0)
    if ((Oneof(DD, "01", "02", "03", "04", "05", "06", "07", "08", "09")) or ((DD >=10) and (DD <= 31))) then
    Derror = Derror
    else
    Derror = Derror + 1
    endif
    //xfa.host.messageBox("DD"+ Derror, "Incorrect Date", 1, 0)
    if ((YYYY >= 1975) and (YYYY <= 2050)) then
    Derror = Derror
    else
    Derror = Derror + 1
    endif
    //xfa.host.messageBox("YYYY"+ Derror, "Incorrect Date", 1, 0)
    if (Derror > 0) then
    xfa.host.messageBox("Preferred valied date between Jan 01, 1975 and Dec 31, 2050. ", "Incorrect Date", 1, 0)
    xfa.host.setFocus($.somExpression)
    else
    //good
    $.formattedValue = Format("MMM DD, YYYY", Concat(YYYY, MM, DD))
    if ($event.shift) then
    //xfa.host.messageBox("Shift")
    var sh
    sh = 1
    //xfa.host.setFocus("xfa.form.form1.SOF.Head.RadioAttachTo.RadioAttachTo3")
    else
    if (xfa.event.commitKey == 1) then
    var A
    A = 1
    else
    xfa.host.setFocus("xfa.form.form1.SOF.Head.Table1.Row2.CustName")
    endif
    endif
    endif
    else
    xfa.host.messageBox("Preferred valied date in format MMM DD, YYYY.", "Incorrect Format", 1, 0)
    xfa.host.setFocus($.somExpression)
    endif
    endif
    Good luck,
    SekharN

  • How can I remove old calendar names from the iTunes sync list?

    I gave my calendars new names as part of reducing the total number of calendars in my iCal, and now iTunes still lists the old calendar names as well as the new ones in its "selected calendars" list, even though these names are no longer present in my iCal nor on my iPod Touch. How can I remove the old calendar names?

    The "genius" folks at the Apple Store lived up to their names. The key was to reset the iSync history in the iSync Preferences.

  • How can i remove a hybrid mbr from my system drive so that Efi booted windows will install.

    Hi,
    i have just clean installed OSX lion on a freshly wiped drive in my macbook pro, using a bootable lion installer usb i used disk utility to partition my drive into a mac and a windows partition under the GPT/GUID partition scheme, i then proceeded to install lion onto the mac partition, and completed the set up, All Good...
    so i plug in my Windows 8 EFI Boot USB stick (Notice, EFI boot here, NOT BIOS EMULATION BOOT), shutdown and power on the mac and proceed to the boot picker by holding option, So far so good, the usb key is recognised and the system boots into the Windows Setup in EFI mode, Enter product key, accept terms and so on, Now i select my Windows partition and windows Says That it cant install to Partition 4 (EFI Partiton, OSX Lion, Lion recovery, Windows), It says that it can only install to a GPT / GUID based disk as expected...
    Why is there a protective MBR on my drive when i didnt add one, and i have not even touched bootcamp assistant...
    How can i remove this Protective MBR from my drive so that my disk is PURE GPT so windows can install?
    hours of googling has turned up nothing...
    System:
    Macbook Pro 13 inch Mid 2009
    Mac os: OSX Lion
    Version of windows trying to install: Windows 8 Release Preview 64 bit in EFI Mode

    Alexander, I would like to apologize for the TERRIBLE answers you have been given so far.  I too had this question, and so here is what my thoughts are, as maybe they might provide insight in leading you towards the answer.
    I am a *nix user in general, and thus own a mac and a thinkpad.  In fact I just got my thinkpad not too long ago.  As such, I transfered my faster hard drive to my faster computer, which made logcal sense to me.  Ergo, I moved my Mac drive to my lenovo.  On this drive I have a hybrid mbr which is no longer needed.  So my thoughts are this:
    From what I gather, the UEFI standard indicates that there is to be a protective MBR on all GPT systems.  This is so that when you use programs that are not GPT aware, they will see a presumably "full" drive and not think that they have the right to destroy your existing data in what it thinks is free space.  For instance, fdisk or other MBR only partitioning systems.  Thus, if your system has only a MBR with a single EE partition, it would be my guess that it was in fact not put there by installing Windows, but rather for the protection of your system. 
    If you are in my situation, where you do indeed have a hybrid MBR with written out partitions, it would be my guess that the only way to rid yourself of it is to do it manually.  The way I would recommend, is using gdisk (gpt fdisk).  It is command line only, but the syntax is pretty easy:
    $ sudo gdisk /dev/disk0
    Assuming you are using your mac partition and your primary hdd is disk0.  That will put you into an interactive session of gdisk.  Enter "?" for command options.  What you need is the "recovery and transformation" section which is the "r" I think.  From there I would say you probably want to create a new hybrid mbr (you will be using this to delete it).  When it asks you for the partitions you would like to include, just hit enter.  It should then ask you if you would like to create a protective entry for the remainder of the empty space.  This is what you want so tell it to do that.  After you are done, "w" will write and exit.  You may want to first use the "p" to print and ensure that you have what you want.  You can proabably check your work by using fdisk as so:
    $ sudo fdisk -l /dev/disk0
    I hope this helps you, and if you find that there is a better way, I hope you might enlighten this thread. 
    Cheers!
    PS The command examples, the $ is to indicate it is a bash/shell command as a non-root user, do not include it in the command.

  • HT4906 how can i remove devices set up with my apple id so that when sold on they dont get my photos etc through i cloud

    how can i remove devices from my apple id , as device i have replaced still gets my photos etc from icloud ?

    thanks , i understand what your saying and thats fine if you do that before handing the phone over but it was i bought for ex girlfriend second hand and let her use my apple id for apps etc i have since changed passwords but cos my id is still the only active one on her phone last week she got 190 of my sent emails is there a way to remove the device once its left my hands ?

  • How can i view monthly calendar entries in OS7 like in OS6?

    I just purchased an iPhone 5S with OS7;I  had been using a 4S with OS6.  I cannot figure out how to change view of calendar.  On my 4S I could see entries when I looked at the whole month calendar.  On the 5S, I only see a dot for an event; I have to open the day to see the specific event.  Where are the calendar preferences?

    From the Month view in iOS 7, you will only see the dot.  If you are updated to at least iOS 7.1, you will have a button next to the magnifying glass at the top of the screen that will allow you to see the events for the day if you toggle it on or off.  That same button also changes your day view to the list view that you may have seen in iOS 6, so play around with that button.  Also, you can turn the iPhone sideways at anytime to see the week calendar.
    Source: http://help.apple.com/iphone/7/#/iph3d110f84

  • How can I make my calendar entries appear on the h...

    When I enter my calendar entries I would like them to come up on my home screen.
    How do I do this?
    Thanks.

    turn on active standby
    menu -tools-settings-personalisation-standby turn on this brings up calendar
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • TS3999 When I record calendar events on iPhone or iPad i can use a 24hour basis but not on my Macbook How can I change macbook calendar entries to 24 hour 'clock'

    When I record calendar events on my iphone or ipad I use a 24 clock, which is the basis on which my business runs. I cannot do the same on my Macbook, which is very frustrating and counter-intuitive (i.e. using am/pm). I asked my Apple support here in South Africa. The rep' said he could not answer immediately but would get back to me. I'm still waiting. Surely this is not a 'big' or 'unusual' problem? 

    I get 24hr everywhere not just in the dialog box
    Here's a calendar entry
    But I am not sure why you don't, let me put out a call for assisitance,

  • How can I alter a calendar script to place progressive dates on every day in the calendar year?

    Is there an easy way either to alter the calendar script or create something that will allow for variable text in each day of the year?
    I am creating a calendar for a cattle rancher, and he wants to include a gestation calendar in the design.
    So...instead of the Julian date on every caledar day, he would like to include the date that a calf will be born if the cow had been bred on a particular day.  For example:  On the calendar date, January 1, in that box, another smaller date will appear - 10/9, On January 2 - 10/10 and so on. But, I need this progression to continue throughout the whole year.
    I have attempted to manually enter each date in a separate table and super impose it over the calendar, but this is very slow and very tedious. There has to be a faster way.
    I am comfortable looking at code and can often times figure out which fields to change, but I am a bit lost on this one. Where do I start?
    Please help!
    Thanks!

    That helped, but still did not solve the "continous scroll" question.
    I did however discover that if you go to Search and type in a "common" letter like "s", a Continuous List view will appear.
    Any further help on how to do this as a default view would be appreciated from any and all.
    Thanks for the help and for the link paulcb.

  • How can I remove this awful "Search for anything you want" screen that keeps preventing me from returning to my launcher's home screen?

    I'm a long-time user of Firefox for Android. I love it. However, something very frustrating has been going on recently.
    I have a Galaxy S5 Active ( Physical home button ) and lately, nearly every time I press the home button, I get this extremely irritating screen which displays "Search quickly for anything you want". Sometimes I press the home button over and over and it won't go away. I will press home after reading an SMS, and there it is. It is driving me insane, and there have been times where I have really wanted my phone to work "right now" and that screen pops up and gets in my way.
    This didn't used to exist for me. I really, REALLY don't want to switch to a different browser, but I can't find any info on how to deal with / suppress this new search screen.
    Any way to do this? Or can this issue be addressed if not? I wondered if it had something to do with having an actual home button, as opposed to a capacitive one.
    Thanks for reading.

    Thank you for the reply. I wanted to wait awhile in order to ensure that this corrected the issue. For a brief while, it did! However, it did not take long before the screen began once again hijacking my home button presses. This occurs even with Firefox removed from default applications ( triple-checked ).
    This never happened before version 35.

  • How can I remove an email account from my mail box list? I added the account as an iCloud IMAP account in error.

    How do I remove an mailbox I recently added as an iCloud IMAP account in error?  It should have been added as a POP account.

    Highlight it in Mail > Preferences > Account and click on the "-" tab at the bottom of the list panel.

  • How can I split a project. In iPhoto one could choose that option from the Events dropdown on the toolbar

    How can I split a project? In iPhoto I could use the Event tab in the tool bar and there was an option to split the event but I can't find it on Apeture 3.

    Hi Wayne.  Aperture and iPhoto differ in many -- perhaps all -- ways.  They were designed (afaict) with radically different users in mind.
    To move images into a new Project, select them, then execute "File→New→Project" and check "Move selected items to new project".

  • How can I remove iCal calendars from touch?

    I posted this to the iPod forum so this is a cross post ... just in case anyone here knows.

    Hi there.
    I don't think you can delete a calendar from your Touch directly. I think you have to delete it from iCal. Once you have done that then it should disappear from your Touch. Of course this is assuming that you are connected up with Mobile Me and doing an air sync.
    If you are not doing an air sync, then probably you can make changes in iTunes about what calendars get synced and which do not.
    Good luck!

  • How does one remove double calendar entries?

    I have been getting some calendar events as doubles on my iPhone 4 after syncing in iTunes. The prompt for "reviewing the event doesn't always appear. How do I fix it so that the window to choose which version of an event to keep, appears?
    And why are there sometimes 2 copies of an event on my iPhone?
    Any ideas?
    Many thanks

    In this thread, a fix was proposed:
    https://discussions.apple.com/thread/3117038

Maybe you are looking for