How to get ATTENDEE, ORGANIZER, Respond Status on a Appointment?

Hi
I am using the Calendar SDK to view the appointments. When I use fetchEventsByRange or fetchEventsByID method, I am getting only few parameters like DTSTAMP, CATEGORIES, CLASS, PRIORITY, STATUS, DESCRIPTION, LOCATION, DTEND, SUMMARY, DTSTART, UID. How to get the ATTENDEE, ORGANIZER, Respond Status on the Appointment(Which is meeting actually). I tried to passing my own parameters list(ATTENDEE, ORGANIZER, RECURRENCE-ID etc) to the above mentioned methods. Though I can get RECURRENCE-ID through this procedure, still I cant get the ATTENDEE, ORGANIZER properties. Is there anything I am missing? Any help is appreciated.
Thanks in advance.
Hari

I fogured it out how to get these. I did not set up the email for the users on active directory. If I set up the email addresses for the users, then I am getting ATTENDEE, ORGANOZER properties.

Similar Messages

  • How to get purchase organization,  PAYMENT_TERMS and INCO_TERMS for vendor?

    Dear friends,
    How to get purchase organization,  PAYMENT_TERMS and INCO_TERMS for a vendor(LIFNR)? I couldn't fine these data in LFA1 table.
    Thanks a lot!

    Hi,
    You can find ZTERM(Terms of Payment) in LFB1 table for a particular vendor (LIFNR) and company code.
    and Incoterms INCO1 in LFM1 table for a particular vendor (LIFNR) and purchase organisation.
    Hope this answers your query.
    Regards,
    Brajvir

  • How to get a organization name for a particular user using API's

    Hi alll,
    How to get a organization name for a particular user using API's

    You need to do something like this:
    SearchCriteria criteria = new SearchCriteria("User Login", "XELSYSADM", SearchCriteria.Operator.EQUAL);
                   UserManager usrService = oimClient.getService(UserManager.class);
                   Set<String> retAttrs = new HashSet<String>();
                   retAttrs.add(UserManagerConstants.AttributeName.USER_ORGANIZATION.getId());
                   List<oracle.iam.identity.usermgmt.vo.User> users = usrService.search(criteria, retAttrs, null);
                   System.out.println("ORG KEY :: " + users.get(0).getAttribute("act_key"));

  • How to get the organization structures of a compnay code (BUKRS)?

    Hi Friends,
    I have a requirement to get the organization structures of a compnay code (BUKRS), such as Controlling area, Credit control area, Plant, Sales Organization, Purch. Organization, Personnel area.
    How can I get them, I only know the compnay code table is T001, but how to get the organization structures  of a compnay code (BUKRS) into a internal table?
    Thanks a lot!

    Hi,
    A lot of table will be involved for the same.
    The company code is the highest unit and all other things are assigned to it.
    Check the settings in SPRO as to how the maintainance is done.
    From here you will get the maintainance view details if you do F1 help on each field.
    From this view you can get the relevant tables.
    For eg.
    Go to SPRO>Controlling>Organization-->Maintain Controlling Area
    Here you will find the assignment of controlling area to the company code.
    The maintainance view is V_TKA02 and the tables involved are TKA02, TKA01, T001
    In this way you can find the relevant tables.
    Regards,
    Ankur Parab

  • How to get Layer's visibility status?

    Ii I know the class name & UID of an item on a indd file, how can i get it's visibility status?
    I tried to do it like this as shown in a nexample,
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    but above code gives 'true' even for invisible items.
    please let me know what is the wrong?
    Thanks

    Hi Dirk,
    Thanks for your rich reply.......
    I agree with you, before get in to SDK we should have a better knowledge on that. I've gone through programming guides as much as pssible. but still have a lot more to know..
    My requirement is to get layer's visibility(that is shown from 'eye' symbol in layer panel).
    when i use'
    InterfacePtr<ISpreadLayer> spreadLayer(::GetDataBase(unknown), hierarchy -> GetLayerUID(), UseDefaultIID());
    if(spreadLayer != nil)
    bool visibleFlag = spreadLayer->IsVisible();
    It  shows only 'Layer1' status, But I can't get Layer1's item's(root items or child items) status. Do you have any idea about how to get root item's layer visibility status?

  • How to get the set pf-status and call Transaction work together in SA

    hi,
    I am using Set pf-status to display the details screen and the same time using call transaction va03 leave screen 0 to display the corresponing sales order.
    The issue is both of them are not workin together properly.
    it could be helpfull if you give some code which deals the issue in detail...
    can you please give details how to get the previous screen once the new screen is obtained thru set pf-status
    thanks and regards
    Edited by: san dep on Jul 10, 2008 6:25 PM

    Hi,
    Try this code ---
    SET PF-STATUS 'STATUS_NAME' OF PROGRAM 'ZPROGRAM_NAME'.
    Regards
    Pinaki

  • How to get user and system status for a trade promotion

    Hi,
    I have to develop a batch program to change user status and system status of all trade promotions which satisfy some criteria. This criteria checks some dates related to trade promotion(like Changed on,Pallett buying, buying horizon dates) also.
    I thought of first extracting all external ids from CGPL_PROJECTS table and then run trade promotion query. But how can I get current user & system status and all dates as these can be taken from relations "TPMStatusActiveRel" and "TPMDateRel". I don't know to take data from relations. Please help me with a piece of code.
    Thanks.

    Hello Shikha,
    You can use these relations here, as you are not in the Business Object layer anymore. As far as my understanding is, all the batch programs or reports should be done at the API layer. Try this code, to read the status of the Trade Promotion object.
    data: lr_appl_base type ref to CL_CRM_MKTPL_APPL_BASE,
            lt_sys_status type CGPL_ISTATUS_TEXT_T.
    lr_appl_base ?= CL_CRM_MKTPL_APPL_BASE=>GET_INSTANCE().
    " To read system status
    call method lr_appl_base->STATUS_READ
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status.
    " To read user status
    call method lr_appl_base->STATUS_READ_EXTERN
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status1.
    To change the user status, use the method STATUS_CHANGE_EXTERN of the same class
    To set the system status, use the method STATUS_SET of the same class.
    Hope this helps.
    Regards,
    Vinay

  • How to get business activity with status open for a given BP ?

    Hi,
      I want to get the business activity status for a given business partner.
      To be more specific , consider the following customer service scenario:
    Requirement:
    Customer will call the call center
    Call center will create that business partner and BP will be assigned to proceed with the customer requirement
    A report program has to be generated to get the list of customers pending for the given business partner
    Things done:
    I have created a business partner(consumer) through the transaction CIC0
    Now I need to write a report program which will fetch all customers pending(with business activity status open) for a given business partner
        The thing is we are not able to find out where the status of the business activity is maintained.
        Is there any BAPI to meet out this requirement? or is there any other way?
    Regards,
    Arokiaraj. S,
    Asian Paints

    Hello,
    Try BAPI BAPI_BUSPROCESSND_GETLIST to get the activities for a BP and CRM_ORDER_READ to get the status.
    You also use FM CRM_STATUS_CHECK to check the status.
    Regards,
    Frédéric
    Message was edited by: Frederic Schoenaers

  • Safari and Chrome will not access our windows based intranet.  When we provide the server and file name we get file:///,  ANy ides how to get this to respond as web content?

    We have an company intranet hosted on a windows platform.  Our windows based machines can access the content with no problems.  When we enter the same //server name/filename into a browser on our Macs, we get a response of "file:///" ANy idea how to get these browsers to recognize the path as web content?

    Anti virus software installed on the Macs?
    Using a router with a Firewall?

  • How to get the Organization Units

    Hello,
    I have set up a LDAP server with JNDI Tutorial example. I have been able to search, list and also get the attributes from the server. But what i need to know is there a way to get the Organization Units in java.
    ie. o = JNDITutorial
    ou = People
    ou=Groups
    ou=NewHires
    Now what i want is there a way to get all the ou's in java for the given organization.
    Any help would be greatly appreciated.

    Mahmed
    I would strongly say you need to refer the Workforce and Management guide
    Which will explain you the complete details of the Organization
    You need to get the basics for this because these BG and OU are going to be the foundation for the instance. So just by know the definition will not help you
    Thanks
    Regards
    Ramesh Kumar S

  • How to get the Organizer page to install when only the Editor page appeared after Elements12 installation?

    I  Can't figure out if it is possible to retrieve/install the Organizer page after only the Editor page installed on Elements 12. If it is possible, how do I do it?

    When I launch PSE 12 directly I do get the "welcome" screen first. If I then click on the Organizer box it gives the moving line for a bit, and then nothing more: no Organizer screen ever appears. However when I click on the Editor box the Editor screen does come up after the moving line starts.
    By the way, I've long used PSE 10, and that still works for both screens, so I'm now having to jerryrig the post production process by using the Organizer screen from version 10 to access my photos and then drag them to the Editor screen from version 12 !
    I bought PSE 12 because it accomodates/processes/edits in  RAW, where version 10 doesn't. I sure don't want to have to pay for version 13, and Adobe chat no longer supports version 12, so any help you can offer would be wonderful !!!
    By the way -- in addition, a very useful  plug-in (Nik Collection) that i've come to love to use with version 10 doesn't appear with version 12's Editor screen at all. So if you have any thoughts about how to fix that I would really appreciate that too !
    Thanks in advance. -- Jessie
    Sent via the Samsung Galaxy Note® II, an AT&T 4G LTE smartphone

  • HR ABAP: How to get the organizational unit for the penr as chief

    Hi ,
      I am new to HR ABAP. Could any one  specify if we have a PERNR  how we can get the possible values for Orga units,positions and the personal areas that this PERNR as chief.
    Thanks in advance,

    Hi,
    <li>Check the table PA0001 which contains Org unit(ORGEH), Position(PLANS), Personal Area(WERKS) assigned to PERNR.
    <li>Use SELECT query to get those if you don't use Logical database PNP.
    Thanks
    Venkat.O

  • Order status in Backorderd. how to get it to "Shipped" status

    Hi Friends,
    I am new to Order Management(12.1.3). Initially trying to learn the O2C process. As part of that I am using the vision instance
    1> Created the Sales order
    2> Booked the Sales order
    3> Trying to Release the Sales order. The order line status has gone to the "Backordered" status.
    On reading I have understood that "Backordered" is a status when the inventory does not have the items. But the availability shows the items. Also when I create the sales orders some of the dates are defaulted to 31-DEC-2012. Can someone help how I can resolve this. I mean how can I restock the inventory. Also what is causing the dates to appear in that way.
    Thanks in advance

    You need to have some stock to be able to pick release and subsequently ship confirm the order.
    If you don't have any stock, you may consider performing miscellaneous receipt transaction.

  • How to get my organization set up for discounts

    I am the incoming Treasurer-Elect for a large group/organization.  We are thinking of ways to make our yearly membership fees more affordable.  How do I go about seeing how to set up a possible Group/Organization discount for Verizon Wireless for paying members of the organization?  Who do I contact?  Is this possible?

    This is a customer-to-customer forum; you may want to contact Verizon's Business Solutions:
    http://www.verizonwireless.com/b2c/businessSolutions/contactUs.jsp

  • How to get the Organizational Unit One level up

    Hi
    Does any one know any function module to get the org unit one level up by giving the current Organizational unit as input. Please reply very urgent.

    Hello Nirmal
    I am usually using the following function module to read to OM:
    *   SAP_SORG
    * OrgStructure with assigned orgunits)
        REFRESH: lt_struc.
        CALL FUNCTION 'RHPH_STRUCTURE_READ'
          EXPORTING
            plvar             = '01'            " active Planvar.
            otype             = 'O'             " OrgUnit
            objid             = l_wa_cb1-objid  " Toplevel-Node
            wegid             = 'SAP_SORG'
            begda             = iw_begda
            endda             = iw_endda
            pup_info          = 'X'
            with_stext        = 'X'
            tdepth            = 0               " alle Sub-Levels
          TABLES
            stru_tab          = lt_struc
          EXCEPTIONS
            catalogue_problem = 1
            root_not_found    = 2
            wegid_not_found   = 3.
    The parameter <b>WEGID</b> is the crucial on which determines the objects that are read from the OM. In your case you will need <b>WEGID = 'A002'</b> (reports (line) to).
    To understand the <i>evaluation path</i> (WEGID) better have a look at transaction <b>PPST</b>.
    Regards
      Uwe

Maybe you are looking for

  • Problem with file name r�servation.txt

    I am facing a strange problem. I have a file named r�servation.txt. File.isFile() method returns true for this file on Windows, but on linux it returns false. I am using SUSE Linux 10 version. As you can see, there is an extended character (�) in the

  • Huge difference in speed from same the same exchan...

    Hey, I recently got Infitiy up to 38mb and I'm estimated 21mb-29mb and get around 23mb, I would have paid more to get up to 76mb but was told that the speed isn't posible in my area. A friend then went out and got his Fibre (With TalkTalk) and is get

  • User Exit or BADI for ME21N

    Hi All, We are in a situation where in we need to Change the Distribution Channel in the Shipping tab of ME21N transaction. Previously, the distribution channel is being picked up form the config (SPRO - Shipping data for plant) but before it picks u

  • TimesTen Error :5126: A system managed cache group cannot contain non-stand

    I have created few cache groups in TimesTen. And when i fired script to create fillowing cache group its gives me error. please see the details mentioned below. CREATE USERMANAGED CACHE GROUP C_TBLSSTPACCOUNTINGSUMMARY AUTOREFRESH MODE INCREMENTAL IN

  • INADEQUATE CONVERSION - PDF to WORD

    Here is an example of a converted message from Pdf to Word:  (it's useless ) bookt of the company within the term ot 6 days. Subsequent endorsements, which are not required to be registered,may be in. blank or following the first endorsement. Article