Enhancement Request - How to define a repeating event?

Hi,
I assume this functionality is not yet there. Can I address this as Enhancement Request herewith?
Thanks, Volker

Volker,
The Teamcollab client does not have this ability yet but you can use the Zimbra calendar
go to https://beehiveonline.oracle.com and navigate to the FAQ area
Click on the Zimbra tab and in the list is the way to map workspace calendars to Zimbra.
Once you have the calendar mapped an event, repeating if required, can be added to the Workspace calendar.
Phil

Similar Messages

  • How do you set repeat events for a given day of the week

    How do you set a repeat event in calender for a given day of the month.  Expample 3rd Wednesday each month?

    Have you read the app store guidelines yet?
    App Store Review Guidelines:
    http://developer.apple.com/appstore/resources/approval/guidelines.html
    Don't go on what you've seen in the store - for every example you spot, there are hundreds that didn't make it in.
    As well, Apple is tightening up on reviews, etc.
    Loads of discussion on this in the iOS Dev Forums, BTW

  • How to define mouse-over event for a icon

    Hello,
    I have defined a icon for a panel in my plugin. I want that the icon should be changed on mouse over event.
    The code for icon is given below.
    resource PanelList (kDNDListsPaletteResourceID) {
                        // 1st panel in the list
                        kDNDListsPaletteResourceID,                    // Resource ID for this panel (use SDK default rsrc ID)
                        kIBPluginPluginID,                                             // ID of plug-in that owns this panel
              #if CSVER >= 4
                        kIsResizable,
              #else
                        isResizable,
              #endif
                        kIBClientPluginDNDPanelWidgetActionID,          // Action ID to show/hide the panel
                        kIBClientPluginDNDPanelTitleKey,               // Shows up in the Window list.
                        "",                                                           // Alternate menu path of the form "Main:Foo" if you want your palette menu item in a second place
                        0.0,                                                                                     // Alternate Menu position Alternate Menu position for determining menu order
                        kPlusIconPNGIconRsrcID, kIBPluginPluginID,                                                            // Rsrc ID, Plugin ID for a PNG icon resource to use for this palette
                        c_Panel
    Where should I give the resourceID of the other icon?

    Hi
    First change the name from kPlusIconPNGIconRsrcID to kPlusIconPNGIconIRsrcID
    so "I" will indicate that your icon is inactive
    Create another resource id like:
    #define kPlusIconPNGIconIRsrcID 15
    #define kPlusIconPNGIconARsrcID 15
    Define paths to the icons
    resource PNGA(kPlusIconPNGIconIRsrcID) "../res/icons/PLUS_ICO_23_I.png" // Inactive icon
    resource PNGR(kPlusIconPNGIconARsrcID) "../res/icons/PLUS_ICO_23_A.png" // Active icon
    Regards
    Bartek

  • HT2513 How do I delete repeated events in iCal?

    I subscribed to the Boston Bruins schedule and added it to my iCal on my work cell (iPhone 4). Unfortunately I share my calendar with my personal cell phone (iPhone 5), and I already subscribed to the Bruins Schedule on that phone. Now on each phone, I have 2 games per day.

    Hello LeatherneckDevilDog,
    Thank you for the details of the issue you are experiencing with duplicate calendar entries.  I recommend reviewing the following articles to resolve issues with iCal duplicates:
    iCloud: Resolving duplicate calendars after setting up your calendar application for iCloud Calendar
    http://support.apple.com/kb/TS4118
    iCloud: Advanced Calendar and iCal troubleshooting
    http://support.apple.com/kb/TS4337
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to define the endEffect event in Flex 1.5

    Hi all,
    I want once a particular effect (lets say resize effect) done
    play another effect.
    What should I write in the if statement to specify the end of
    the resize effect?
    Iam using Flex 1.5
    Thanks

    yeh i have done a example for this very well,,
    well if u want one effect to work and then add the other
    effect .
    Its suppose to be said composite effects.
    here is the code for it. just run and see if its the doubt u
    asked for...
    main.mxml
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx
    arallel id="ZoomRotateShow">
    <mx:Zoom
    id="myZoomShow"
    zoomHeightFrom="0.0"
    zoomWidthFrom="0.0"
    zoomHeightTo="1.0"
    zoomWidthTo="1.0"/>
    <mx:Rotate
    id="myRotateShow"/>
    </mx
    arallel>
    <mx:Sequence id="ZoomRotateHide">
    <mx:Rotate
    id="myRotateHide"/>
    <mx:Zoom id="myZoomHide"
    zoomHeightFrom="1.0"
    zoomWidthFrom="1.0"
    zoomHeightTo="0.0"
    zoomWidthTo="0.0"/>
    </mx:Sequence>
    <mx:VBox id="myBox"
    autoLayout="false"
    hideEffect="{ZoomRotateHide}"
    showEffect="{ZoomRotateShow}">
    <mx:TextArea id="aTextArea"
    text="Was this Digital Hand's doubt? "
    width="329"
    height="277"/>
    </mx:VBox>
    <mx:Button id='myButton'
    click="myBox.visible = !myBox.visible;"
    label="ZoomRotate!"/>
    </mx:Application>

  • Repeat events are not deleted...

    Does anyone know how to remove the repeated event in iCal especially after it has been edited to be an item designated as "all future events"?
    I attempted to delete several events that were assigned as repeating by going to the original event and editing the occurrance. When prompted I clicked the "all future events" button to apply it to all of them but there are still events showing up in iCal. Very frustrating!

    Hi Janiv,
    Base on my experience, Events will be deleted after retention period which is by default 1 day and this can be configured up to 7 days. It seems that user cannot delete the event data until the data is expired.
    Also, you could see this similar thread:https://social.msdn.microsoft.com/Forums/en-US/b0856475-e30d-404c-ae67-14e644fa0394/azure-eventhub-how-to-remove-the-event?forum=servbus
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to define custom event and how to trigger the defined event

    hi,guys
    hurry issue....................hope get help.
    I am using oracle weblogic 10gr3 portal.and we choiced java portlet.as of now,we got some question about custom Event.hope you can give some idea....
    thank you so much.
    question detail:
    1.for java portlet ,how to define custom event.
    2.how to trigger this event.
    3 about the data,may be sometime need to transit Biz data.
    auctully,I just want to implements between two portlets communicate.
    for example:
    existing portletA,portletB.
    portletA is a list,like:
    A AA <button>
    after I click this buttom,then portletB will be effect,it means they are interact with each other.
    does anybody hit this issue before,if you solved pls share me .
    thank you for you help....

    Hello,
    Please note that everything below applies to JSR168 portlets ONLY- JSR286 portlets and other portlet types handle events a little differently.
    From inside your JSR168 portlet you can send an event during processAction or when receiving another event by using the PortletBackingContext object, such as:
    import javax.portlet.ActionResponse;
    import javax.portlet.ActionRequest;
    import javax.servlet.http.HttpServletRequest;
    import com.bea.netuix.servlets.controls.portlet.backing.PortletBackingContext;
    public void processAction(ActionRequest actionRequest, ActionResponse actionResponse)
    HttpServletRequest httpRequest = (HttpServletRequest) actionRequest.getAttribute("javax.servlet.request");
    PortletBackingContext portletBackingContext = PortletBackingContext.getPortletBackingContext(httpRequest);
    portletBackingContext.fireCustomEvent("customEvent", "This is a custom event");
    To receive an event, in your .portlet file you just need to put in a "handleCustomEvent" tag specifying which method to call when the event is received, such as:
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:javaPortlet title="Listening Portlet" definitionLabel="yourPortletName">
    <netuix:handleCustomEvent event="customEvent" eventLabel="customEvent" filterable="true" description="custom event handler">
    <netuix:invokeJavaPortletMethod method="processCustomEvent"/>
    </netuix:handleCustomEvent>
    </netuix:javaPortlet>
    </portal:root>
    Then, in your receiving portlet the method "processCustomEvent" would receive the event, such as:
    public void processCustomEvent(ActionRequest actionRequest, ActionResponse actionResponse, Event event)
    The event payload can be any Serializable object you want, but for forward-compatibility with JSR286 it would be ideal if it had a valid JAXB binding.
    Kevin

  • How can I set an event to repeat on a week day rather than a numerical day of each month?

    How can I set an event to repeat on a week day rather than a numerical day of each month? I see an option at the bottom of the repeat window .... but I cannot use it. Actually, when I try it freezes up my Calendar.
    Lorrene Baum Davis

    These scrrenshots are from Snow Leopard - I would think that Lion wouldn't be too much different.

  • How do I set an event to repeat every 4 weeks on iCal on my ipad 2?

    How do I schedule an event to repeat every 4 weeks in iCal on my iPad 2?

    Wow, I'm so used to setting up most repeated events on my mac in BusyCal that I didn't realize how limiting iPad/iCal was. I'll be curious to see if anyone has a trick to accomplish this. Thanks for posting this "issue".

  • How do I set repeating workday events in my calender? There is no option for custom.

    How do I set repeating workday events in my calender? There is no option for custom.

    The built in Calendar app has very limited repeat options. You might want to try an app like Week Cal which has a much more robust repeating event selection. As it pulls from the same calendar database as the built in, there's no reentering of information required.

  • HT4528 how do I create an event in my calander that repeats the second thursday of every month

    how do i create an event in my calander that repeats the second thursday of every month

    This should get you started down the pathJust replace User data with your cluster and do the data integrity check in the value change event use a simple one button dialog to notify the user which values are out of compliance and disable and grey the OK button untill all conditions are met.
    Jeff
    Attachments:
    Prompt(Date).vi ‏50 KB

  • How can I insert an event in my clendar and set it to repeat every 3 months?

    Anybody knows how can I create an event on my iphone 5 calendar and set it torepeat every 3 months?

    If you happen to have Apple computer(s), and you are synching your iPhone calendar to your computer's calendar, you can set up an "every 3 month" period on your computer.  Simply use the calendar app on your Apple computer, access the event, access "Repeat", choose "custom", then "Monthly", then set up the interval you want.  It will sync with and properly be represented on your iPhone.

  • How do I enter an event in Calendar and repeat it every 3rd day

    How do I enter an event in Calendar and repeat it every 3rd day

    Hello PatrickMaryAnn,
    Thanks for the question, and welcome to Apple Support Communities.
    When editing or creating an event, choose Repeat > Custom… - then choose "Daily" and enter Every 3 days.
    Calendar: Update or delete an event
    http://support.apple.com/kb/PH11509
    Thanks,
    Matt M.

  • How to set repeating event in calendar

    I'm using maverick that doesn't exist in the choices.  macbook pro retina.  Calendar has not setting for repeating appointments.  The instructions in help are completely wrong.

    Hi,
    It may help if you describe what you see when you edit an event, or better post a screenshot of the window.
    The instructions I see in Calendar's help are:
    1. Double-click the event, then click the event’s date.
    2. Choose how often you want the event to occur from the Repeat menu.
    Every day:
    It occurs every day, at the same time.
    Every week:
    It occurs at the same time, on the same day, every week.
    Every month:
    It occurs at the same time, on the same day, every month.
    Every year:
    It occurs at the same time, on the same day, every year.
    Custom:
    It occurs at the same time, on custom days. For example, you can set the event to occur on the first Wednesday of every month.
    3. Choose when to stop the event from the End menu.
    Best wishes
    John M

  • How can I use custom repeating event in my iPad Air calendar iOS 8.0.2

    How can I use custom repeating event in my iPad Air calendar iOS 8.0.2?

    Unless something has changed, you can't. The iPad has limited ability to make repeats. However if you make the custom repeats in another program you can send them to or import them into your calendar and the iPad will respect the custom repeat.

Maybe you are looking for