Regarding calendar

Hi,
i have a calendar item in my application.
i am calling javascript function when the date getting changed.
i have some calculation in that function
when i choose the date on calendar it is not getting closed automatically. but if i dont have any function in calendar then it is closed automatically after choosing the date.
what i have to do to close the calendar automatically when i choose the date and when i cal the javascript function
regards
chandan

Hi Earl
Thanks for the reply,
i am calling the function called hdate in the date picker item
in HTML Form Element Attributes ---> onChange="javascript:Hdate();"
i have writted the function in HTML header tab
the code is
<script language="JavaScript" type="text/javascript">
function Hdate()
var d1 = document.getElementById("P80_PLAN_START_DATE").value;
document.getElementById("P80_HIERARCHY_START_DATE").value=d1;
var D4 = document.getElementById("P80_ANNUAL_TARGET_VARIABLE").value;
var d3 = d1.substr(0,6);
if (d3 == '01-JUN')
Document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=D4;
else if (d3 == '15-JUN')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*11.5/12);
else if (d3 =='01-JUL')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*11/12);
else if (d3 =='15-JUL')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*10.5/12);
else if (d3 =='01-AUG')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*10/12);
else if (d3 =='15-AUG')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*9.5/12);
else if (d3 =='01-SEP')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*9/12);
else if (d3 =='15-SEP')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*8.5/12);
else if (d3 =='01-OCT')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*8/12);
else if (d3 =='15-OCT')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*7.5/12);
else if (d3 =='01-NOV')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*7/12);
else if (d3 =='15-NOV')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*6.5/12);
else if (d3 =='01-DEC')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*6/12);
else if (d3 =='15-DEC')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*5.5/12);
else if (d3 =='01-JAN')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*5/12);
else if (d3 =='15-JAN')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*4.5/12);
else if (d3 =='01-FEB')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*4/12);
else if (d3 =='15-FEB')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*3.5/12);
else if (d3 =='01-MAR')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*3/12);
else if (d3 =='15-MAR')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*2.5/12);
else if (d3 =='01-APR')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*2/12);
else if (d3 =='15-APR')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*1.5/12);
else if (d3 =='01-MAY')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*1/12);
else if (d3 =='15-MAY')
document.getElementById("P80_PRORATED_TARGET_VARIABLE").value=Math.round(D4*0.5/12);
</script>
whne i choose the date the calculations are coming perfectly. the problem is the date picker is not getting closed automatically. the user has to close forcely
can you help me out please??
chandan

Similar Messages

  • Information regarding calendar

    Hi all,
    requried few details regarding calendar.
    i want to display calendar based on given DATE,YEAR (START DATE,END DATE)
    displaying standard Web Dynpro calendar control with a 3 month view with the possibility to navigate forward and backwards.
    please any one can suggest me on this .
    wating for reply.
    Thanks & Regards.
    Khanna.

    Hi Bhushan,
    You can create a context attribute of type D and then bind it with the "startsWith" property of your DateNavigator UI element. So now whatever value is contained within the context attribute would be thedefault starting date within your DateNavigator. also you can set the "monthsPerRow" property of the DateNavigator to 3 if you want the calendar to be displayed for 3 months at a time. You can similarly control the number of months to be displayed within a column through the "monthsPerColumn" property of the DateNavigator UI element. Ther isn't however any property by which you can restrict the end date of the DateNavigator you can put in custom coding to throw an error message if the user is trying to select a date out of boundary.
    Also SAP provides the functionality of navigating forward/backward to any date through the DateNavigator UI element iself. you dont have to do anything special for realizing that. you can read further about this element in here or check the standard component WDR_TEST_EVENTS in the View DateNavigator.
    Regards,
    Uday

  • Plz help regarding CALENDAR

    hi friends
    i have insalled damo and they are running as well plz tell me how i can copy CALENDAR from there to my forms
    plz help me in detail coz i dont know about it at all
    thank you

    thank you Pamela for recordgroup's help its working
    and
    thank you Frank for reconfirming her regarding calendar :)
    but i still have a problem that is i am using form 6i and i am unable to find that file about which Pamela is asking if u have that file then send it at [email protected]
    so that i can as u further questions regarding calendar :)
    thank you very much for every thing
    take care
    Bye

  • IE 9 and mobile sales: unhandled exception while regarding calendar

    Hello,
    we have installed msa 50sp15 on windows 7 32 bit with internet explorer 9.
    Now we get error in mobile sales when we cklick on calendar choice field or when
    I goto to activity-> calendar:
    unhandled exception: system access violation while reading in protected memory.
    I know that IE 9 is not released for msa, but is there a fix for this or when coming for this ?
    Thanks Gerd

    Hi Gerd,
    Unfortunately, IE9 is not supported at the moment and SAP do not have a release date. As soon as the development and testing
    is completed, the details will be updatd in PAM (Product Availability Matrix) on
    Service Market Place: https://websmp108.sap-ag.de/pam.
    Regards,
    Gervase

  • Questions from a Prospective Buyer Regarding Calendar and Contacts

    Hi. I am interested in buying a new IPod Nano, largely for its Calendar and Contacts features. I am replacing a Palm PDA that I accidentally lost earlier this week.
    I looked at some Nanos in the Apple Store near me but there were no calendar items or contact entries in any of the Nanos. I therefore have a few questions that weren't answered for me at the Apple Store.
    Regarding syncing with Address Book and ICal:
    1. If you have multiple Groups in Adress Book, will all the groups show up in the Nano? Or does the Nano lump all the contacts into one group?
    2. Similarly, if you have multiple calendars in ICal, will all the calendars show up on the Nano as separate calendars?
    3. Do all alarms set in ICal, for both calendar events and to-dos, show up in the Nano?
    Lastly, a few questions about the calendar view in the Nano:
    4. Does the Nano's monthly calendar view somehow indicate which days have events? I couldn't tell at the Apple Store because there were no events in the Nanos there.
    5. In general, do people find the Nano's calendar view sufficient? From what I could tell, you can view a full monthly calendar and then click on a day to see that day's calendar items. But I couldn't tell if there was a larger day view. Also, it didn't seem to have a week view. So, I'm just looking for general opinions on the calendar's overall usability.
    Thanks a lot in advance for all replies.
    David

    +1. If you have multiple Groups in Adress Book, will all the groups show up in the Nano? Or does the Nano lump all the contacts into one group?+
    It's just one big group.
    +2. Similarly, if you have multiple calendars in ICal, will all the calendars show up on the Nano as separate calendars?+
    You can view as All or select on one Calendar. If you view as All you don't get to see which calendar an entry is for. It's just one big group.
    +3. Do all alarms set in ICal, for both calendar events and to-dos, show up in the Nano?+
    Not sure on this. I don't think it includes to-dos. Also the nano does not make much of a noise. It does have a full speaker on it. I don't hear the alarm on it.
    +4. Does the Nano's monthly calendar view somehow indicate which days have events? I couldn't tell at the Apple Store because there were no events in the Nanos there.+
    Yes, there will be a dot on a day with an entry.
    +5. In general, do people find the Nano's calendar view sufficient? From what I could tell, you can view a full monthly calendar and then click on a day to see that day's calendar items. But I couldn't tell if there was a larger day view. Also, it didn't seem to have a week view. So, I'm just looking for general opinions on the calendar's overall usability.+
    When selecting a day you get a list of the items for the day. You can then select one to see more details. There is no week view.
    You do realise it is read only. You can't edit at all. If you are expecting alarms then you will be disappointed with the nano.
    If you were relying on an iPod for calendars you would be better served by the iPod touch. The calendar on the nano is useful for seeing if you are doing something on a day, but not great for reminding you that you have something happening in a few minutes.

  • Regarding Calendar Expiry in Tidal Enterprise Scheduler

    Hi All,
    While checking the Tidal Admiral DB i found that the Table evntmst contains a column evntmst_untildt which contains information about the Last possible calendar date to include. If the date mentioned is 31st DEC 2013 does it means after this date the Calendar will get expire? if so how to change the expiration date.
    Thanks.     
    Parul.          

    The data model says that field is Last possible calendar date to include
    Looking at our dates in our database I would say that that field isn't used for either calculation or expiraiton.
    I think Cisco TAC would have to comment further, but if I were to bet... I would say that it was obsoleted...
    I just created a calendar in our dev environment and heres what I found:
    evntmst_untildt        <--- looks like this stores the calculated date 3 years out to the end of that year
    2016-12-31 00:00:00.000
    evntmst_lstcmptm   <-- last Last time dates for this calendar were compiled
    2013-09-11 11:43:50.000
    if Calendars did expire it would create huge operational headaches..
    How would you even know what the value is as I don't think that field is exposed through the GUI
    From a best practices/maintenance perspective
    We calculate all our calendards annually in december to project out the date 3 years
    Marc

  • Set up multiple calendars on iphones/ipad

    So my wife and I both have iphones and she also has an iPad which is kind of shared between us but mostly hers.  My question is regarding calendars and iCloud syncing.  I was wondering if it was possible and if so how to set up our devices so there are essentially 3 calendars between us.  For example, I would have my personal calendar on my iphone that syncs to my computer (outlook) through icloud, she would have her personal calendar on her iphone that syncs to her ipad (she doesn't use any calendar on her mac to be needed to sync to that), and then a third so called shared calendar that would sync to all our devices (my iphone, her iphone, her ipad and my outlook). 
    I have an idea on how to make this work but I don't know if it is possible or if so, how to do it.  It involves setting up 3 calendars on each device, naming them appropriately ( Joes Calendar, Nicole's Calendar, and Shared Calendar).  Then on my device's calendar settings, I can turn off her calendar from displaying and vice versa on her devices.  That way seems simple enough, and wont have to mess around with opeing multiple icloud accounts, but i just cant figure out how to make a new calendar. 
    Any suggestions on how to accomplish this?

    Yes you can do this quite easily, each keep your own calendar within your own iCloud account that syncs between your devices, and open another iCloud account for your shared calendar.
    Once you have opened this secondary account, enter its details in settings > mail, contacts, calendars on your phone and other devices, and in system preferences > Mail, contacts and calendars on your Mac. You will both be able to share the calendars and any other data you wish to share, by both entering these details on your devices and computers.

  • How do I sync my iPhone 4S calendar to my MacBook with the new OS?

    I just upgraded and lost my calendar settings? I am not on iCloud.
    Thanks for any help.

    Hey nancygrannis,
    To sync your iPhone's calendar with your MacBook, you'll want to follow the instructions in this article:
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    There is also a section that goes into further detail regarding calendar syncing which you can find towards the bottom.
    Cheers,
    Delgadoh

  • Android calendar on shows a subset of what's on Google calendar

    I have seen so many different posts regarding calendar problems that I'm sorry if this answer is already out there, but I can't find it by searching so I'm going to ask for myself:
    I have a Google Calendar that works fine when I create/update entries from the web. I do not use Google Calendar Sync or any other SW to communicate with my Android phone (Droid 2) and I do not have/use Outlook.  My phone calendar is set up and it shows everything correctly for the current and past 6 weeks.  Updates made on either calendar (web and phone) appear on the other in less than a minute, so the basic Sync function seems to have the capability to make the correct updates.
    I created my Internet Google Calendar around Sep 2010 (when I got this phone) and I created past events for record keeping purposes (I added details of a vacation in 2009, a business trip in Spring 2010, etc),  I also created several recurring events that extend for a year or more into the future (like music lessons and task deadlines).  All of these are clearly visible on my Google calendar when I access it from the web and when I access it on my phone via the Internet.
    However, when I use the onboard calendar function it does not show any events older than 7 weeks except those that were created as recurring events.  It also show only 1 recurring event starting past this week--it loses recurring events that start in the past and extend past next week along with losing recurring events that start and stop completely in the future.
    The net result of all of this is to render that onboard calendar function pretty useless--to get an accurate view on my calendar I have use a shortcut to access my Google Calendar through the Internet.  I am perplexed why there should be so many users with documented problems related to syncing their web Google Calendar with their phone calendars on a platform developed by Google. Similar calendar complaints seems to fill the Google forums from 2009 through today with not much in the way of solutions or work arounds offered. My old Palm Tungsten PDA may not be able to sync wirelessly, but when it did sync it had all my events,
    Can anyone think of anything I could be doing wrong that causes these problems?  Does anyone have any advice on how to overcome these problems?
    (I've already spoken with Verizon and Motorola support:  1) I already tried completely deleting all calendar data from my phone and reacquiring via a new setup; 2) I've reset my phone to factory setting and reloading everything; 3) I had them send me a replacement phone in case it was a programming error on my phone but the replacement acted exactly the same way.)

    I have been researching this problem since it first surfaced with the 2.2 Froyo updated on the Droid X for me.   It is unbelievably frustrating.  I basically run my life with my calendar, and also use it as a journal to document what I do.   There are two fundamental problems:  
    1 - the sync only will bring in appointments to about five or six weeks prior to the current date, not any in the further past;
    2 - the sync hangs up and fails to complete the synchronization.
    I have read hundreds of posts related to these issues on this Verizon forum, and also on Droid Forums.   Scores of customers seem to experience these issues.
    When I first got the Droid X, I noted the failure to sync past appointments, and finally after many hours on the phone with Verizon support and reading many posts, I learned the trick of manually setting the phone date to some time in the past, since it will sync future events to the gmail calendar.  That had issues as well, as it used to only sync 1 year into the future, so I had to keep resetting the phone date to past dates one year at a time to rebuild my calendar from 2005.  This no longer works because of problem #2 - synchronize stops and fails.   Verizon phone support admitted that they have had complaints about this problem as well.
    I have checked all Accounts settings, auto sync, power widget (trick from the developers forum), factory reset and rebuild of environment, removal of possibly interfering market applications such as task killers and virus protectors, system recovery utility->clear cache partition, etc.   I have tried everything that I have found a suggestion for or thought might solve the issue, all to no avail.
    At one point I thought it was a Google issue, but when I setup a new Macintosh computer, iCal synchronized every single appointment and event back 7 years and forward from the current date flawlessly to my Google gmail calendar.   The synch on the Droid X will run for perhaps 10 seconds and then the little icon with the arrows stops spinning and it just hangs there, having brought in only 15% or so of my thousands of appointments from my Google gmail calendar.
    Maybe it is a size problem, since I have so many appointments.  Or maybe not.  No one seems to know.  No response from Google support.   I have posted extensively about this issue on Droid Forums (username Tedmeister there) if anyone is interested in looking at those posts (and the many folks experiencing similar issues).   Verizon support is clueless, and only suggests another factory reset "try and see if it works".  Sigh.
    The problem has gotten MUCH worse since the 2.3 Gingerbread update, as well as some additional handset problems being introduced by that update.  Some of these Verizon has also admitted knowing about, and just say 'Google is working on the fix'.
    I am pretty much at the end of the rope on the calendar sync issue.   The only thing I have not yet tried is to hurl the Droid X through the window and go buy an iPhone  :-)  
    So anyone out there who has looked into this deeply, or has any inside information about the causes and/or solution, I'd love to hear form you.

  • Calendar in F4 help of additional data field

    Hi Experts,
    my query is regarding calendar to appear as an f4 help for the additional data field in DIR. is any function module need to be specified at the time of creating characteristics (if yes please guide)?
    thanks and regards,
    Shikha Gupta.

    hi,
    Logic is like this.
    Here u are defining perticular character to DIR  which belongs to your document type.
    when u assign this value to DIR which is help full in search DIR in CV04N.
    Note: i don't think u need calander in defining Characteristics. u could check format, for Data type only DATE is given insted of calander in CT04.
    If u want include Calander in Data type, then u ask abaper[development].
    i think this is very tedious job.
    Benakaraj
    ??P

  • Changing 'on my mac' calendar for invitations

    I've read of many different problems regarding calendars and invitations, but not this one:  when I receive a standard .ics invitation by email and I double-click it, the event goes goes into iCal, but under a calendar that I've never created, called 'Untitled', under a category called 'On My Mac'.  All my other calendars are under my Mobile Me account name.
    The problem is that there is no way of changing the calendar for the event.  If I try and edit it, the drop-down menu for 'calendar' only shows the single 'Untitled' calendar.  This never used to be the case before the new iCal.
    Needless to say, given the category of  'On My Mac', these invitations do not sync with Mobile Me.
    Anyone know if there's a fix?

    Do a backup. Try turning Notes sync off under System Preferences/iCloud. Then open the Notes application, then File/New Folder. This should put a folder under On My Mac. Go back to System Preferences, resync  Notes, and then copy them to the On My Mac folder while holding down the option/alt key.

  • Calendar functioms

    Hey guys I need an help regarding Calendar functions.
    As i am beginner in netweaver...
    i was able to display the system date n time
    but the problem is that i want the previous and next week dates.
    the code which i have done is as follows which moves only one week previous n next...
    i want it to move successively previous n next....plz help
    thanx in advance.....
    Calendar cal = Calendar.getInstance();
    java.sql.Date sqlDate1 = new java.sql.Date(cal.getTime().getTime());
    cal.setFirstDayOfWeek(Calendar.MONDAY);
    cal.setMinimalDaysInFirstWeek(1);
    cal.set(Calendar.WEEK_OF_YEAR, wdContext.currentContextElement().getSweek()-1);
    cal.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);
    java.util.Date weekDate = cal.getTime();
    DateFormat formatter = DateFormat.getDateInstance(3);
    String result = formatter.format( weekDate);
    cal.set(Calendar.DAY_OF_WEEK, Calendar.FRIDAY);
    java.util.Date weekDate1 = cal.getTime();
    DateFormat formatter1 = DateFormat.getDateInstance(3);
    String result1 = formatter.format( weekDate1);
    wdContext.currentContextElement().setWeek(result" to "result1);
    and do send ur replies to my mail id [email protected]

    It's consistent for me as well. In fact the only thing that is not consistent is what meeeting in the past that it randomly selects.
    The issue is with mail I think not iCal. When you click on the link in mail it somehow corrupts the content of the ics.
    A temporary workaround is to drag the ics from mail to iCal. This will populate it with the correct info.
    I'm sure apple will fix it it is just a matter of waiting for an update.
    I myself am suffering through three issues that are a major pain in the neck
    1. Calender invites not working properly (this is a big deal I use this everyday)
    2. Random freezes after waking from sleep. (This is actually catastrophic for a work machine)
    3. Some issue with my backlight spamming my error log (I've had to shut off automatic brightness adjustment)
    After using ML for a while I have discovered there is really not that much new in it that I need at all... conversly there are a ton of bugs. I am seriously thinking of rolling back to Lion I am just put off by the fact it will take me all night to do it.

  • Calendar Configuration Question

    Calendar Configuration
    Anybody have copies of the Dad information (calapps and calpalm) for setting up Unified Messaging Calendar? Also, looking for what needs to go in the Calendar Server Setup in the http://host:port/um/admin/CalServerSetup.uix screen.
    Nothing seems to be working......
    Thanks,
    Dennis

    Hi:
    I have compiled some things to check regarding calendar setup.
    Let me know if this helps.
    Unified Messaging Calendar configuration tips:
    1.     If you are unable to insert the calendar data from the admin page you first have to check the information in LDAP doing the following:
    Connect to sqlplus as the calendar user i.e es_cal
    -- Check LDAP info
    set serveroutput on
    declare
    a varchar2(255);
    begin
    get_install_params('LDAPHOST', a);
    dbms_output.put_line('LDAPHOST=' || a);
    get_install_params('LDAPPORT', a);
    dbms_output.put_line('LDAPPORT=' || a);
    get_install_params('ORCLADMINDN', a);
    dbms_output.put_line('ORCLADMINDN=' || a);
    get_install_params('ORCLADMINPASSWD', a);
    dbms_output.put_line('ORCLADMINPASSWD=' || a);
    end;
    This should show the right info like for example:
    LDAPHOST=cangre.us.oracle.com
    LDAPPORT=4032
    ORCLADMINDN=cn=umadmin,cn=EMailServerContainer,cn=Products,cn=OracleContext
    ORCLADMINPASSWD=um
    PL/SQL procedure successfully completed.
    Otherwise there is something wrong during the install of UM.
    2.     Now check if the information in the mailstore is right too:
    -- Check Calendar info in the mailstore
    set serveroutput on
    declare
    p_login_url varchar2(100) :=' ';
    p_logout_url varchar2(100) := ' ';
    p_locale varchar2(200) := ' ';
    p_admin_user varchar2(100) := ' ';
    begin
    CalAdmin_Get_Info ( p_login_url, p_logout_url ,
    p_locale ,
    p_admin_user );
    dbms_output.put_line(' login_url'||p_login_url);
    dbms_output.put_line(' logout_url'||p_logout_url);
    dbms_output.put_line(' locale'||p_locale);
    dbms_output.put_line(' user'||p_admin_user);
    end;
    which should show an output of :
    login_urlhttp://cangre.us.oracle.com:7779/um/templates/CalSSOLogin.jsp
    logout_urlhttp://cangre.us.oracle.com:7779/um/templates/CalSSOLogout.jsp
    localeAlaska
    userCN=ESADMINC1
    3.     If you are unable to store the calendar info from the UMAdmin page you can use the following:
    --This will force Calendar Registration the same way as throug UMAdmin
    webpage:
    -- logon as ES_CAL
    set serveroutput on
    declare
    p_login_url varchar2(100)
    :='http://omcdev6.us.oracle.com:7779/um/templates/CalSSOLogin.jsp';
    p_logout_url varchar2(100) :=
    'http://omcdev6.us.oracle.com:7779/um/templates/CalSSOLogout.jsp';
    p_locale varchar2(200) := 'Alaska ';
    p_admin_user varchar2(100) := 'cn=es_sysadmin';
    begin
    CalAdmin_Set_Info ( p_login_url, p_logout_url ,
    p_locale ,
    p_admin_user );
    end;
    4.     The dad for calapps is very important.
    Check in the $ORACLE_HOME/Apache/modplsql/conf for the file dads.conf and you should have at least the following :
    <Location /pls/calapps>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername es_cal
    PlsqlDatabasePassword !Y2Fs
    PlsqlDatabaseConnectString iasdb
    PlsqlAuthenticationMode Basic
    </Location>
    If not you have to create it using :
    Create the Calendar DAD with name as /pls/calapps on the middle tier
    machine.
    ( Login to http://<infra hostname>:1810
    login as ias_admin
    Select middle tier machine -> http server-> )
    Configure generic DAD.
    The name of the dad will need to be /pls/calapps
    5. Follow the instructions on UM Admin guide page 3-3 to setup the
    calendar.
    In the file oc4j.properties in $ORACLE_HOME/j2ee/OC4J_UM/config
    For example:
    calendar.cookie.domain=.oracle.com
    calendar.dad.webserver.port=7779
    calendar.dad.webserver.host=cangre.us.oracle.com
    calendar.mailstoredn=cn=iasdb.cangre.us.oracle.com,cn=MailStores,cn=UM_SYSTEM,cn=EmailServerContainer,cn=Products,cn=oraclecontext
    in toolkit.properties from $ORACLE_HOME/um/client/config
    Calendar Server login and Logout URL should be as follows.
    login URL :
    http://<middletiermachinename>:<port>/um/templates/CalSSOLogin.jsp
    The logout url should be
    http://<middletiermachinename>:<port>/um/templates/CalSSOLogout.jsp
    6. When you create UM users using http://<mid tier host>:<mid tier
    port>/um/traffic_cop
    you need to fill in the calendar dad ( calapps ) name for each user.

  • To get Calendar control  in Design Mode

    Can any one help me regarding Calendar control is not available in Toolbar . how to get Calendar control to kept that control beside in to EditBox.we wanted like open that Calendar "POP-UP" window in our SAP-B1 application.Canu  plzz respond that Calendar control asap with your more suggestions.Calendar is their in Menu Bar but their is no Drag & Drop availability is n't their.
    Regards
    ANAND

    I suggest that you export a regular (= "system") B1 form to XML and take the information from there.
    Unfortunately Screen Painter seems not to be up-to-date yet.
    Regards,
    Frank

  • ICloud Calendar Sharing

    Hello,
    I have a couple questions regarding Calendar sharing through iCloud. My scenario is as follows:
    I am the IT for a small business and I am trying to get iCloud to help out our scheduling deficencies. In our business we have many schedulings per day and we have multiple people editing/adding/changing the calendar. Right now we have more then one calendar with an attempt to consolidate to one main calendar. The problem is obvious with this scenario, we end up loosing track of what has been changed or someone forgets to add or adjust the MAIN calendar.
    Now from what I understand there is a way to share a single calendar across multiple devices/iCloud accounts. Is this true?
    How do you share the calendar across different accounts?
    Also what do you think the best way to setup the devices? When sharing the calendar across accounts does it mark who added or edited a scheduling ie. by color coding or by iCloud ID? Should I just create one iCloud account and share that across all the different devices owned by the company? Or should I create multiple accounts for each device and share the calendar across the multiple different devices?
    I think the multiple different iCloud account would be beneficial solely for the fact of knowing who made the edit or addition (if it does indeed do that some how).
    Can you make an iCloud account without having an iCloud device?
    Any help will be appreaciated!
    Thanks,
    Jm

    Hi jm6001!
    1) Login to https://www.icloud.com/ and then open the calendar.
    2) Click in the top bar on the "Show calendars"-button. Now you can see all your calendars on the left side.
    3) Beside every calendar is a "Share Calendar"-Symbol in a small circle.
    4) Click on this button and you can invite other iCloud-members to view or edit this calendar.
    (Please excuse my meager English.)

Maybe you are looking for

  • HT4528 my purchased ringtone from itunes is no longer on my iphone4s how do I get it back

    my purchased ringtone from itunes for my iphone 4s suddenly is not on my iphone.  how do I get it back  I just purchased this ringtone in the last couple weeks

  • Get Account Id

    Guys/Gal(s), We have a situation where we need to get the AccountId of the user before the user logs in to determine whether the user�s password has expired passed 60-120 days. i know Once the user logs in, we can get the accountId from the session,

  • Is the Mail Me Button Spam-proof

    Just wondering if the 'Mail Me' button in iLife '09 is safe from email harvesters? Or am I better with a contact form? I'm publishing to Mobile Me.

  • Ipak variable selection using ABAP

    Hi All I am trying to set the value of a selection variable in an Ipak using ABAP using the following code l_t_range-low = datetime. l_t_range-sign = 'I'. l_t_range-option = 'GT'. I need to extract records with a timestamp greater than the value set

  • HT204088 Where is the option to print the invoice?

    Once you've found your invoice, where is the option to print it?