How to clear all details in iCal before syncing with Entourage?

Deary me! I have been back and forth to iCal and Entourage trying to find which would be best. I have decided that Entourage will suffice - although not perfect by any means. In the meantime I have completely jammed up my iCal and daren't not try syncing Entourage yet otherwise I will never understand it and my iphone will be full of toot! Anyone know how to clear all details in iCal before syncing with Entourage? (Happy Sundays!!)

Answer .... delete all calendars in iCal but leave the Entourage one there! Don't delete that as there will be big trouble!

Similar Messages

  • How to clear all selection screen parameters before calling transaction?

    Hi Experts
       I have a ABAP report that displays data using ALV.
      When I double click a cell it calls transaction MB51. Before calling the transaction I need to set some parameters of the selection screen  of the transaction.
      My code is like below:
      <UL>
       <LI>FREE MEMORY ID 'MAT'. <I>"material</I>
       <LI> FREE MEMORY ID 'WRK'. <I>"plant</I>
       <LI> FREE MEMORY ID 'CHA'. <I>"batch</I>
       <LI><I>* Get the selected ALV row data</I>
       <LI>READ TABLE i_recon INDEX p_selfield-tabindex INTO x_recon.
       <LI><I>*   If link MB51 is clicked then open tcode MB51</I>
       <LI> IF p_selfield-sel_tab_field+8(4) = 'MB51'.
       <LI><I>*   Pass material, plant to the corresponding tcode</I>
       <LI>       SET PARAMETER ID 'MAT' FIELD x_recon-matnr.
       <LI>       SET PARAMETER ID 'WRK' FIELD p_plant.
        <LI>      CALL TRANSACTION 'MB51' AND SKIP FIRST SCREEN.
    </UL>
    The problem is:
    <UL> <LI> 1. First, I run the given transaction before running the report in a separate session with some set of values in the selection screen. For example: plant = AB01, Material = 990001 and Batch = 10001.</LI>
    </UL>
    <UL>
            <LI> 2. Then in another session I run my report. In the report ALV I have selected a record where plant = AB01, Material = 990001 but Batch is blank. But it opens the transaction with plant = AB01, Material = 990001 and Batch = 10001.
    Even though in my ALV record the batch is blank yet it uses the batch value from the memory. That is, the batch value that was given in the transaction earlier. Why it is not getting cleared? I have also used FREE MEMORY ID code in the beginning. But still it is not clearing the values in the memory.
    </UL>
    <UL>
            <LI>What shall I do to clear all the selection screen parameters before calling the transaction?</LI>
    </UL>
    <UL>
            <LI>
    Thanks
    Gopal
    </LI>
    </UL>
    Edited by: gopalkrishna baliga on Aug 11, 2010 10:29 AM

    Its because sap memory is globally shared.
    Do it like this.
    READ TABLE i_recon INDEX p_selfield-tabindex INTO x_recon.
    IF p_selfield-sel_tab_field+8(4) = 'MB51'.
    perform bdc_dynpro      using 'RM07DOCS' '1000'.
    perform bdc_field       using 'BDC_OKCODE'   '=ONLI'.
    perform bdc_field       using 'MATNR-LOW'  x_recon-matnr.
    perform bdc_field       using 'WERKS-LOW'  p_plant.
    perform bdc_field       using 'CHARG-LOW'  p_batch.
    perform bdc_field       using 'DATABASE'  'X'.
    call transaction 'MB51' with i_bdcdata mode 'E'.
    endif.
    form bdc_dynpro using program dynpro.
      clear la_bdcdata.
      la_bdcdata-program  = program.
      la_bdcdata-dynpro   = dynpro.
      la_bdcdata-dynbegin = 'X'.
      append la_bdcdata to i_bdcdata.
    endform.
    form bdc_field using fnam fval.
        clear la_bdcdata.
        la_bdcdata-fnam = fnam.
        la_bdcdata-fval = fval.
        append la_bdcdata to i_bdcdata.
    endform.

  • TS4002 iCloud for email is not on my Mac. How can I get email and iCal to sync with iphone and ipad.

    iCloud for email is not on my Mac. It should be under Internet and wireless in System Preferences but it is not. Basically I am trying to get iCloud running successfully on my Mac for email and Calendar so that it will sync with my iPad and iPhone. I was an MobilMe customer and I've been having trouble with this conversion to iCloud. Thanks.

    I too was a mobileme user and have just migrated to iCloud on mackbook pro w/OS 10.7.4. Transition caused my sent mailboxes to rearrange themselves so that I have no comprehensive 'sent' mailbox as I did previously and the view on both incoming and outgoing mailboxes keeps rearranging itself no matter how many times I set preferences. One result is that search function no longer works.  Is anyone else having problems like this?  All was fine for a week after transition but after having an evening when my password was repeatedly rejected I had to log in and out of iCloud (as directed by tech support) and w/in an hour or so the mailbox problem began.

  • How can I start using IPad without first syncing with my computer?

    I'm out of town and just bought a new IPad2.  I don't have my computer with me and won't be able to use it for another 2 weeks.  How can I start using my IPad before syncing with my computer? 

    You must activate it by syncing it to iTunes on a computer. An Apple Store can do it for you - or anybody with a computer that meets the minimum requirements and has iTunes 10.2 on it can activate it for you.
    If you have someone else activate it, bear in mind that when you do finally sync to your computer, iTunes is going to tell you that all content will be erased because you already set it up on another computer with another iTunes library. Your iPad will sync to one iTunes library only. That is way they are designed to perform.
    You CAN transfer any purchases that you make on the iPad to your iTunes library when you perform your first sync with your own computer, however, and I would strongly suggest that you do that when you get the chance.
    If you do set it up with another computer, I would keep the purchases and downloads to a minimum so that keeping all of your data is not a big problem when you finally sync to your own PC.

  • How to clear the cookie in midlet before quite the midlet?anyone?pls

    i am fresh in J2ME . Can anyone teach me on how to clear the cookie in midlet before i quit from it?
    I designed an application that require login and use session(cookie) management, i need to clear the cookie before or during i quit the midlet, so that the user will need to login again after quit from midlet. Can anyone pls assist me? i need it urgently!

    I designed an application that require login and use session(cookie) management,How did you implement the cookies. This isn't a built-in part of J2ME. You have to implement it yourself (saving the cookie and resending it in future requests), so only you can know how to delete it.
    shmoove

  • How to enable all details on about this page link

    Hi All experts,
    Could any one help me out how to enable all details (like which view object, Application module and Controller associate with fields.) on the about this page link.
    My problem is I am not able to see any details on about this page link wail clicking on this link due to they created a custom responsibility and they mapped the ceded menus and functions.
    Thanks in advance
    Best regards,
    Ksv

    Thanks for your reply,
    But we are not able to see any links/tabs/details also.
    just we are able to see the page path only.
    regards,
    prasad

  • HOW to Printout ALL Details from Printer Configurations (SPAD?)

    Does any know how to print all Details fromt SPAD, not just what we see on the first page, but ALL details
    Thanks
    Maria

    Thanks Markus....
    That's the one...
    I just needed to get the device id ,device type, spool server Host and device class...
    But I can work around this information!!
    THanks So much

  • How do I get my iCal to sync with a Google cal? Do I have to go thru the Cloud first?

    how do I get my iCal to sync with a Google cal? Do I have to go thru the Cloud first?

    See KB Article:  How to use your iPod to move your music to a new computer

  • Set up mail app but it is sending ALL events from iCal to gmail with an error...

    Previously, I had set up iCal to sync with gmail so I could have my calendar on my droid phone.  Today I tried to set up the mail app to sync with my yahoo mail account.  It works, and I can see my inbox, but for some reason when I open mail it attempts to send all of the events in iCal as alarms to Gmail.  It opens hundreds of windows and slows down my computer. Each message has an error about not having an outgoing mail server selected.  I've tried to delete my gmail from iCal to un- sync everything, but everytime I open mail it starts a domino effect of iCal alarm outgoing message windows. I can individually choose Yahoo! as the outgoing server, but it is incredibly slow and there are hundreds of them to go through...what do I do?

    Have you checked the event log to see if there are any errors during the connector processing? The events will be logged in Application and Services Logs\Operations Manager. Look for any error messages during the time the connector was syncing. Most events
    dealing with the ConfigMgr connector have a source of "Data Connectors" or "Lfx Service", but I would suggest looking through all of them from that time period. Let us know if you find anything there. 
    Matthew Dowst |
    Blog | Twitter

  • Events not showing in iCal after sync with iPhone

    A whole week of appointments don't show up in iCal after syncing with my iPhone - all the appointments are on my iPhone but they won't copy over.
    Funnily enough, the week that is not showing up is changing every Monday...
    Anyone seen this before?

    I found this solution in another discussion. It's from this website: http://iphonewriter.blogspot.co.nz/2008/05/how-to-fixing-ical-iphone-sync-issues .html)
    "You'll know the syncing issue when you see it, because the new events you enter into the Calendar on your Apple iPhone will not appear in iCal. Said another way, you'll enter a new event into your iPhone, use iTunes to sync with your Mac (or MacBook in our case) and the new event on your iPhone will not show up in iCal. Keep trying, synch as you might, iCal and the Apple iPhone just won't get along.
    Here's the down and dirty fix:
    Open iCal and backup or export your entries. Make a note of the fie name and location, you're going to need them in a minute. Once your backup/export is completed, close the iCal application.
    Open Finder and remove everything inside the "Username/Library/Calendars" folder. For instance, if your username is "Joe", then move everything inside the "Joe/Library/Calendars" folder.
    Open the iSync application. It's located in the "/Applications/" folder. Once iSync is opened, go into the iSync Preferences (iSync -> Preferences) and push/click the "Reset Sync History" button. Then, close the iSync application.
    Re-Open the iCal application and Restore your calendar. When prompted, use your notes from Step #1 to select the file your created earlier.
    At this point all my appointments were showing up properly in iCal, and did not disappear after syncing again with the iPhone.

  • Cant get ical to sync with iphone after installing OSX

    cant get ical to sync with iphone after installing OSX

    I too was a mobileme user and have just migrated to iCloud on mackbook pro w/OS 10.7.4. Transition caused my sent mailboxes to rearrange themselves so that I have no comprehensive 'sent' mailbox as I did previously and the view on both incoming and outgoing mailboxes keeps rearranging itself no matter how many times I set preferences. One result is that search function no longer works.  Is anyone else having problems like this?  All was fine for a week after transition but after having an evening when my password was repeatedly rejected I had to log in and out of iCloud (as directed by tech support) and w/in an hour or so the mailbox problem began.

  • Trying to get iCal to sync with iCloud on my mac

    Hi there, I have a 2009 Macbook Pro running Yosemite. Since upgrading to mavericks, and subsequently Yosemite, I cannot get iCal to sync with the iCloud. All my calenders were sucked onto the cloud, and I can access them via my Iphone 5s and online, but whenever I try to tick the box in iCal to sync with my iCloud account, it crashes iCal.
    When I was on Snow leopard, and had a Nokia phone, I used a terminal command to sync my iCal through dropbox, which worked fine, but has obviously migrated with my user account, as with a clean install of Yosemite iCal works fine, until I use Migration assistant to install my User profile.
    Is there anyway to reset just iCal without a clean install off the OS?
    Thanks in advance

    Well, per the Adobe website, After Effects CS6 for Students is only available via a Suite
    Creative Suite 6
    Or US$999 for the non-Student version of After Effects CS6 alone
    Creative Suite 6
    Both those options are expensive compared to the Cloud options and give you only outdated - 3 year old - software.
    All Cloud plans give you access to 3 independent versions: CS6, CC and CC 2014, so your Cloud options:
    There are no Single App Student versions, so your only other Student option is to subscribe to the Cloud Complete Plan for Students and Teachers @ US$19.99/month (requires 12 month commitment - so US$240 all up).
    Or Single App After Effects (non-Student) for US$19.99/month - not much point since you can get the full Cloud Student and Teacher version for the same price
    Creative Cloud pricing and membership plans | Adobe Creative Cloud
    Financially, the Full Cloud Student and Teacher option seems to offer the best value for you. Just remember that you're only ever renting the software. You never own it.

  • I have OSX 10.5.8 how do i update that so i can sync with current apple products?

    i have OSX 10.5.8. How do i update that so i can sync with current apple products?

    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table - RoaringApps.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • How do I get my iphone 4 to sync with my macbook pro?

    How do I get my iphone 4 to sync with my macbook pro?

    Connect to iTunes...
    See Here
    Syncing with iTunes
    From Here
    http://www.apple.com/support/iphone/syncing/

  • How can I get my iTunes playlists to sync with my iP4?  Everything else syncs fine but my iPod is empty!

    How can I get my iTunes playlists to sync with my iP4?  Everything else syncs fine but my iPod is empty!

    Shouldn't be difficult but can help if you tell us what options you picked on how you want to sync your music as there is more than on option/way.

Maybe you are looking for