Is it possible to work with three calendars?

Hello

I would like to work with three different calendars by user (without sharing). Is this possible? If this is the case, how can I make/configure it?

Thanks and regards.

Monica, at the moment, that is not possible. I would recommend that you submit a request for service improvement customer CRM On Demand.

Tags: Oracle

Similar Questions

  • It is possible to work with Word 2003 to export to PDF?

    I have Word 2003. Export to PDF is possible to work with it, or do I have to get the latest version of Word?  Impression on the conversions does not just at times.

    Post edited by Moderator: subject too long line and no text in the body

    Thank you.  It seems that is what it will take, unless I update for Word 2007 at least.

  • Is it possible to work with the conditions of a table in excel?

    I create a vi that store a lot of encoder pulse signals in a table, and I want to work with these terms as I in excel. Things like an average of a column, multiply the terms in the table, divide by constants.

    is this possible? Otherwise, what is the best way to work with this kind of data?

    Quite possible, that is the question to have tables, that you can manipulate as you need. The possibilities are endless.

  • Merge HDR will not work with three images

    Working with Lightroom CC... The merge to HDR feature works when you select two images, but when I select three that I get an error "could not merge... "Please cancel and review of your choice.  Can anyone offer a suggestion

    The device is set to shoot in RAW and jpg formats? At least you managed to reach the root cause of the problem.

  • It Possible to work with the same object instance Calendar?

    Dear Experts

    Can you please help me with this one... I get the same experience for all employees even if I changed the dates:

    Maybe to get the complete code you will be an overview
    import java.util.Calendar;
    
     class Employee {
        private Calendar doj;
        private String empname;
        void setEmpName(String empname)
        {
            this.empname = empname;
        }
        String getEmpName()
        {
            return this.empname ;
        }
        void setDoj(Calendar doj)
        {
            this.doj = doj;
        }
        Calendar setDoj()
        {
            return this.doj ;
        }
        int ExperienceInYears(Calendar now)
        {
                int todayday=0,dobday=0;
                if (doj.after(now)) {
                throw new IllegalArgumentException("Date Error! Doj > today");
            }
            int year1 = now.get(Calendar.YEAR);
            int year2 = doj.get(Calendar.YEAR);
            int yrs = year1 - year2;
            int todaymonth = now.get(Calendar.MONTH);
            int dobmonth = doj.get(Calendar.MONTH);
            if (dobmonth > todaymonth)
            {
                yrs--;
            }
            else if (todaymonth == dobmonth)
            {
                todayday = now.get(Calendar.DAY_OF_MONTH);
                dobday = doj.get(Calendar.DAY_OF_MONTH);
                if (dobday > todayday)
                {
                    yrs--;
                }
            }
            return yrs;
        }
    }
    
    public class Main {
        public static void main(String[] args) {
            Calendar doj,today;
            int yrs;
            today = Calendar.getInstance();
            doj = Calendar.getInstance();
            today.set(2011, 3, 14);
    
            Employee e1 = new Employee();
            Employee e2 = new Employee();
            Employee e3 = new Employee();
    
            e1.setEmpName("John Denver");
            doj.set(1990, 1, 2);   // First Time
            e1.setDoj(doj);
         
            e2.setEmpName("Olivia Newton");
            doj.set(2002, 12, 12); // Second Time
            e2.setDoj(doj);
    
            e3.setEmpName("Neil Diamond");
            doj.set(2005, 3,3);    //Third time
            e3.setDoj(doj);
    
            yrs=e1.ExperienceInYears(today);
            System.out.println("The Employee " + e1.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e2.ExperienceInYears(today);
            System.out.println("The Employee " + e2.getEmpName()+ " has " + yrs + " years of exprience" );
    
            yrs=e3.ExperienceInYears(today);
            System.out.println("The Employee " + e3.getEmpName()+ " has " + yrs + " years of exprience" );
        }
    }
    Published by: standman on March 14, 2011 12:37

    standman wrote:
    If I have three different dojs can I get the right answer! But why?

    What said Kayaman; However, now that you know this, you see that there is a much better way to set up your employees? (Hint: think of an employee (String, int, int, int) constructor).

    Winston

  • Is it possible to work with photoshopon, an iPad or another type of Tablet? (For on the road without a laptop)

    Hey there, my question refers to the original photoshop, so not a smaller for mobile devices.
    I would like to work on an iPad Pro with a pencil to Apple. I'd go even for another Tablet or something else. Just something powerful, big as a Tablet, to use on the road, or on the couch. So is it possible to install photoshop on a mobile device, or do you have another idea to solve this problem?

    Even if the iPad Pro could turn full OSX you would always hindered by him with only 4 GB of memory. I suggest that you have only the Surface Pro as an option if you want to run Photoshop itself with a fairly large tablet. You can get a 16 GB version but its expensive. People I know with a Surface Pro say its good, but still not a replacement for a less expensive high-end desktop computer.

  • Is it possible to work with Muse on two different PCs and to work on the same files at the same time?

    Is it possible that two people work the same files with different PC edition?

    No, this is not possible.

  • PowerVault NX400. It is possible to work with a Cluster SQL Server 2012?

    Hello, a customer asks me if the current NAS solution, they (DELL PowerVault NX400) will allow them to work as a shared Volume of participating in a Cluster of SQL Server Cluster using SQL Server 2012. If no what others don't bottom end (for small businesses) will be used for these purposes? Receive your answer. What about Diego VP

    DiegoVp

    Thks. DevMgr.

    In this sense, whereas the NX400 comes with Windows STORAGE Server 2012, which has an iSCSI Target Server (as a service) will allow only external 2 servers (active, active cluster) running Windows Server 2012 to use NAS as shared storage?   .

    Yes, if you use the iSCSI target option on your NX400, you could actually use your NX400 as a SAN and allow other 2 servers run a shared storage cluster.

    A few things to keep in mind:

    -When your NX400 must restart (for finishing or any other reason), you will need to first down both your servers in cluster

    -I recommend putting on 2 separate subnets and switches iSCSI traffic (or at least isolated VLAN on 2 separate physical switches). In other words; Avoid iSCSI traffic running on your local network for reasons of reliability and performance. I'd read some of the documentation of Equallogic iSCSI switch to see how you configure switches for iSCSI.

  • Best way to work with Google Calendar (Apps for Business)

    Hello world

    According to this article:

    http://www.Theverge.com/2013/3/25/4141184/Windows-8-mail-calendar-people-app-updates

    -the upcoming update for applications Mail, calendar and people will remove its support for Google calendars in the calendar application. I use my Surface to connect to my schedule of work, which is hosted by Google Apps for Business. Even if Google haven't removed Exchange Active Sync support for paid on behalf of Google, the article above suggests that Microsoft is.

    Are there apps compatible CalDAV calendar for Windows RT (Nothing obvious to search the store/web)? Also, can anyone recommend an easy way to continue to access Google Calendar.

    Thanks in advance,

    George.

    Hello GeorgeBeckett,

    I would recommend the Google Search of the store application. It's actually 14 Google apps in one alone, including Calendar, Gmail, Utube and many others. Once your connection it will keep you connected all day.

  • Does not work with a calendar and design - data

    I downloaded the demo of master cs5 and installed. When I open the Flash Catalyst, I am not able to open the timelines Panel and design-data, it is reduced at the bottom of the workspace, but there is no way to open it by clicking it, or by dragging the gray bar Manager. Even the menu calendar is disabled.

    I post a screenshot of the problem.

    catalyst.jpg

    Hey!

    Double click on each tab (or data design time timelines) should open for you.

    Nothing is activated in the menu of a calendar at the time of your capture screen, is because your project currently contains no States/pages, or any selectable items.

    If you select State 1, and then click 'Duplicate State' of the timeline become active and develops.

    Let me know if the work above for you, and if you have any other questions about the timeline.

    Thanks for posting!

    Tara

  • Is it possible to work with JavaScript in JUST ONE TAB and not on others

    I usually browse websites with javascript is disabled. But sites like facebook and youtube need javascript. So what I really want is to just run these sites on legs with active javascript and run the other tabs without it.

    Try noscript. It can be a pain to get the installer at the beginning because you need allow all areas that you want to allow JavaScript for, but that market either tabs or windows.

    https://addons.Mozilla.org/en-us/Firefox/addon/NoScript/

  • is it possible to work with the touchscreen on photoshop?

    I have a laptop and I want to use the touch screen to draw in photoshop.

    can someone help me?

    Thank you!

    Using Photoshop | Experimental features

    Some Tablet Wacom touch and also you can program some touch functionality to interface with Photoshop. You mast even power painting finger if you just need a few crude brush strokes.

  • Y at - it how to work with two or three usb or 1394 camera with timing?

    I would like to work with three camera with synchronism 1394b. Y at - it an example? Is this possible?

    You will need to give more details. Do you mean that you want to order on Photo 3 simultaneously? Yes you can. What is your application?

  • cannot use the wheel to scroll with Google Calendar. Works with IE, so not a problem of Google.

    The wheel on my mouse does not work with Google Calendar. It works everywhere else. It also works with Google calendar on IE. That's why I think it's a Firefox issue.


  • Y510P 59405664: Dockingstatin available, even with three monitors?

    Hello

    I am about to replace my desktop and laptop system with the IdeaPad Y510P 59405664 as the two-in-one-solution. So: is there a docking station for this idea which is able to manage the following specifications?

    • mechanical keyboard via PS/2 (not an absolute must, but would be great)
    • mouse via USB
    • audio via RCA
    • three monitors
    • Gigabit ethernet

    I hope that it is possible, even with three monitors. In my current setup of PC desktop, I use three monitors, too. The reason I think that it should be possible is that this IdeaPad has the internal CPU graphics (NVS), who can manage a monitor, and the second dedicated graphics card GT750 that should be able to handle additional monitors. All monitors are monitors FHD (1920 x 1080).

    If there is No docking station available that can handle three monitors, is it possible to work with DisplayPort or something like that? I have not worked with DisplayPort, so I don't know what is possible.

    I appreciate every response that is useful to me :-)

    There is no docking station on the y510p

Maybe you are looking for

  • DisplayLink Core Software cannot be installed on this operating system - Dynadock

    I have an other laptop manufacturers, and I want to use it in my home office, I bought a Toshiba Dynadock. I installed the software and, during this process, a message is displayed as follows: "DisplayLink Core Software cannot be installed on this op

  • How to set the order of tabbing to the cells of a table?

    Is it possible so simple or short to change the order of the vote tabulator jumps in a table? For that first all cells in a row, and then in the next column are active or not.

  • What is the incoming and outgoing POP3 for AOL?

    What is the incoming and outgoing POP3 for aol?

  • How can I speed up my laptop?

    My laptop is very slow and takes forever, and drags a bit when executing programs.My Windows Vista Home Premium laptop is a DELL XPS M1530 and I've had it for two or three years.I hope someone can help as it's getting quite annoying!Thank you!

  • Air-cap3502I AP

    Hello Can you help me with the planning and coverage In fact, I add air-cap3302I ap to 78 m x 55 m, aps, how much I need? and you would help me with WCS, when I assigin the ap cap3502I-air to the map, I do not see the cover, the heatmap does not work