How does one change ownership of event?

How does one change ownership of an event?
We are running OCS 9.0.4.2 on redhat enterprise linux 3.0
I have a calendar entry which I got from:
mySess.fetchEventsByRange(Api.CSDK_FLAG_STREAM_NOT_MIME | Api.CSDK_FLAG_FETCH_EXCLUDE_DAILYNOTES |
Api.CSDK_FLAG_FETCH_EXCLUDE_DAYEVENTS, hand, in_start, in_end, eventProp, result);
BEGIN:VEVENT
UID:20050620T151524Z-505dd-1-7af6ed32-Oracle
ORGANIZER;X-ORACLE-GUID=FEA199DDB9763627E030378E793341C1;CN=old owner:mailto:old.owner@email
DTSTART:20050801T120000Z
DTEND:20050801T220000Z
END:VEVENT
So now I'm trying to save the event under the new owner using this:
mySess.storeEvents(Api.CSDK_FLAG_STORE_MODIFY,event,result);
where event reads as follows:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ORACLE//NONSGML CSDK 9.0.4.2//EN
BEGIN:VEVENT
UID:20050620T151524Z-505dd-1-7af6ed32-Oracle
ORGANIZER;CN=new owner:mailto:new.owner@email
DTSTART:20050805T120000Z
DTEND:20050805T220000Z
END:VEVENT
END:VCALENDAR
And i've run mySess.setIdentity to change to the old owner and new owner with no success?
Please how does one change the owner of an event?

The Calendar Sdk doesn't allow you to change the ownership of an event. (ORGANIZER value).
Regards,
Jean-Philippe

Similar Messages

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • Safari on Windows. How does one change default spelling dictionary?

    How does one change the default spelling dictionary for Safari on Windows? For the Mac, it changes in response to the default locale, but on Windows, it just sets to American English and you cannot change it anywhere I can see. All my locale information in Windows is set to UK English.
    In fact on some websites, like this one, the spelling checker seems to be disabled! I'm on Windows 7 64-bit, BTW, running Safari 5.1.7
    Message was edited by: Grant Wray

    I think I just found the answer (though I don't know why the interface is buried this way). Find a word that the American spell check is flagging, right click on it, select Spelling and Grammar, and then select Show Spelling and Grammar. Make sure that the language listed at the bottom says British English (not my choice of what to call it, so please don't blame the messenger).

  • How does one change library from 1,5 to 2,0?

    How does one transform 1.5 photo library to 2.0 library within Aperture 2.0?
    Thanks!

    Mitch Aunger wrote:
    and of course you have a backup of your library before you start... right???
    Of course - everyone uses Time Machine, right ?

  • How does one change the date format for PlayMemories Home folders?

    I am using PlayMemories Home Version 2.0.00.11271 and have many folders within it which contain only photographs imported from my Sony DSC-H9.  Unfortunately, PlayMemories Home insists upon dating all folders in a month/day/year manner; and this makes little sense if one wishes to have the folders listed in logical chronological order.  How can I change the date format to year/month/day?  Changing the name of each folder, one by one, will take a very long time!  Your helpful advice in this matter will be greatly appreciated.  Thank you. System information:
    Operating system: Microsoft Windows XP Professional
    Service pack : Service Pack 3
    Memory: 1.5 GB
    Processor:         Intel(R) Pentium(R) M processor 1.86GHz
    Max. clock speed: 1.86
    Manufacturer: IBM
    Model: 1847W76
    System language setting: English (United States)
    User language setting: English (United States) 

    I too thought that the folder naming format was obviously wrong and couldn't find a way to change it. I do agree that placing photos in folders according to when they were taken is a great idea. I had been considering writing some software to do just that. After discovering that PlayMemories does it, I had it re-import all my photos. Then I wrote a small Perl script to rename all of the folders into year-month-day format. Included here is the Perl script. It only acts on a single folder - use it on the root folder where all the PlayMemories folders are. It will rename all folders currently in a month-day-year format. I used it without problems but of course there is no guarentee that it is error free. This should work with any common version of Perl. Tom # There should be one command line argument: the directory to act upon
    if ( scalar(@ARGV) == 0 ){
     print "Usage: RenameDirs <dir>\n";
     print " Where dir is the directory containing the directories to rename.\n";
     exit;
    $mydir = $ARGV[0];
    chdir $mydir or die "Couldn't chdir to $mydir: $!";
    opendir(ROOTPHOTODIR, ".") or die "Failed to open the pictures directory $mydir: $!";
    @allphotodirs = readdir ROOTPHOTODIR;
    closedir ROOTPHOTODIR;
    foreach $dir (@allphotodirs) {
     if ( -d $dir ) {
      print "$dir is a directory";
      if ( $dir =~ /^(\d{1,2})-(\d{1,2})-(\d{4})$/ ) {
       print " and has the proper format: month $1 day $2 year $3 and will be renamed to ";
       $newname = sprintf "%4u-%02u-%02u", $3, $1, $2;
       print "$newname\n";
       rename $dir, $newname or die "failed to rename $dir to $newname: $!";
      else {
       print " but is not of the proper format\n"
     elsif ( -f $dir ) {
      print "$dir is a file\n";
     else {
      print "$dir is neither a directory nor a file\n";
    }

  • How does one change the folder to which scanned images are saved?

    Using a CanoScan 9000F Mark II scanner
    Using the ScanGear driver software that came with it
    Right now every time I scan something, it is automatically saved in "My Documents", and I have to drag and drop the file where I really want it to go. How do I change it so that the file is saved where I want it to go in the first place. Also, it is automatically assigning a file name so that I have to go to the file and change that to what I would like it to be too. How do I make it so that I can name the file before it gets saved. Neither do I see where it gives me the option to choose the format in which the file is saved; it is saving the files automatically as JPG, but I would like to save them as TIFF or BMP.
    These seem to be very standard options; so I don't know why I'm finding it so hard. I must be blind or something.
    Thank you for your time and assistance.

    Hello barbarossa,
    Great question!  You can change all these settings through the My Image Garden software.  The exact procedure will vary depending on the version of Windows you are using.
    If you are having any difficulty locating this software, feel free to visit the link below to let us know your operating system and we can follow-up with step-by-step directions.  Thanks! 
    http://www.usa.canon.com/cusa/consumer/standard_display/contact_us_consumer
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Flash CS5 How does one change background color in TextArea Component

    I'm trying to change the background color of a TextArea Component.  Does anyone know how to do this?
    function processXML(e:Event):void {
      var strTextBox:String;
      myText.visible=true;
      myText.setStyle("contentBackgroundColor", 0x000000);  //Does not work..nor does   myText.setStyle("backgroundColor",0x000000);
      myXML = new XML(e.target.data);
      strTextBox = "<a href='" + myXML.Branch[0].linkURL + "'> More Info...</a>";
      myText.htmlText=strTextBox;

    for that one you have use styles:
    var newFormat:TextFormat = new TextFormat;
       newFormat.bold = true;
       newFormat.size = 18;
       newFormat.color = 0xFFFFFF;  //I'm wanting white font on black background.
       //apply the format:
    myText.setStyle("textFormat",newFormat);
       myText.visible=true;
      myText.textField.background=true;
      myText.textField.backgroundColor=0x000000;

  • How does one change the name of the home folder?

    I would like to change the name of the administrator and home folder on one of my computers. How is this accomplished?
    I'd be most grateful for some help with this.
    Thanks.

    Macworld | Changing the short username in Leopard. Use the last procedure, "The Full Monty."

  • Having changed Mail in Lion to 'Classic Layout', how does one change back?

    Hi.
    When I upgraded to Lion I didn't like the new layout of Mail, so I changed it back to the Snow Leopard-like 'Classic' layout.
    I fancy giving the new layout another go now, so I've un-ticked Classic Layout in Preferences>Viewing, but it still doesn't look like it did when I first installed Lion, which had the two-line preview messages in a vertical column to the left of what I've always called the 'preview pane'.
    What I have now is the two-line list above the preview pane.
    I can find loads of tutorials on how to change the Lion Mail appearance back to Snow Leopard, but I can't find anything to do the reverse and arrange everything in vertical columns again. Nothing seems to leap out at me in Mail Preferences, and I'm a bit lost.
    Can anyone please advise? I'm sure it is a dead simple thing to do, but I can't work it out...

    Cancel that...
    I went back to Classic, and then came back out of it, and I had the vertical column arrangement again.
    It was definitely horizontal the first time I un-ticked Classic, honest!

  • How does one change a "rollover" value in a text field of a fillable PDF?

    I have a fillable PDF, and the values displayed when rolling the pointer over a fillable text field are showing some strange values.  I inherited this form from someone who is no longer with the company.  I need to be able to change the values but can't figure out how.  I'm new to LiveCycle so any help is greatly appreciated.

    When you click on the field, right click to properties.  If the tab isn't there then go to the top toolbar, click on Window and it should appear in the list there.  Once you click on it in the Window menu it will appear as a tab on your properties box.

  • How does one Change Memory the dividers(1:1 to 5:6, etc.) on the K8T Neo2-F?

    I have the 3.3 Bios and so far overclocking is a bit of a let down as most controls seem to be quite useless, I can go to about 226Mhz @ 1:1, Which with a 3200 90nm cpu is about 2.26GHz max and I'd like to go faster, Like maybe 2.4Ghz to 2.6Ghz or so, But I don't want to buy better ram right now. My ram is a Buffalo Hynix 256Mb PC3200 Dimm. I've went so far as to max out the voltage controls, I Changed the HTT rate to 800Mhz speed and I've gotten breifly as high as 2.3Ghz and no farther. :frown:    I mean How do I set the Memory to 5:6 or whatever?

    You may want to ask this in the Overclockers area. This area is mostly for standard problems. The overclockers area is for those issues.

  • How does one change the default iMessage font?

    from Helvetica 12 to anything else other than going to format>show fonts which seems to only temporarily alter the font?

    Hi,
    You cannot access the two settings indicated ?
    The Font Option allows choice of Font
    You can colour the "Balloons" as in my Pic and you can also colour the Font.
    I am trying to think of any reason why you may not be able to change but cannot think of any.
    Possibles
    Parental Controls does exclude you from changing some things in the Preferences (mostly in the Accounts pane and Privacy for AIM names).
    If you did not own the .plist this info is kept in there might be issues but I cannot say I have seen them before.
    8:36 PM      Monday; October 22, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How does one change the login screen background

    I have changed my desktop background picture few weeks ago with a picture I took. recently I have changed it again to one of the default pictures in OS Yosemite.
    The problem is many times when I login to my computer, it shows the old picture I had instead of the one I currently set. I delete the old picture completely (from my hard drive and trash folder).
    I will appreciate any help!
    Thanks

    I checked the hard drive and could not find the picture. However, it is still appear on the login screen :\

  • How does one change the "rollover" value in text field of fillable PDF

    I have a fillable PDF, and the values displayed when rolling the pointer over a fillable text field are showing some strange values.  I inherited this form from someone who is no longer with the company.  I need to be able to change the values but can't figure out how.  I'm new to LiveCycle so any help is greatly appreciated.

    I guess you are referring to "Tool Tip" you can update those in "Accessibility" Pallet...in designer you would access this by Shift+F6.

  • How does one change the dictionary default from Portuguese to English?

    In one of the upgrades, instead of defaulting to English, my spellchecker instead defaults to Portuguese, which is the first language listed (also have French and Spanish). So every time I open Firefox, I have to change back to English.

    I've had this problem for over a year. I have three dictionaries installed, but when opening a text box i.e. on a web page where text may be entered e.g. to create email or fill a form on line, 90+% of the words are red-wavy underlined because the dictionary in use is not my native language, but one I may occasionally try to use when I must...which is rarely.
    Firefox NEEDS to have a setting for the Default Spell-Check Language, and it doesn't have one.
    Unfortunately, I stopped coding some thirty years ago, and would love to do the fix, but I've simply been ignorant too long and must beg this of the fine developer crew out there.

Maybe you are looking for

  • Adding field in dynpro with MWMMOB01 enhancement

    Hi everybody!!! My requeriment is adding a new verification batch field to LM07 transaction. Does anybody know how can i do it with this enhancement MWMMOB01 or maybe somebody knows another diferent way to do it? I have checeked another post but i do

  • How to create database triggers in ABAP Dictionary

    Hi, How can i create database triggers on tables, like the update, delete and insert triggers which we used to create in SQL sever and other databases, is there any transaction for doing the same from ABAP dictionary. or should it be done at the raw

  • I want to unhide files on my external hard drive that used to be used for windows

    I have a Western Digital external hard drive. I was using it with a windows 7 computer and had certain folders (and their contents) marked as hidden. I have now upgraded to a iMac desktop. I am using Mountain Lion OS X 10.8.4. I used online instructi

  • Export to XML Report Output

    Hello, I want generate the report with XML, so i can parse the XML  data for my local system uses the business data. Is it possible to create the report in the ByDesign which will generate the report output data in XML file. Any idea will great. Than

  • Reg: Logical Path names..

    How to maintain the logical file path names. Please provide any step by step approach for creating a logical file path.