How to make "weekday only" recurring event?

I am new user of the iPad and iPhone and noticed that I could not set recurring event to M-F only like my Blackberry had. Any recommendations from anyone?
Thanks in advance for any direction.

Two options:
First, check what you can do in your desktop calendar application. I can create such events in iCal on my Mac and they sync correctly to the Calendar app on my iPad and on my iPhone.
Second, the brute force approach. When all else fails you can create 5 separate repeating events, one each on Monday, Tuesday, Wednesday, Thursday and Friday. Not the best option by any means but it does work.

Similar Messages

  • How do I add a recurring event to repeat on the fifth recurring day of the month, for example, an event that only happen on the fifth Sunday of the month for those months that have a fifth Sunday?

    How do I add a recurring event to repeat on the fifth recurring day of the month, for example, an event that only happen on the fifth Sunday of the month for those months that have a fifth Sunday?

    Create one on the first Tuesday, select repeat/monthly and take the option at the bottom.

  • How do I change a recurring event on iPhone 5 which syncs with Google Calendar.  As soon as I change it on phone it reverts back to original.  Works on pc perfectly.

    Help.  How do I change a recurring event on iPhone 5 which syncs with Google Calendar.  Just reverts back to original.  Work perfectly on pc.

    Do you happen to have Dial Assist on? This is in Settings>Phone. This is what helps the phone identify international numbers when dialing, based on location. See if turning that off/on makes a difference. Unless you are making a number of international calls, I believe this can be left off. See the User Guide http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf  Page 49 has info regarding Dial Assist.

  • How to make read only field in Task list?

    Hi All,
    How to make read only field in Task list?

    This can be done one of two ways:
    1. Customize the form in Infopath, right click your field and disable the control.
    2. Use JavaScript/jQuery on the page to disable the element.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How do I print only the events of a particular calendar, and not all the days in between listed?

    I am working on a MacBook Pro.  I have multiple calendars in my calendar.  I am able to figure out how to print a list of events for a particular calendar, but the list includes listing all the dates in between as well.  For example, I'd like to print a list of presentations I have coming up over the next 5 months.  That yields a 9 page document.  Although there may be only one presentation on a particular page, it also lists all the calendar dates, even if it doesn't have an event.  Does this make sense?
    Does anyone know how to deal with this?
    Thanks!

    Hi JN and Barry,
    Barry wrote:
    The second case may not be included in the available D&T formats in Numbers 3
    For my region, the Date & Time data formats include month.
    The Date Pop-Up
    This may not be the case for all regions.
    Remember that the month is only the display, and the Full Date & Time is still there. If I change the format to reveal what is behind the curtain:
    Regards,
    Ian.

  • How to make FileChooser only  have a Folder to choose?PLs help

    Dear Java expert!!Anyone know how to make user to choose it content from a single folder only...Pls advice
    this is my program..
    `````````````````````````
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.beans.*;
    import java.io.*;
    import java.util.*;
    import java.net.*;
    public class Test2 extends JFrame {
         JFileChooser chooser = new JFileChooser();
         TextPreviewer previewer = new TextPreviewer();
         JPanel previewPanel = new PreviewPanel();
         class PreviewPanel extends JPanel {
              public PreviewPanel() {
                   JLabel label = new JLabel("Text Previewer",
                                                 SwingConstants.CENTER);
                   setPreferredSize(new Dimension(250,0));
                   setBorder(BorderFactory.createEtchedBorder());
                   setLayout(new BorderLayout());
                   label.setBorder(BorderFactory.createEtchedBorder());
                   add(label, BorderLayout.NORTH);
                   add(previewer, BorderLayout.CENTER);
         public Test2() {
              super("Accessory Components");
              Container contentPane = getContentPane();
              JButton     button = new JButton("Select A File");
              contentPane.setLayout(new FlowLayout());
              contentPane.add(button);          
              chooser.setAccessory(previewPanel);
              chooser.addPropertyChangeListener(
                                                 new PropertyChangeListener() {
                   public void propertyChange(PropertyChangeEvent e) {
                        if(e.getPropertyName().equals(
                             JFileChooser.SELECTED_FILE_CHANGED_PROPERTY))
                             previewer.update((File)e.getNewValue());
              button.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        chooser.showOpenDialog(null);
         public static void main(String a[]) {
              JFrame f = new Test2();
              f.setBounds(300, 300, 300, 75);
              f.setVisible(true);
              f.setDefaultCloseOperation(
                                            WindowConstants.DISPOSE_ON_CLOSE);
              f.addWindowListener(new WindowAdapter() {
                   public void windowClosed(WindowEvent e) {
                        System.exit(0);
    class TextPreviewer extends JComponent {
         private ImageIcon icon;
         private JTextArea textArea = new JTextArea();
         public TextPreviewer() {
              setBorder(BorderFactory.createEtchedBorder());
              setLayout(new BorderLayout());
              add(new JScrollPane(textArea), BorderLayout.CENTER);
         public void update(File file) {
              textArea.setText(contentsOfFile(file));
              if(isShowing()) {
                   textArea.revalidate();
         static String contentsOfFile(File file) {
              String s = new String();
              char[] buff = new char[50000];
              InputStream is;
              InputStreamReader reader;
              URL url;
              try {
                   reader = new FileReader(file);
                   int nch;
                   while ((
                        nch = reader.read(buff, 0, buff.length)) != -1) {
                        s = s + new String(buff, 0, nch);
              catch (java.io.IOException ex) {
                   s = "Could not load file";
              return s;

    If you need to use a JFileChooser to select a folder, not a file, use:
    JFileChooser jf = new JFileChooser();
    jf.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
    Now, your file chooser is a directory chooser....

  • How do I create a recurring event for the second Monday of every month?

    I want to create a recurring event. It's an event that occurs the second and fourth monday of every month. I'd be happy to split this into two events if need be. The Custom repeat setting allows me to make the event occur every two Mondays. But some months have 5 weeks, so I need exactly, the second monday of every month.
    (It's a bit annoying that things like this are so hard to do on iCal when MS Outlook does them so easily!!!)

    Hi,
    You can do this using the custom repeat in iCal. You'll need two events to cover the second and fourth Mondays.
    Create the event on the second Monday of the month. In Repeat select Custom... > Frequency: Monthly > On the: second Monday.
    Do the same for the Fourth Monday.
    Best wishes
    John M

  • How To Expand And Display Recurring Events In Content Search Web Part?

    I have a requirement to display all upcoming events. So I used content search webpart to display all the events, however the only problem is that I'm unable to expand recurring events all together. Is there a way to do this?
    Vamsi Munagala

    Hi Vamsi,
    Per my knowledge, where is no OOB method to achieve your requirement.
    As a workaround, we can customize a web part to achieve it, querying Recurring Events using CAML Query and display the results in a SPGridView.
    https://jtheblog.wordpress.com/2011/08/10/sharepoint-caml-for-calendar-recurring-events/
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can make Jpanel response click event?(help!)

    in a program i want to make jpanel response mouseclicked event, but jpanel class does not provide addActionListener(). through which way? i am able to arrive at the purpose! (create a new class extends jpanel, how to do?)
    thank a lot!!!

    Hello,
    have a look:import java.awt.Color;
    import java.awt.event.*;
    import javax.swing.*;
    public class ClickPanel extends JPanel implements MouseListener
         public static void main(String[]args)
              JFrame frame = new JFrame("Click-Panel");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.getContentPane().setLayout(null);
              frame.getContentPane().add(new ClickPanel());
              frame.setBounds(200,200,400,400);
              frame.setVisible(true);
         public ClickPanel()
              addMouseListener(this);
              setBounds(200,200,100,100);
              setBackground(Color.CYAN);
         public void mouseClicked(MouseEvent e)
              System.out.println("clicked");
         public void mouseEntered(MouseEvent e)
              System.out.println("entered");
              setBackground(Color.ORANGE);
         public void mouseExited(MouseEvent e)
              System.out.println("exited");
              setBackground(Color.CYAN);
         public void mousePressed(MouseEvent e)
              System.out.println("pressed");
         public void mouseReleased(MouseEvent e)
              System.out.println("released");
    }regards,
    Tim

  • HT200131 how to make sure only my laptop can connect to my apple tv?

    I don't want to see my flatmate apple tv under "connect"
    how to make sure I don't click on his tv accidentally and he won't be able to connect mine?
    thank you!

    Hey J-Justin,
    Great question! You can name your Apple TV to differentiate it from others in the AirPlay list:
    Apple TV: Change the name of your Apple TV - Apple Support
    http://support.apple.com/en-us/HT200028
    Furthermore, you can setup an onscreen code or password to restrict access for AirPlay. The password method sounds like the best option for your setup:
    Apple TV (2nd and 3rd generation): Understanding AirPlay settings - Apple Support
    http://support.apple.com/en-us/HT202618
    Set a password
    Go to Settings > AirPlay > Security > Password > [set password]. You can use this setting to require a password for AirPlay-enabled devices to connect using AirPlay on the Apple TV. Use this setting if your device will need permanent access and you only want to enter the password once.
    Thanks,
    Matt M.

  • ALV - how to make selectable only some rows on an ALV?

    Hi my problem is:
    I have an ALV GRID as output of a report.
    I have to make selectable only few rows based on the contents of a field (showed in a column in the ALV).
    Is it possible?
    Best Regards, Vincenzo

    I did understand, but as i told you there is nothing like that, neither an option nor an event to capture.
    Here is the documentation: http://help.sap.com/saphelp_erp2005vp/helpdata/EN/bf/3bd1369f2d280ee10000009b38f889/frameset.htm
    Read it and choose what you need and what is in existance.

  • Only recurring events sycing up - please help

    My contacts sync between PC and Iphone just fine but the calenders are nt sysncing. The recurring events sync (green dots) but all new events/taks (purple dots) are not syncing. Please help : )

    Welcome to the Apple Community.
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    The different colour dots indicate different calendars rather than different types of events.
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

  • How do I set a recurring event for the last day of the month on iphone 4s calendar?

    I want to set a recurring event for the last day of every month - regardless of the date/number of days in the month. I'd prefer not to have to use an app to do this.

    Hi,
    You can do this using the custom repeat in iCal. You'll need two events to cover the second and fourth Mondays.
    Create the event on the second Monday of the month. In Repeat select Custom... > Frequency: Monthly > On the: second Monday.
    Do the same for the Fourth Monday.
    Best wishes
    John M

  • How do I delete a recurring event that appears on my iPhone's calendar, but not on my computers or iCloud?

    I can click on the event in the iPhone's calendar, but the "Edit" option  and "Delete" option are unavailable. The event does not appear on any other device or in iCloud. Am I destined to see this recurring event forever and ever? Is it an unkillable zombie that will shamble through the corridors of my electronic life in perpetuity?

    Okay. Awesome! I feel like such a dodo that was so freaking simple!
    Now I have another simple person question that feels stupid too but oh well apparently my brain doesn't like to work at 5 a.m. when I am in bad pain but...
    Okay, so I've deleted them from my phone manually, they are already ALL on my mac, when I plug my phone back into my mac to sync music and any New photos, will the old photos that I deleted that are on the mac, go back on the phone? Der. I feel like I already know the answer, but I'm asking anyways...
    Please, thank you, and sorry in advance!

  • How do I delete a recurring event that was sent from an outside source?

    I have a number of recurring events that were added to the calendar from an outside calendar. A calendar that I do not have access to anymore. I wish to delete the entire series. Currently when I open the event I can not edit nor delete it. If I choose cut I am forced to cut each individual occurance of the event. Is there some way to delete the series?

    you can try full re-sync of the calendar:
    First you need to find out which account the offending calendar belongs to (you can find it in the event details)
    then go to settings/main,contacts,etc...
    Tap on the proper account
    Then disable the calendar linked with this account (confirm deleting it from the iPhone)
    Finaly re-enable the calendar and let it sync.

Maybe you are looking for

  • Apple TV will no longer find networks.

    Hi, I bought my Apple TV refurbished about two years ago. Serial number is: C0KHQ251DRHN. It has worked flawlessly until last week. Suddenly, it stopped connecting to the WiFi. When going into Network Settings it cannot find any of the local networks

  • Can you please help me with this simple (not for me:) issue

    Why this doesnt work? public void spl ()      String a=("moon.sun"); String [] f=a.split("."); System.out.println(f[0]); }

  • OBIEE 10g AGO Function Dynamically Change the Heading

    I created columns in my rpd named Sales Previous Month, Sales 2 months ago and Sales 3 months ago using the AGO Function. This is working fine. My problem is when displaying these headings the users would like to see the Month Name instead of the Hea

  • Tomcat server installation on Windows 98

    hi,mine is P3 and I use Windows 98. I am trying to install tomcat server version 3.3.2, jdk version 1.4. I have set the paths of JAVA_HOME, TOMCAT_HOME to the respective directories as follows in the autoexec.bat file set JAVA_HOME=c:\jdk1.4 set path

  • Which data source will suit

    Hi all, I need to work on conversion of plan order to production order blue print in PP.Could you please suggest me which below data source is suits for particlar rek. 2LIS_04_PEARBPL 2LIS_04_PECOMP 2LIS_04_PEMATNR 2LIS_04_P_ARBPL 2LIS_04_P_COMP 2LIS