How to pass attendees email info in hotmail calendar add event url

Hello,
Could anybody here please help me, how to pass attendees email address information in add event calendar url.
I Know how to create web calendar event with start date , end date, location and description information by using url like this -
https://bay03.calendar.live.com/calendar/calendar.aspx?rru=addevent&dtstart=20140510T093846Z&dtend=20140511T093846Z&summary=Summary%20of%20the%20event&location=Location%20of%20the%20event&description=Description%20of%20the%20event&uid=
but I want to know how to add attendees email address to the above url, what is the query string param?
Any help is greatly appreciated
Thanks & Regards,
Narayana Karthik

Hi Dave,
I had already posted there, they only asked me to post it here to get answer.
Please check it - 
http://answers.microsoft.com/en-us/outlook_com/forum/ocalendar-oaddevent/how-to-pass-attendees-email-info-in-hotmail/f9ceaa8e-8d45-4985-9524-c7625c03e2c9?tm=1414837768577
Any help is greatly appreciated.
Thanks & Regards,
Narayana Karthik

Similar Messages

  • How to pass smtp_addr(email field) to cremas idoc while creation of vendor?

    Hi All,
    i am creating the vendors by IDOC by using CREMAS basic type CREMAS05.
    There is no email field in any of the idoc segments,as i need to pass the email address being mandatory,
    i created the Z segment and added the email field into it and then created the z extension and added this zsegment into the extension.
    Now how do i and where do i map this field so that email data is also passed while creating the vendor master.
    i have debugged the cremas Function Module IDOC_INPUT_CREDITOR and the data is getting passed segment wise,and for customer segement i.e for the zsegment there is a enhancement section where i need to pass this field,but i do not know how do i map this field and with what structure.
    Please let me know how do i handel this/or is there in other way to do it.
    Thanks.
    RJP.

    Hi,
    the email is part of the address data. It is therefore not belonging to the customer master data. So it is also not part of the DEBMAS idoctype.
    To distribute via ALE accurate customer address data, you need to distribute ADRMAS, ADR2MAS, ADR3MAS idoctypes too.
    See [note 384462|https://service.sap.com/sap/support/notes/384462] and [note 306275|https://service.sap.com/sap/support/notes/306275]
    BR
    Alain

  • How to pass a Vector as a Query String to a URL

    is there a way to pass a vector as a query string in a URL in Java. If so how?
    thanks in advance

    Yeah may need some more detail, but if you are trying to pass the Vector object itself from one JSP/Servlet to another, you can simply put the object in one of the scopes like session or request then forward page on.
    e.g.
    FirstServletVector things = new Vector();
    things.add("one thing");
    things.add("another thing");
    request.setAttribute("objThings",things);
    getServletContext().getRequestDispatcher("/NextServlet").forward(request, response);SecondServletVector things = new Vector();
    Object o = request.getAttribute("objThings");
    if(o instanceOf Vector) things = (Vector)o;Hope that helps!!

  • How to pass tabular report col reference in the onChange event of Txtfield

    Hi there
    I need to have Onchange event on Textfield Item.
    Whenever i change the text field value, the new value should go to particular column in my
    tabular report.
    So in the onchange event, i have to pass the tabular report column (target field) along with textfield value (this.value)
    something like this:
    onChange="javascript:changeColVal(this,rowid);"
    I have no clue how to pass row id / particular column of tabular report in textfield.
    Any pointers on this would be of great help.
    Thanks
    Vijay

    Hi Andy
    Thanks a ton for your reply.
    The above solution would work fine when we refer Text field within that tabular report.
    but if we refer text field Item from separate HTML region?
    I'm sorry, its my mistake for not providing OTN application for reference.
    I've come up with dummy application which shows you exact requirement.
    Please follow url: http://apex.oracle.com/pls/otn/f?p=47869:21
    login credentials:
    workspace: vsanthanam
    user: vijay
    pswd: apex_demo
    Application highlights the row whenever we move up/down or click the row.
    Here, i've NOTES in tabular report and Comments "text field" in separate HTML region.
    Whenever i type/update comments in textfeild, it should goto Notes column in Tabular report.
    so that when we move up/down the tabular report rows, it should show corresponding Notes in Comments text field.
    Approach i've took:
    1) Created a function hiliterow, that highlights the row clicked/move up or down and
    also displays the Notes Column of Tabular report into Comments Textfield.
    (this is to display Notes if already avail to that particular row, otherwise Null)
    2) Function passValues would assign the value we type in Comments Text field to
    Notes column of Tabular Report. (as of now, this is happening only when we click on that particular row after key-in the value in Comments txtfield,
    but this should happen when onChange event on comment textfield)
    3) In MoveupDown function, i'm refering the current row in var r. so i tought to have global var to hold current row, so that i can
    refer the same row in Onchange Event of Textfield. But this fails (please refer NotesToRow function)
    My requirement is to pass the Comments text field value to Tabular report when onChange event on Comments Text feild happens.
    I'm helpless in passing row reference to onChange function.
    Any pointer on this would be of immense help.
    Thanks
    vijay

  • How to pass along BOM info to vendor on PO?

    One of the moderators of the Metalink forum has told me that there is no connection between an item's BOM and a PO for this item.
    Say I have an item which I purchase over and over, other than setting up a BOM with the components and vendor instructions, how do other companies pass along this information on the PO?
    We are currently using short text attachments to pass along vendor instructions and are searching for a more elegant solution.
    -Tracy

    Please check the below thread..
    @Subhankar:  But the answer you gave there is not correct.  FK03 is not the navigation point for one-time vendors or any vendor from the PO transaction, whether or not a manual address is maintained on the document itself, nor do you solve any address issues for one-time vendors by going there.
    To the OP, the correct answer is that you can not maintain multiple comm info for one-time vendors with the BAPI call.  You are stuck with the interface unless you use an enhancement.  Since you don't have the fields available, you would first need to create an org address via function call (or pull an existing one from CAM) and then send only that address number into the function but the BAPI call will throw the 06-035 error because address numbers don't work with one time vendors in the BAPI call.  You can see the difference in processing in SAPLMEPO in the CHECK_VENDOR_ADDRESS form call.  You need to hit the generated address afterwards, not beforehand...try that, i.e., with a subsequent function call to the org address BAPI for the one-time address created.

  • How to pass database logon info to a Crystal Report in a subreport with different server name using VS C #

    Post Author: fabu1971
    CA Forum: .NET
    I could pass the database logon in Reports with subreports but the reports with subreports with different  server name I can not pass the logon information . Do you have any idea how I can do that to pass the database logon with different database or server name ?

    Post Author: quafto
    CA Forum: .NET
    You can use the Subreports collection of the ReportDocument object to access all the subreports in your main report. These are returned as ReportDocument objects. Once you have your subreport as a ReportDocument you can loop through your Tables collection and set the ConnectionProperties to your appropriate Server/Database. For example here is some pseudo code: ConnectionInfo boConnectionInfo = new ConnectionInfo();boConnectionInfo.ServerName = "serverName";boConnectionInfo.DatabaseName = "databaseName";boConnectionInfo.UserID = "username";boConnectionInfo.Password = "yourpassword"; foreach(ReportDocument boSubreport in mainReport.Subreports){    foreach(Table boTable in boSubreport.Database.Tables)    {        TableLogOnInfo boTableLogOnInfo = boTable.LogOnInfo;          boTableLogOnInfo.ConnectionInfo = boConnectionInfo;          boTable.ApplyLogOnInfo(boTableLogOnInfo);          boTable.Location = "newtablelocation";     }}

  • Can someone pls advise how to tie a contacts info to a calendar event so you can contact them from the event when reschedulingis necessary instead of having to leave the calendar app, search contacts,

    Connect contact info to calendar event in calendar app

    Hello AmyDGH,
    Welcome to the Apple Support Communities! You can invite others to your events using email addresses. Once your invitees have accepted, you can then send a group email to the participants via the calendar application (or individually view a participants contact information). You can check out the iOS user guide for more information on using invitations with the calendar application:
    Invitations - iPhone
    http://help.apple.com/iphone/8/#/iph82c5721ca
    Invite others to an event. Tap an event, tap Edit, then tap Invitees. Type names, or tap the add button to pick people from Contacts. If you don’t want to be notified when someone declines a meeting, go to Settings > Mail, Contacts, Calendar > Show Invitee Declines.
    Quickly send an email to attendees. Tap the event, tap Invitees, then tap the send mail to invitees button.
    Cheers,
    Matt M.

  • How to pass the report parameters through java not by using URL

    Hello...
    I have an oracle App. Server 10g with report service
    I can the report using the URL :
    http://host:Port/rwservlet/report=....
    and passing the report parameters ...
    But is there any way to call the report by pdf format and passing the parameters from java without using the url ???

    thank you shahcsanjay for your reply
    but I think that web.showDocument can not be used by ordinary java web application ..
    I think it can be used only with with "oracle forms" Am I right ?
    If no can you please tell me where can I find a useful document about how to use web.showDocument ...
    thanks again
    Saleem

  • How to pass db source data to condition of add command ?

    I add a command (select * from abc where a='xy') to report,
    and I want to pass field (order number) of table xyz to 'xy'.
    How to do it?
    abc is one sql table ,  xyz is another table.

    why not you link them in the Links section
    link xy of the add command to xy of the table.
    is it hard?
    i mean
    in the add Command
    select xy from sometable
    and in the table there is a field called xy
    so in the links, you can link them together.
    good luck

  • How do I Sync Email with BES and Calendar-Contacts-Tasks-Notes with BDS?

    I have a Storm that I sync with our BES just for email and I want to sync my calendar, contacts, etc.. with the Blackberry Desktop Software.  First I was only able to sync my contacts... not my calendar.  Second, everytime I sync I lose my ability to send and receive email from my Storm and have to have our BES admin resend my service books to me so I can sebd abd receuve email again.
    Any thoughts or help would be appreciated.

    Did you install the desktop manager in blackberry enterprise or blackberry internet mode? I'm guessing it might be the latter, and it could be changing your servicebooks because of that... If it is installed for blackberry internet service, try removing it and installing it for blackberry enterprise service (this is a choice during installation).

  • How can i in MACBOOK Outlook's meeting calendar, ֿ add people to a existsting meeting without any of those who are alredy invited, will receive the invite again?

    I would like to add more people to a meeting already existing in my outlook calendar with the existing people will see the new people invite.
    How can i do that ?

    If it's slow on startup it would be extensions loading or LaunchDaemons starting up. 
    You should have a look in:
    /Library/LaunchDaemons
    /Library/Extensions
    You can count out anything in your home folder and it shouldn't put anything in /System as that's reserved for Apple. 

  • How can I cut and paste into a calendar's event notes?

    How can I paste into a calendar event's note section?  The attachement way is too cumbersome.

    You are trying to copy a link, it is most likely in a different color such as the words "Microsoft's own forums" in his post. In Word highlight the word or words, control click on them, select Hyperlink, then Edit Hyperlink, then delete the link from the top box. It will then have a button asking if you want to "Remove Link", click on it.

  • How to pass data at 'wait' event ?

    Hello,
    I created a workflow starting from a form: the user can chose a production order number.
    Inside the workflow there's a step (= wait ) and the system wait until an event (BUS2005-DELETE) is raising.
    My requirement is:
    When the event BUS2005-DELETE is raising I have to finish the workflow but only if the event is raising for the
    production order number entered from the user.
    So, my question is:
    How to pass the production order number at the WAIT event ??
    Tks.

    Hello Roberto Baldassarre  !
                   To instantiate your BOR, release it and do the event binding at workflow and also the binding at wait step perfectly.
    Regards,
    S.Suresh

  • How to pass PARAMETERS to FORMS while calling them through URL

    Hi,
    I am working on integrating EBS with OBIEE as per the doc id 552735.1(metalink2)
    In the Document, Oracle had given an example for genating the URL in OBIEE as follows,
    SELECT
    HEADER_ID,
    fnd_run_function.get_run_function_url(
    CAST(fnd_function.get_function_id('ISC_ORDINF_DETAILS_PMV') AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_APPL_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_SEC_GROUP_ID) AS NUMBER),
    'HeaderId='||HEADER_ID||'&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO
    &pageFunctionName=ISC_ORDINF_DETAILS_PMV',
    NULL) as ORDER_HEADER_ACTION_LINK_URL
    FROM OE_ORDER_HEADERS_ALL
    But this one navigates to the JSP page of sales orders. Its working fine,
    h3. Problem :_
    If i want to navigate to Oracle forms(say Sales Orders),
    i'm able to navigate, by giving the 1st param as '5522'(Sales order Form ID(ONT_OEXOEORD)) and 5th parameter as NULL.
    The 5th parameter is used to navigate to a particular record.
    But i dono how to pass the parameters to this particular Sales Order Form..!
    (like here they hav passed HEADER_ID in a particular format)
    {I guess, this might not be understood totally with this given data here, but i don want to make this post too big.}
    CAN ANYONE PLEASE TELL ME, HOW TO KNOW THE FORMAT OF THE "PARAMETERS" TO PASS(WHILE GENERATING URL)_WHILE CALLING AN ORACLE FORM.._
    Thanks in Advance..!!

    Hi,
    In addition to the above...
    if i give the 5th parameter as, 'HEADER_ID=||'header_id { in runtime it'll be converted as 'HEADER_ID=5432..}
    I'm not getting any error, getting a fresh Sales order page..!! { The given Header ID is ignored }
    else if i give something like 'HEADER_ID=||'header_id||'&FunctionName=ONT_OEXOEORD...' { lets say }
    its throwing the following errors..
    FRM-47023: No such parameter named G_QUERY_FIND exists in form OEXOEORD.
    FRM-40105: Unable to resolve reference to item PARAMETER.G_QUERY_FIND
    FRM-47023: No such parameter named ORDER_NUMBER exists in form OEXOEORD.
    and then it shows up the Navigator.
    Requirement :_
    How to pass parameter to a form while calling them through URL.
    Thank you,

  • How do I get emails that I've already flagged (from my hotmail account) onto my mail app on my mac?

    Hopefully you can help me, I have flagged some important emails on my Hotmail email account before I just recently switched to a mac. I have been using the email app for mac instead of going onto Safari and logging in that way since it's more convient BUT I've noticed that my flagged emails from my Hotmail account is not showing up on my 'Flagged' tab on the app, only the ones I've recently flagged.
    Help?

    That's how it works. The messages reside on the server and are read from there by your Mac and iOS device, so deleting a message means deleting it from the server, and obviously it will then disappear on your other devices. Think of it like webmail and it makes sense.
    You can move the messages to a local mailbox on your Mac - just create a new mailbox, making sure that it's listed under 'On My Mac' not 'iCloud', and then you can simply drag any messages you want to archive to it. This will copy them down to your Mac and remove them from the server.

Maybe you are looking for

  • Method to lock alignment guides (pages 5.5)

    Is there a method to lock "alignment guides" in Pages?     I seem to be constantly grabbing them accidentally.  Probably just moving too fast.  But was hoping there would be a method to lock them in position once they are set-up.  Thank-you,  John L.

  • I need to install the new version of adobe flash player and cant?

    I cant open my catalogue and view it on facebook etc as i need to install the new version of adobe flash player and cant, when i try and download, i get so far and it says close the internet exporer and then wont install it?

  • Mass maintenance of Sales orders,or/and items

    Hi friends Need some help. Is there a transaction in SAP by which we can reject large numbers of sales orders, or/and items in sales orders in a mass maintenance way. We dont want to use MASS or VA05.

  • IPhone 5 shuts off once charged

    Hi everyone, I got the  iPhone 5 on Wednesday, 16gb in white, and on Wednesday I set my alarms for work and went to bed. Woke up on Thursday and my boyfriend told me that my phone was turned off, which was weird as I never turn it off. So I check it

  • Can someone help me find the JavaMail example code?

    Hello, once I found a collection of source code files that contained example code for using the JavaMail API. Now I cannot find the collection. Is it still online? Can anyone help me find the JavaMail example code? Sorry if this question seems to eas