How to copy calendar item to other calendar ?

I have a shared calendar with events in...but I also want to have SOME private calendar items (in another calender) viewable in the shared calendar. I guess I have to copy those to the shared calender but how is this done ?

I know it would be confusing, but I am sharing 1 calendar with someone, and another with someone else...
They don't need to see everything in both calendars so i wanted to "mark" an item for example for 2 calendars.

Similar Messages

  • How to copy List item from one list to another using SPD workflow using HTTP call web service

    Hi,
    How to copy List item from one list to another using SPD workflow using HTTP call web service.
    Both the Lists are in different Web applications.
    Regards, Shreyas R S

    Hi Shreyas,
    From your post, it seems that you are using SharePoint 2013 workflow platform in SPD.
    If that is the case, we can use Call HTTP web service action to get the item data, but we cannot use Call HTTP web service to create a new item in the list in another web application with these data.
    As my test, we would get Unauthorized error when using Call HTTP web service action to create a new item in a list in another web application.
    So I recommend to achieve this goal programmatically.
    More references:
    https://msdn.microsoft.com/en-us/library/office/jj164022.aspx
    https://msdn.microsoft.com/en-us/library/office/dn292552.aspx?f=255&MSPPError=-2147217396
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to Copy list item attachment to document library in SharePoint 2010

    Hi,
    How to Create a folder ("List Item - Title Name") in Document library and copy list items Attachments to the same folder in SharePoint 2010,thanks in advance.
    Regards,
    Selvan.J
    Selvan J

    Hi,
    You should first check whether the folder exists in the library, if the folder not exists, then create it.
    I had modified the code, you can use the following code snippet to achieve it.
    private void EventCopyFileWhenItemCreatedOrUpdated(SPItemEventProperties properties)
    SPSite site = new SPSite(http://YourSiteName);
    SPWeb web = site.OpenWeb();
    SPList doclibList=properties.Web.Lists["YourLibName"];
    bool foundFolder = false;
    if (doclibList.Folders.Count>0)
    foreach (SPListItem fitem in doclibList.Folders)
    if (fitem.Title.Equals("FolderA"))
    foundFolder = true;
    break;
    if (foundFolder == false)
    SPListItem folder = doclibList.Folders.Add(doclibList.RootFolder.ServerRelativeUrl, SPFileSystemObjectType.Folder,"FolderA");
    folder.Update();
    string fUrl = doclibList.RootFolder.ServerRelativeUrl+"/FolderA";
    SPFolder myLibrary = web.GetFolder(fUrl);
    if (properties.ListTitle == "YourListName")
    SPListItem sourceItem = properties.ListItem;
    properties.Web.AllowUnsafeUpdates = true;
    //get the folder with the attachments for the source item
    SPFolder sourceItemAttachmentsFolder =
    sourceItem.Web.Folders["Lists"].SubFolders[sourceItem.ParentList.Title].SubFolders["Attachments"].SubFolders[sourceItem.ID.ToString()];
    //Loop over the attachments, and add them to the target item
    foreach (SPFile file in sourceItemAttachmentsFolder.Files)
    if (CheckFileNameExist(file.Name , properties) == false)
    byte[] binFile = file.OpenBinary();
    myLibrary.Files.Add(System.IO.Path.GetFileName(file.Url) , binFile);
    private bool CheckFileNameExist(string fileNameInFileAttach, SPItemEventProperties properties)
    bool flag = false;
    SPList myDocumentLib = properties.Web.Lists["YourLibName"];
    SPQuery spQuery = new SPQuery();
    SPListItemCollection items = myDocumentLib.GetItems(spQuery);
    foreach (SPListItem item in items)
    if (fileNameInFileAttach == item["Name"].ToString())
    flag = true;
    break;
    return flag;
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to copy calendar fom on ID to another

    I tried to copy a calendar from one  icloud to another
    The calendar was disabled in the cloud and saved  local. Then i changed the apple-id and activated the calendar in the cloud again.
    I expected that the entire cal. with all contents was copied to the cloud, when i switch on the cal. in the cloud.
    But the cloud cal. does not contaín any event.  Only new created events are stored in the cloud.
    To get all events from my local iphone into the cloud, i have to edit every single event and save it again !!!
    Is the any simple way to copy all local events to the cloud ?

    there is some visible cutlines  how to avoid this?
    I deleted the selected portion from the original image leaving only the copied part on the new layer. I used select layer transparancy to select the portion I wanted to deleted from the original layer.

  • How to copy calendars from iCal?

    Hello!
    I want to copy the calendars (and all the events) from my iMac to my macBookPro. I tried to copy the Library>Application Support>iCal files but  when i open iCal, i see the previous version, not the new one. Which file do i have to copy to see my new events and calendars in iCal?

    mduenes,
    How to Merge iCal Calendars | Mac|Life

  • How to copy calendar events into Excel?

    i would like to review all my calendar events in an Excel (Office for Mac) spreadsheet.  I have exported to desktop then opened with Excel but got a block of data.  I was expecting one line per event that I could delimit.  Any ideas?
    Don

    As you know by now, there is now way to copy and paste (drag and drop duplicate) iPad Calendar events. However, I have found a workaround that allows you to duplicate an event and place the duplicates in various dates on your Calendar. NOTE: This is probably not too practical for making a single copy, but it does save time and keystrokes for multiple copies.  In Calendar, tap on the event you want to duplicate and select Edit. In the Edit window select Repeat. In the Repeat window select Every Day, then tap Done to take you back to the Edit menu.  Tap End Repeat and select an end date that will give you the number of copies you want (e.g., if the original event date is 11/12 and you want 5 copies, select 11/17 as the End Repeat date.  Tap Done twice to return to the Calendar. Then just drag the Repeats/Copies to the various dates where you want them placed (works best in Month view). When you finish each drag/drop, you will get a "This is a repeating event" pop-up window; you need to select "Save for this event only."

  • How to copy line items from one expense report to the next

    I travel to the same project/destination every week so in PR05, I was able to just copy the previous expense report for the new week and edit the expense values. Now, when I book travel, the air line booking starts a new expense report entry.
    Is there a way to copy the employee-paid expenses to the GetThere-generated trip entry expense report, i.e. just copy the line items from one expense report to another that already exists. I guess that would be a merge function.

    Hi Tom,
    Here are two alternative solutions:
    Alternative 1:
    If you copy the expense report before you book the services (flight, hotel …)
    in GetThere, then the airline or hotel bookings will not start a new expense
    report but will be assigned to the copied expense report.
    Alternative 2:
    This alternative is a bit laborious.
    Shift the start date and end date of the expense
    report  that was automatically created by
    your flight booking for next week (e.g. Calendar Week (CW)  47) to the week after next week (e.g. CW 48).
    Copy the expense report of the previous week (e.g.
    46)
    Afterwards open the expense report that you
    moved to CW 48 and click on the tab strip itinerary
    Now assign the bookings (flight, hotel …) to the
    expense report of CW 47 by clicking on the button assign to existing trip
    Later delete the expense report in CW 48
    Get back to me if you have any questions concerning the alternatives outlined
    above.
    Note:
    These solution alternatives are only available for customes using HTML5 UIs.

  • How to copy header/item text from Quotation to sales order?

    Dear All,
    On ECC 6, I am trying to get text copied from the quotation to the sales order (when the order is created with reference to the quote).
    As of now, the order creation is fine with all the right items & partners etc. in it, but the text is missing.
    The same text IDs have been assigned to both documents (at header & item levels).
    Is the text content supposed to be copied by standard SAP? Is there any customizing needed for this? Please guide me on how I can achieve this.
    Please help.
    Thanks
    Best regards,
    Rohit L
    Edited by: Rohit Lokray on Nov 26, 2009 10:49 AM

    Hi Rohit,
    Pls check this e.g.
    Text Determination Procedure
    You can define text for
    Customer
    Sales document
    Delivery
    Billing 
    1) Create new text types
    (Menu Path:  SPRO-IMG-Sales and distribution- Basic function-Text Control-Define text type). You can define new text type in this menu for your requirement for different objects (Customer, Sales document, Delivery and billing document). T-code: VOTXN
    2) Assign the new text ID in the text   determination procedure
    (Menu Path:  SPRO-IMG-Sales and distribution-Basic function- Text Control-Define text type). Click on change on application tool bar. Select text procedure   created and double click on Text ID'  s in text Procedure. Assign new text Id to Text determination procedure
    3) Define and Assign an access sequence to the new text ID
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define access sequence for determining text).Access sequence can be defined only for sales document not for customer master. Select text procedure and double click on text id's in text procedure folder. Select text id and double click on access sequence and create new access sequence here.
    4) Assign the Text determination procedure with the sales document type.
    (Menu Path: SPRO-IMG-Sales and distribution-Basic function-Text Control-Define and assign text determination procedure) In this menu path you can assign text determination procedure to sales document type.
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm]

  • How to copy header items and paste it into a new channel

    Hi everybody,
    i'm trying to customize my tasks with DIAdem and got some big problem. I have a channel table in VIEW with 295 columns and have added a new column.In this column i want to write all the Header Items i've got.
    I've created a new channel with:
    Call ChnAlloc("Betriebsdaten_akt_Monat", 295, 1,DataTypeString,"Text")
    Call Zusfassg.Columns.Add(296)
    Then I use this command to read the header items:
    Set MyHeaders = View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems
    But how could i now paste all these items into the new column i've created?
    Thanks in advance for your help.
    Kind regards
    Patrick
    Patrick Etoumann

    Hello Patrick,
    to be honest, I did not completely understand what you are trying to do - so if the answer does not fit 100%, please give me some more information about your task.
    Within the DIAdem Help (topic: Object HeaderItem) you can find this short script:
    Set oMyHeaders = View.ActiveSheet.ActiveArea.DisplayObj.HeaderItems
      For Each oMyHeaderItem in oMyHeaders
      Call MsgBoxDisp(oMyHeaderItem.Name)
    Next
    It calls a messagebox for each configured headeritem. If you want to write the titles of these items into a new channel you can use the ChT() variable. Specify the row and a textchannel as parameters of this function.
    But because you created a textchannels with a length that equals the numlber of displayed channels i think you rather want to copy the content of a specific header property to the rows of that column. In this case it might be most convenient to program a for loop and use the loop variable to reference the individual channels. With the command ChnPropGet(), the channel number and the property name you can read the value of a property.  Even here, use ChT() to store the data into the new channel.
    Ingo Schumacher
    Systems Engineer Sound&VibrationNational Instruments Germany

  • Preview pane no text wrapping and scrollbars missing, and how to copy corrected settings to other folders/make default?

    Hi, (this may be in the 353 items thrown up on a search of Mozilla support, but there seems to be a relevance/sort issue.)
    I don't want thunderbird to take up my whole screen. There are some problems when using a smaller window:
    1. TEXT NOT WRAPPING IN PREVIEW PANE: can you please advise the settings to make the text automatically wrap to the preview pane width? It goes off the edge. I don't want to have to scroll to see it or make my preview pane bigger. (I did this ages ago and need to do it again as I had to rebuild TB)
    3. COPY CUSTOM VIEW SETTINGS FOR ONE FOLDER TO OTHER FOLDERS OR SET AS DEFAULT: can you please advise instructions how to do this? (So I can apply my corrected settings to all other folders views!)
    2. DONE: VERTICAL AND HORIZONTAL SCROLL BARS IN PREVIEW PANE: (I solved this, this is for readers with the same problems!) The scrollbars will not show if the toolbars at the top of the preview pane are wider than the pane. (I think this is called a bug.) Workaround:
    (a) maximise thunderbird window/widen the preview pane to show all the buttons across the top of the preview pane.
    (b) click the x on the redundant navigation toolbar to remove from preview pane. (you can put all these buttons on the mail toolbar at the top of the whole window- click view, toolbars to show it).
    (c) right click on one of the reply/forward etc icons at the top of the preview pane. Click customise. select icons only.
    (d) resize the width of your preview pane to desired width, which can be quite narrow as long as it is wider than the toolbar (you'll see the scrollbar disappear when its too narrow).
    Thanks!

    '''re: Flowed text.'''
    Very odd you do not auto have this as it is usually set as default.
    check settings:
    'Tools' > 'Options' > 'Advanced' > 'General' tab
    Click on 'config Editor' button
    it will tell you to be careful :)
    In top search type: flow
    look for the following line:
    * mailnews.display.disable_format_flowed_support; Value = false
    * If it says 'True', double click on the line to toggle 'True' to 'False'
    If you send plain text and want it Flowed text then check this line as well
    * mailnews.send_plaintext_flowed; Value = true
    * If it says 'False', double click on the line to toggle 'False' to 'True'
    Close config Editor window - top right X
    click on OK to save changes to Options.

  • How to Update multiple items in other list using event handler?

    Hi All,
    If i update a item in a list, then i should update multiple items in another list need to be update. How to achive using event receivers?

    Hi Sam,
    According to your description, my understanding is that you want to update multiple items in another list when updated a list item.
    In the event receiver, you can update the multiple item using Client Object Model.
    Here is a code snippet for your reference:
    public override void ItemUpdated(SPItemEventProperties properties)
    string siteUrl = "http://sp2013sps/sites/test/";
    ClientContext clientContext = new ClientContext(siteUrl);
    List oList = clientContext.Web.Lists.GetByTitle("another list name");
    ListItem oListItem = oList.GetItemById(1);
    oListItem["Title"] = "Hello World Updated!";
    oListItem.Update();
    clientContext.ExecuteQuery();
    Best regards,<o:p></o:p>
    Zhengyu Guo
    Zhengyu Guo
    TechNet Community Support

  • How to copy the corresponding values other fields in  Search help

    Hi All,
    My selection screen contains 5 fields. three are obligatory parameters, one date field and one select option.
    All are from the same table . I had created search help for one field .
    when I'll click the hit list of the search help I want the corresponding values to get copied to other fields in the selection screen, as my hit list contain values for all those fields.
    How Can I copy those values.
    Please help me on this.

    Hi,
    Please try this.
    In the search help set the export parameter for the other fields also.
    Thanks
    Naren

  • How to copy line item details in Service PO from service contract

    Hi Team,
    i am using service contract with account assignment U and when i am creating a PO with reference of contract then in PO at Item Overview is coming data ok, but at item details in services there is not picking data automatically from contract.
    whats wrong in my scenario.

    Hi,
    Please make sure that you follow the following steps:
    1. Enter the contract and item number in the PO item line
    2. Click on the u201CService Selu201D icon to select the required
    services from the contract
    3. In the Pop-up screen, enter the agreement number in the
    corresponding field.
    4. Now select the required services from the contract and
    use the u201CServicesu201D icon or  the F9 key. Now save the purchase
    order with the adopted lines
    Best Regards,
    Arminda Jack

  • How to copy modulepool object to other system without CTS

    Dear Friends
    I have developed one Module pool program for one project and I need to use it for other project. I can’t use CTS functionality to copy it. I am able to copy code but I am unable to copy menu and screens.
    Enjoy SAP
    K.R.Reddy

    Hi,
    You can copy MENU,PF-status functionality from SE41 transaction. Give program name and press CTRL+F5.
    Give the source program name and Destination program name.
    Regards,
    Sailaja.
    Dont forget to reward points, if answer helps you.
    Message was edited by: Sailaja N.L.

  • How do you select items below other items?

    In InDesign, you hold CTRL as you click to select an object underneith another object. I would assume you can do the same thing with Illustrator (CS3), whats the function to do this?

    >I would assume you can do the same thing with Illustrator...
    I would never make that assumption. For all the lip service Adobe pays to inter-application interface consistency, the reality would suggest the various product divisions do not talk to each other.
    I can't tell you about any new features incorporated in AI 13 (CS3), but in previous versions, one hits Ctrl+2 to lock an object, enabling easier selection of an underlying object.
    Sadly, there is no way to unlock an individual object. Alt+Ctrl+2 unlocks all locked objects.
    Closely allied is another useful feature -- hide selection (Ctrl+3).

Maybe you are looking for

  • [SOLVED] Major weird issues with KDE/Qt apps and unicode

    Hi, I've tried to search for my problem, but nothing has showed up, so if this has already been answered, please forgive me. Anyway, I use KDE as my primary desktop environment with SKIM as my unicode input method. After installing SKIM and Japanese

  • BP with Archive flag found in Duplicate check records

    hello we have duplicate check fuctionality active in UI,while maitaing BP in UI ,duplicate records were found and when the same is selected to check the duplicate records ,we noticed that BPs with Archive flag active were also taken as Duplicate reco

  • Newly Created items not seen when creating a quote

    Hi, I created a new item and now I am trying to add this item in the my new quote. I cannot find the item. Is there any concurrent program or any setup I need to do so that it reflects in the quotes. Please help as I am new to this and not aware of t

  • Can I delete old... Part [ II ]

    Hello It seem very confuse about my question. Anyone answer me HOW uninstall old Java versions and tralala. I have no problems with uninstall process for any software and I'm very free with the registry of Windows from 3.11 to NT Server. My only inte

  • Cannot decide which macbook pro retina to buy

    Hi all, I am new to the community even though i have been usinig a macbook since 2009. My old macbook pro got stolen and i need to buy a new one now! I am between the following setups: 1) refurbished retina 15" early 2013, 2.7Ghz, 512 SSD, Nvidia gt