Is there any way to share To Do lists in Wiki, in Wiki calendar?

I would like to share to do lists either in the Wiki, or in the Wiki Calendar and sync to iCal if possible. Is there a way to do this?

You will need to use OLE on the client, which would further require the use of WebUtil. Here (below) are a couple of MS examples that you would need to convert to pl/sql. There are a variety of Oracle notes which discuss reading and writing to MS Word and Excel. These can likely be used as a starting place to talk to Outlook. There is a WebUtil demo which includes an example of how to write to MS Word. It can be found on the WebUtil home page:
http://www.oracle.com/technetwork/developer-tools/forms/webutil-090641.html
<li> http://support.microsoft.com/kb/160502
<li> http://support.microsoft.com/kb/170262

Similar Messages

  • Is there any way to share my Mac's internet connection with my iPod as I can't turn on the wifi on my iPod?!

    When I restored and updated to IOS 6.1.3, my wifi on my iPod Touch 4th Gen greyed out and I can no longer use it.
    Is there any way to share the connection of my mac using the USB cable or Bluetooth?
    Thanks,
    James

    JamesUpjohn wrote:
    We have contacted Apple and haven't heard back for 3 months
    How did you try to contact them? In any case, an Apple Store is the best way to handle any problems with an iPhone when you have a store in your area. The Apple Store will certainly be able to handle the problem one way or another. Most likely they'll just replace the iPhone, though if you're out of warranty the replacement will not be free.
    Regards.

  • 2 iPhones 1 computer – Is there any way to have separate contact list

    My wife and I recently purchased 2 iPhones (One for each of us). We are presently sharing an iBook G4. Is there any way to have separate contact list and separate calendars on the computer? We both use our phones for our individual work, and have different contact. I am trying to move us from pc to mac. I have a newer pc (compared to the G4) that I can hook the phones up too, but as I said I am trying to move away from PC's. We purchased the G4 used from a friend to get started and learn mac. Sorry for the long explanation I just wanted you to know that I am new to mac.

    Just set-up 2 user accounts on the computer, then you effectively have 2 computers in one. All your phone data, and everything else (internet bookmarks, desktop preferences, application preferences) etc. are completely separate.
    You and your wife can then use the computer in exactly the way you both prefer without affecting the other.
    You didn't say what version of Mac OS X you are using, so here are the instructions for:
    10.4.x: http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh168.html
    10.5.x: http://docs.info.apple.com/article.html?path=Mac/10.5/en/8235.html
    You can then use *Fast User Switching* to switch between the accounts:
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1787.html

  • Is there any way to have a COMPLETE list of all samples and loops ( Logic 8

    I'm sure it's been posted previously, but anyway, I'm looking to buy new Apple Loops libraries and I have faced the fact , that many of the sounds and loops produced by third parties manufacturers have been already included in Logic installation discs.
    I have a list of Apple Loops DVD's that have been included with Logic somewhere, the problem is, Apple didn't post ( I believe) the credits of all 3rd party manufacturers that have produced these libraries that are included with Logic or Garage band. Is there any way to have a COMPLETE list of all samples and loops that are included with Apple DAW's so I wouldn't duplicate anything ? I'm pretty much positive that Apple had other companies to sound design and sample all libraries for them, so is there also a way to have a list of those manufacturers? Again, the objection is to start upgrading the sound library without any possible duplication?
    Thanks in advance!

    Chris, I certainly don't mind additional questions and postings.
    I believe there are many issues with Apple Loops and Logic that need to be resolved and people need to be aware of that. Unfortunately, in opposite to the old "german" version of Logic , there's no lifetime tech support, you can't even call and ask the question after 60 days , which isn't right for a professional software of this level, especially considering the fact that many things still remain vague in Logic even for developers and tech support people!( believe me, I've called and asked!)
    Issues like that need to be resolved over the phone with the company, period!
    One thing I also learned over the years as a Mac OSX user, if something doesn't work, don't mess with it. Delete your drive and re-install everything. This is very frustrating , I know, but unfortunately this is the only way to deal with OSX issues, if you got a problem with your system, don't try to fix it. It's never gonna be the same again. I know , it's off the topic a little bit, but if your content is missing from the system files, before installing your new Logic, back up your important files, wipe up your drive and clean install Mac OSX , run updates and then install the Logic. Most likely , everything will be in it's place, at least 90% or more. I gave up trying to make two system in my house to be compatible 100% , but it's OK if they're 90% or more identical. I spent enormous amount of time trying to find out what's missing and where, I visited most of the forums and there's no clean answer.
    Message was edited by: Moderator

  • Is there any way to delete a page listing on the top of the IWeb site. I created a page which has links to the other pages, so I don't need all of them listed on top...

    Is there any way to delete a page listing on the top of the IWeb site. I created a page which has links to the other pages, so I don't need all of them listed on top...

    Better ask in the iWeb forum.
    Answer : inspector > first icon from the left > uncheck 'Display navigation menu'
    For future reference, also look at the other icons.

  • Is there any way to collect the file list from UTL_FILE_DIR.

    I expect the use "Oracle supplied package UTL_FILE" to import our customer order shipments to table by XML format files. I already did the procedure to import one XML file into Table by DBMS_XMLSave.insertXML and UTL_FILE. GET_LINE. And it did work.
    My question is :
    Is there any way to collect the file list from UTL_FILE_DIR. (I put all import XML files into `/usr/tmp?, I want to get all file names from this folder and feed them into UTL_FILE.FOPEN.)
    Thanks in advance

    UTL_FILE_DIR is a very dangerous and deprecated parameter. Oracle very specifically recommends not using it. You should be using directory objects instead.
    As for doing a directory listing, you can use Java stored proc. External procs/functions are not required.
    The following sample shows how to use such a Java stored proc to insert the result of a directory listing into a session temporary table:
    create or replace and compile java source named "ListFiles" as
    import java.io.*;
    import java.sql.*;
    public class ListFiles
            public static void getList(String directory, String filter)
            throws SQLException
                    File path = new File( directory );
                    final String ExpressionFilter =  filter;
                    FilenameFilter fileFilter = new FilenameFilter() {
                            public boolean accept(File dir, String name) {
                                    if(name.equalsIgnoreCase(ExpressionFilter))
                                            return true;
                                    if(name.matches("." + ExpressionFilter))
                                            return true;
                                    return false;
                    String[] list = path.list(fileFilter);
                    String element;
                    for(int i = 0; i < list.length; i++)
                            element = list;
    #sql {
    insert
    into directory_list
    ( directory, filename )
    values
    ( :directory, :element )

  • Is there any way to import a contact list into the mototalk app

    I have the new Mototalk app and I need to import about 350 push to talk contacts into the mototalk contacts. Is there any way that it can be done from a cvs or database file

    Moto is ducking the issue and misguiding you, not surprising now that Moto is owned by Google. Apple cannot help you with Motorola's own app.
    Moto's information says only that "MOTOTALK automatically imports your contacts to the app" but I can't find anything that says where these contacts will be obtained. If it's not picking up the contacts from your iPhone's Contacts, then I can't guess what they mean. I doubt very much that you'll be able to load contacts from a Mac, but I can't say with certainty.
    Regards.

  • I had two backups listed in the information about my icloud account.  I thought the newest backup would have everything.  Is there any way to retrieve what I deleted?  I lost contacts, calendar events, etc.

    I, apparently, mistakenly deleted an older backup to iCloud.  I thought the newest backup would have everything - the original infor + what had been saved recently.  So, I deleted the older backup.  Now it seems that contacts and calendar events have been removed from my phone and MacBook.  Is there any way to retrieve that?
    Thanks.

    And actually, no I am not sure  that the contacts aren't being restored, but then overwritten by iCloud because it has more recent data.  I don't know how to find that out.
    Thanks.

  • Is there any way of creating a wish list?

    I often see songs I would like to purchase but not at the time I see them and would like to compile a list which I can then add to and purchase at a later stage. Is there any way of doing this within I Tunes or do I have to have loads of stickies on my desktop!

    Just create a playlist entitled "wish list". You can drag unpurchased tunes into there and buy them when you want. Note however, that racks don't always stay in the iTMS forever.

  • Is there any way to share music between two iPhones ?

    I want to share music between two iPhones with different apple IDs , isn't there any method to do that without itunes ?

    In general, the catalog that is open when you do Export As Catalog is where the settings are, and the catalog that is open when you do Import From Catalog is where the settings aren't, yet, but will be after the Import.  Your assumptions appear to be correct for your particular example.

  • Is there any way to use Samsung Gear S watch without syncing email/ calendar from my phone?

    I recently bought a Samsung Gear S watch and got a phone line for it - for personal use. I have an office/ work mobile phone that is Samsung S5.
    I read I must use a Samsung phone to download or activate/ use the Gear S watch - so I downloaded the Gear Manager on my work phone and setup the Gear S watch through my office phone ...
    Does anyone know
    1. If it is possible to use Gear S as standalone device without connecting it with phone at all?
    2. If I must use a phone - can I setup a different email account for Gear S watch than the email account setup in my office phone?
    3. If I must use a phone - can I setup a different calendar (called Schedule in Gear S) for Gear S watch than the calendar account setup in my office phone?
    Any good article/ site for using Gear S  effectively?
    Thanks in advance to all those who may contribute to my discussion/ question.
    Sincerely,
    Amit.

    briellemary wrote:
    I was just wondering if there was any way that could be turned off so that there would be no music downloaded on my phone.
    Not at this time.

  • Is there any way to share some of my iTunes accnt balance with my wife's iTunes accnt?

    I would like share a portion of my iTunes account balance with my wife's iTunes account but don't know if that is possible. Can anyone out there assist?
    Thanks,

    Probably not, but if you want, you can click here and ask the iTunes Store staff if they'll do that for you.
    (107512)

  • Is there any way to share contacts and calendars between different Apple IDs?

    Anyone know if this is possible?

    You can share calendars through iCloud:
    http://support.apple.com/kb/PH2689
    Contacts aren't as simple, but there's a workaround posted here that might help:
    http://macstrings.com/2011/12/02/sharing-address-book-in-icloud/
    Others may have additional suggestions if you'll tell us what devices you have that you wish to sync between.
    Regards.

  • Is there any way to share music from my itunes library with a iphone not synced with my mac?

    I use my itunes with my Iphone, But my husband has an iphone also and wants some music from my library to be put on his phone. How can i do this without transfrring his iphone to my itunes and visa versa?

    No. Ignore the above post as it is completely wrong, & the poster has no idea what he/she is talking about. By design, an iPhone will sync or manually manage iTunes content with ONE computer at a time. Any attempt to do so with a second computer will result in ALL iTunes content being first erased from your phone, to be replaced with the content from the second computer.

  • After quitting FF 8.01 on a Mac with OSX 10.5, restarting the Mac then starting FF, the offer to Restore Previous Session is grayed out. Is there any way I can recover the list of pages open when FF was last quit?

    Had about 15 windows w/ tabs open. System was a little sluggish and had not been rebooted in weeks so I Quit FIREFOX. Restarted the Mac, then FIREFOX. Option to Restore Previous Session was grayed out. I haven't used that computer since, hoping not to overwrite record of previous session.
    I've used the Restore Previous Session feature many times before without any problems.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

Maybe you are looking for

  • Delivery schedule in purchase requisition should be copied to RFQ

    Hi I had a requirement to maintain delivery schedule in purchase requisition which should be copied to RFQ. Since standard SAP is not supporting this feature, we maintained delivery schedule for each line item of PR in a custom screen/development. No

  • I synced my phone with my mac and agreed to delete pictures on my phone, is there a way i can get them back on my phone?

    I synced my phone with my mac and agreed to delete pictures on my phone, is there a way i can get them back on my phone?

  • Ugrading EBS 11i to latest JRE

    Hi hussein and all, EBS 11i OEL 5 9I Up to now we are still using old browser (firefox 2.2) and jinitiator to access or prod EBS. We want to migrate it to using JRE - https://blogs.oracle.com/stevenChan/entry/jinitiator_13_to_be_desupporte By using t

  • Can't Install CS2 Properly on WXP SP3

    Hi All, I recently bought Windows 7 and Adobe CS4 through my school's bookstore, well a few months ago. Before wiping out my XP install I made sure to do the "de-activiation" and for good measure, I even uninstalled CS2 (not sure if I really needed t

  • OCIStmtExecute doesn't return

    I'm using Ora 9.2.0.1.0 (both server and client the same version) When i'm calling OCIStmtExecute (with an INSERT command, 1 row, no threading) the function doesn't return. It causes about 30% cpu usage on the client. I've already checked all paramet