How do I create an event repeating at random days at once in iCal using iPhone?

Hi, I do shift work, both day and night shifts. Is there a way I can select multiple random days say 1, 7, 9, 15, 23 and mark them as day shifts in one go without having to create five seperate same events? If not, is there a way to do this using AppleScript? Any help would be grealy appreciated!!!

Try this:
var rank = this.getField("Hours26").value;
var value = 0;
if (rank < 1) {
  value = 0;
} else {
   value = ((this.getField("Time Bns.26").value) + (this.getField("Incent Bns.26").value)) + (this.getField("Spec Bns.26").value);
event.value = value;

Similar Messages

  • 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 do I create an Event Handler for an Execute SQL Task in SSIS if its result set is empty

    So the precedence on my entire package executing is based on my first SELECT of my Table and an updatable column. If that SELECT results in an empty result set, how do I create an Event Handler to handle an empty result set?
    A Newbie to SSIS.
    I appreciate your review and am hopeful for a reply.
    PSULionRP

    Depends upon what you want to do in the eventhandler. this is what you can do
    Store the result set from the Select to a user variable.
    Pass this user variable to a Script task.
    In the Script task do whatever you want to do including failing the package this can be done by failing the script task, which in turns fails the package. something like
    Dts.TaskResult = Dts.Results.Failure
    Abhinav http://bishtabhinav.wordpress.com/

  • How to delete albums of events, last 12 months, last import, and hidden in photos iPhone 4s

    how to delete albums of events, last 12 months, last import or hidden in photos iPhone 4s?

    Photos synced to the iphone from your cmputer are removed the same way, the sync process.
    Open itunes, connect iphone, go to photos tab, select what you want, sync.

  • How can i create an indicator to read the RMS value of my FFT using FFT Spectrum (Mag-Phase).vi

    Hai to all,
    how can i create an indicator to read the RMS value of my FFT using FFT Spectrum (Mag-Phase).vi.
    as u can see in my block diagram(attached), i can use statistic to read the RMS value for the data but i cant's use it on the FFT Spectrum (mag-Phase).vi .
    Thank you for helping.
    Attachments:
    block diagram.jpg ‏48 KB

    hafizzuddin wrote:
    thank you for the opinions, for now i am not using any express Vi..
    In the long run you will benefit from this. Anyway is your problem solved, or do you need more help?
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Hi i have recently bought iphone 5s and created apple id on the same day. But i didnt used the apple ID for 20 days. While trying download the apps my Apple ID was Inactive. Please tell me how to active my Apple ID

    Hi i have recently bought iphone 5s and created apple id on the same day. But i didnt used the apple ID for 20 days. While trying download the apps my Apple ID was Inactive. Please tell me how to active my Apple ID.

    Hi,
    Try to connect you on Apple.com on your computer,
    and if it doesn't work, it will tell you.
    Thanks

  • How can I create a custom repeat ("second Wednesday") in Calendar in calender

    I have some repeating events (I believe transferred from previous phone) where the "repeat" line says "Custom" and the "every second Wed." (for example" carried over and plots correctly on the iPhone calender, but I don't see any way to CREATE a custom repeat like that.  Is it possible?

    There is not a selection for every second Wednesday, but you can repeat the event every two weeks as that is a choice. Hope this helps :)

  • How Can I Create an Event Link to a Page Tab?

    I have a portlet in one tab that generates an event. I want to be able to send this event to the same page but to another tab where another portlet resides. Here's the code snippet that creates the link. This code is part of a custom JSP tag.
    // Attempt to get access to the portlet render request to determine if we are within a portal context.
    PortletRenderRequest prr = (PortletRenderRequest) pageContext.getRequest().getAttribute(
        HttpCommonConstants.PORTLET_RENDER_REQUEST);
    if (null != prr)
        try
            // Set up the parameters used for the link.
            NameValue[] eventParameters =
                new NameValue("linkUrl", linkUrlParamValue)
            // Construct the link parameter we will be using.
            linkUrl = EventUtils.constructEventLink(prr, "linkClicked", eventParameters, true, true);
        catch (PortletException e)
            // Error processing removed...
    }This code will generate the event correctly and all processing occurs as expected. However, I cannot find a way to force the second tab to display.
    I am able to force the the second tab to be displayed if I use "Direct Access URLs". These links are in the form
    [protocol]://[host]:[port]/pls/portal/url/page/[page_group_root_page_name]/[tab_name]
    But is there a way to create an event link using a specific URL?

    Hi,
    One workaround that i can think of is:
    1. Set the <passAllUrlParams>true</passAllUrlParams> attribute in your provider.xml of the portlet on the target page/tab.(dont forget to refresh the provider)
    2. If you already have the url to the tab, then you just simply construct the form in your previous portlet to post to that url with all the necessary form fields.
    3. Process the request parameters and render the second portlet.
    hope that helps.
    thanks,
    Harsha

  • How do I create an event template in iCal?

    I have multiple events that take time to setup.  I'd like to be able to create an event once and then save it for re-use.  I realize I can always go to an old event and copy it but that is not nearly as useful as a template

    After reading other posts, I am coming to the opinion that Events must be created in iPhoto on a Mac.  I don't have one of those, so I suppose I'll just have to make do with Folders and Journals.

  • How do I create an event (LEOPARD) then export for email?

    I want to create an event, export in leopard, then email with an alarm for someone on a MAC using TIGER. Tried this but it exported the whole calendar. Please advise.
    Thanks

    Depends upon what you want to do in the eventhandler. this is what you can do
    Store the result set from the Select to a user variable.
    Pass this user variable to a Script task.
    In the Script task do whatever you want to do including failing the package this can be done by failing the script task, which in turns fails the package. something like
    Dts.TaskResult = Dts.Results.Failure
    Abhinav http://bishtabhinav.wordpress.com/

  • How do I Create Business Events ala PSV1

    I can get business events using SAP standard bapis such as RH_GET_PLVAR and RH_GET_EVENT_DATES. I then pass these to a web app for display. What I need to do is to also edit those events and create new events using bapis. This is the same thing you could do using PSV1. But, of course, I will need to do it through bapi calls.
    I have had no luck finding out what bapis I need to use to do this. Can anyone help me out? Thanks!

    Pages is mostly for making documents , but there is a great app in the app store called business card design , it let's you create and print business cards .

  • How to properly create a non-repeat report block?

    Hi everyone,
    I am trying to create a front page for my report. In the report data mode I have a query only return one record, so why that query in the data model showed as a group? <It has the query name - Q_1 on the top, and a group box at the bottom named G_xxxx.>
    Second question is why i use the report block wizard to create the frontpage, the wizard forced me to select a group, otherwise it give warning/error message. I only want to select the client name and his address and no need to repeat <so the frame should use the non-repeatable frame right?>.
    At the moment, I have two queries in the data model, first one is the "select" query which will only return one record for the report's front page, second query is a matrix (cross product) query for the main contents of my report. Both query has no link.
    This is my first Oracle report so any suggestions are the most welcoming.
    Thank you
    Bryan
    Edited by: Bryanevil on Apr 8, 2009 8:19 AM
    Edited by: Bryanevil on Apr 8, 2009 8:26 AM

    Thanks DC
    Thats what I was thinking too. Is this the only way to create a non-repeatable frame; no wizard can be use for create non-repeatable report block? Why I am asking this is because I am lazy, dont want to add all the fields and labels one by one to the frame.
    Secondly, in the data model, is there any way to create a query which the data model will not recognise it as a group query but a single record query?
    Regards
    Bryan

  • How do you create multiple events (different dates) from one large event?

    I recently downloaded a large number of photos from my iphone to iphoto. All of the photos are now under event 4/9/2011 (the date and times are correct, just all in one event). How do I change/break up photos and add/change event dates? I don't want to scroll up hundreds (half a year) of photos to see photos I took yesterday.

    Select the Event and go Events -> Autosplit
    Regards
    TD

  • How can i create an event from a cell of JTable ?

    Hi , I am having a JTable which has two types of render : checkboxCellRender and DefaultTableCellRenderer
    i want to generate an event by clicking the checkbox which will do color changes for other cells . How can i do that ? Can i pass the events ?
    code snippet :
    class checkboxCellRenderExt extends checkboxCellRender
              public checkboxCellRenderExt(){}
              public Component getTableCellRendererComponent(JTable table, Object value,
                        boolean isSelected, boolean hasFocus,
                        int row, int column)
    JCheckBox c=(JCheckBox)super.getTableCellRendererComponent( table,value,isSelected,hasFocus,row, column);
    JTableModel md = (JTableModel)m_TablePan.getTable().getModel();
    Vector currentRow = md.getRow(row);
    if(isSelected)
    boolean m_bavail = ((Boolean)currentRow.get(COLUMN_TCM_STATUS)).booleanValue();
    if(!m_bavail)
         c.setForeground(Color.BLACK);
         c.setBackground(Color.WHITE);
    else
         c.setForeground(table.getSelectionForeground());
         c.setBackground(table.getSelectionBackground());
    else
    setForeground(table.getForeground());
    setBackground(table.getBackground());
    return this;
    class CustomcellRenderer extends DefaultTableCellRenderer
         public CustomcellRenderer()
         public Component getTableCellRendererComponent(JTable table, Object value,
                                  boolean isSelected, boolean hasFocus,
                                  int row, int column)
              checkboxCellRender chkbox =null;
              JLabel lb;
              Component c = super.getTableCellRendererComponent(table,value,isSelected,hasFocus,row, column);
              if (value == null)
         return c;
              if (value instanceof String)
                   String s = (String) value;
                   lb = (JLabel)c;
                   lb.setBorder (noFocusBorder);
                   lb.setText(s);
         JTableModel md = (JTableModel)m_TablePan.getTable().getModel();
         Vector currentRow = md.getRow(row);
              this.setHorizontalAlignment(JCheckBox.CENTER);
    if(isSelected)
                   boolean m_bavail = ((Boolean)currentRow.get(COLUMN_TCM_STATUS)).booleanValue();
                   if(!m_bavail)
                        c.setForeground(Color.BLACK);
                        c.setBackground(Color.WHITE);
                   else
                   c.setForeground(table.getSelectionForeground());
                   c.setBackground(table.getSelectionBackground());
    else
                   setForeground(table.getForeground());
                   setBackground(table.getBackground());
    return this;
    }

    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.
    Add a TableModelListener to the TableModel. An event is fired when the contents of the cell are changed.

  • How do I create an event which begins at a particular time and finishes on a later date at a particular time

    iCal will only let me have an all day event for something which goes over a day, what about events that begin in the afternoon of one day and go on into the afternoon a few days later, when I have tried inputting this into ical the event only shows up on the first day

    This is a duplicate post.
    I built a basic Checkbox web page.  I want to add a time stamp everytime a check is made on the page.  How do I do that?
    Nancy O.

Maybe you are looking for

  • Why can't I use the update center in 9i Jdeveloper any more?

    why can't I use the update center of 9i jdeveloper with my otn username and password anymore? Is there any problem?

  • PDF-in web browser - open link in new window

    I've done a lot of searching for JavaScript code to solve this: if a PDF is being viewed in a web browser, and the user clicks a link in that PDF, the default is to have the linked page replace the original. I would like it to open a new window in th

  • Prevent reschedule on released process order in APO

    Hi, We have a business requirement that does not want APO to reschedule on released process orders regardless of production posting quantity.  (don't want to change the order end date/time)  It is similar to R/3 scheduling type "only capacity require

  • Remove Image Icon in DataTable

    Hai EveryBody, I had implemented a Data Table with dynamic rows and columns using JSF and now I would like to invoke a Trash Image Icon(<h:graphicimage>) in one of the column in the datatable.so if I click that Icon the entire row of the DataTable sh

  • Procedure for installing CS6 upgrade from CS5.5 on new computer

    Hello, I am running Design Premium CS5.5 which was an upgrade from CS4.  I am buying a new laptop.  Can I install CS6 directly?  Or do I have to install CS4 and then CS5.5 and then CS6? Do I "deactivate" CS5.5 on the old computer first? Thanks! Tony