Can you set a due date in Reminders on Mountain Lion?

It seems that there is no way to set a due date for a task in Reminders on Mountain Lion.  In Lion in iCal you could set a Due Date that was different than the reminders you could set for a task.  It seems obvious to me that reminders are different than due dates.  Reminders can occur multiple times leading up to and on the due date (and perhaps even after a due date), but it is helpful to set a due date.  Hopefully Apple will bring this functionality over to Reminders from the Lion version of iCal, as this is a downgrade in this one respect for me.

After having created a reminder, click on the little that appears when you hover over the right side of the list.
Or, when creating a reminder, add the time and date, like this:
"Say Hello 6:32 pm today"

Similar Messages

  • How can I set a due date for reminders?

    I DO NOT want it to remind me at a certain time. I just want it to be due on a certain day. You used to be able to do this when the reminders were part of the calendar on icloud.com, but now you can only set a day AND a specific time for an alert about the reminder, which I don't need.
    And as far as I can tell, you can't change it on the iPhone either. I'm guessing you can still change it on the iCal app on an actual Mac, but the whole point of icloud is that I don't have to carry my computer with me everywhere I go.

    I found a round about way to get the DUE feature.    
         click <<remind me>> and set a day
         select <<daily>>
         clink <<done>> and exit
    go back into the same reminder and you should see a due feature. 
    I then removed the reminder, but kept the repeat. As I use this for a check off for my bills.
    I think this only works if the date you select initially is in the future.
    Let me know if that works,
    morenalx

  • TS3276 can you have multiple exchange accounts in mail in mountain lion

    can you have multiple exchange accounts in mail in mountain lion

    Just use IMAP for the accounts. I have 4 Exchange accounts in my Mail app and they are all set up that way. but yes, there can only be 1 Exchange account (which I believe has more to do with the Exchange API than Macs)
    hope this helps.
    Eric

  • How to set a due date in Reminders

    Hey guys this had been bugging me for a while so I decided I'd share my findings. This is a pseudo-fix but I think it works for my purposes.
    First, the solution:
    Open Automator (go into Spotlight and search "Automator")
    Create a new service
    Under the "Service Receives" dropdown select "none" and make sure it's "every application"
    Then in the search bar to the left find "Run AppleScript"
    Drag and drop the "Run AppleScript" to the right.
    Paste the following code in the "Run AppleScript":
    tell application "System Events" to set FrontAppName to name of first process where frontmost is true
    if FrontAppName is "Reminders" then
              tell application "Reminders"
                        set newReminder to make new reminder
                        set name of newReminder to "new reminder"
                        set due date of newReminder to current date
              end tell
    else
              display dialog "failed to make new reminder!"
    end if
    Save the service as whatever you'd like, I named mine "new-reminder-with-due-date"
    Now close Automator, go to "System Preferences" -> "Keyboard" -> "Shortcuts"
    Go to the bottom where it says "Shortcuts..." Add an entry, in the  Application say "Reminders"
    Then paste the name of the service name you chose earlier (again mine was "new-reminder-with-due-date")
    Choose a shortcut to make a new reminder with a due date, For me I chose CMD + SHIFT + n
    Close the System Preferences
    Now when you use your shortcut in the Reminders app it will create a new Reminder with the due date set as "now"
    Change the due date to whatever you want and there you go
    Now the explanation. I used references from:
    http://www.macstories.net/tutorials/enhancing-reminders-with-applescript-and-mac ros/
    http://stackoverflow.com/questions/7570855/where-to-find-what-commands-propertie s-are-available-for-applescript-in-microsof
    Basically Reminders happens to have the "due date" property as a scriptable feature. So with AppleScript you can make a new reminder with a due date. I set the date to "Current Date" because I just needed the due date there. You can set the default due date to something else if you'd like but this is at least a solution you can use.
    I'm now going to explore how to add a due date to an existing reminder using AppleScript. Hope this helps everyone in the future.

    There's a correction to the code. For whatever reason doing it that way still sets it as a "remind me when" parameter. Use the following code instead:
    tell application "System Events" to set FrontAppName to name of first process where frontmost is true
    if FrontAppName is "Reminders" then
              tell application "Reminders"
                        set duedate to (current date) + (2 * days)
      make new reminder with properties {name:"New Reminder", due date:duedate}
              end tell
    else
              display dialog "failed to make new reminder!"
    end if

  • How do you set up a new user account on Mountain Lion?

    How can I set up a new user account on my 24 inch iMac?

    Log in as an administrator. Open System Preferences and go to Users & Groups.
    You create the new user account there.
    regards

  • Can you upgrade to mavericks from older versions besides Mountain Lion?

    Previously, since they were paid, you had to pay your way up to the second-most recent one to upgrade to the most recent one.
    However, since Mavericks is free, are you allowed to go from say 10.6 to 10.9, skipping the fee for 10.8 and 10.7?
    EDIT: I now know you can jump from 10.7 to 10.9. Can you jump from 10.6 to 10.9?

    needshelp37 wrote:
    However, since Mavericks is free, are you allowed to go from say 10.7 to 10.9, skipping the fee for 10.8?
    yes.

  • HT201299 Can you set a cellular data limit on one specific phone

        My phone always seems to make my family's cell plan go over. I have figured out many ways to help not use so much data. My brother has an HTC One M8 and he can set a limit that his phone will not let him go over. I really want that because I dont want to be blamed for it.

    Not that I'm aware of.  I would check with your cellular provider and see what cellular limiting options they offer.

  • How can you set a calendar date to repeat every 4 weeks on the ipad

    Apart from using a mac...

    In iOs, the options are limited and do not include every 4 weeks. You can't, other thatn creating multiple entries (say two that each repeat every two weeks).

  • Is there a way to allow setting of "Due Date for All Tasks" to current date in OOB Workflow

    Is there a way to allow setting of "Due Date for All Tasks" to current date in OOB Workflow
    I need to set it today because there are tasks that is needed to be completed on the same day.
    Is there a way without modifying the page/form. like a configuration or something?
    ----------------------- Sharepoint Newbie

    Hi ,
    As Ajeet said,  for implement your requirement, you can change the data validation on the Due data field.
    You can do as the following :
    Open the site with SharePoint Designer 2010
    Click on Workflows on the left launch, then find ‘Approval-SharePoint 2010’, click on it
    On the Forms section, click ‘ReviewApproval_***.xsn’
    Then you can find Due Data for All Tasks, and change the validation
    In addition, if you create an approval workflow with SharePoint Designer, you can use a specific date, it contains hour and minute.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • WLI 7.0 Question about Set Task due date action

    Hi,
    I am trying to manage time out issue efficiently and, as described in the
    WLI documentation, the
    timeout has to be design with a dedicated path with, as the first task, a
    set task due date action.
    I was wondering about the timeout of this task due date...
    How can I stop this action before the end of the 'due date' without deleting
    the instance associated to my workflow ?
    Do you have any advice ?
    Thanks
    Alexandre

    HI,
    Customizing the Task List
    You can customize the column headers or search for required tasks by clicking on Customize Table Header. The option allows you to specify the columns to be showed in the list table, to provide the sorting order, and to set the page size. The sorting order could be complex with option to provide multiple columns for sorting and the order (ascending/descending) for each of them.
    To create a custom query and search for tasks:
    1.In the Task List page, click Customize Table Header.
    In the Construct a Custom Query form, specify the search criteria by specifying any of the following values.
    2.Enter the task name. You can use the * character at the start or the end of the name.
    3.Enter the task ID. Separate multiple values using comma.
    4.Select the check box against the Administration and Working state of the task.
    5.Enter any comment. You can use regular expression.
    6.Enter the priority range.
    7.Enter the Assignee, Owner, or Claimant names.
    8.Specify the completion due date range.
    9.If required, select the Include tasks with no completion due date check box.
    10.Click Apply.
    All tasks that match the specified criteria are displayed in the Task List page.
    To customize the table header:
    1.In the Task List page, click Customize Table Header. The Construct a Custom Query form appears.
    2.In the View form, select the columns that you want to view in the Task List page.
    3.Select the Preserve Search Criteria check box to retain these details for the current session.
    4.Select the maximum number of search results that should be displayed on the page.
    5.Select the number of rows that should be displayed in the page.
    6.Click Apply.
    The view in the Task List page is updated based on the current settings.
    Using this option you can set the completion due date
    Hope this information will help you solve the issue.
    Regards,
    Kal.

  • How to set the Due Date for action in GP

    Hi Experts,
    I am trying to set date for each and every action in GP. Please help me out for that. I have tried it through setting the due date in the action and in process also. But its not working. So, kindly give me step by step process.
    Steps which i have followed :
    1. Created an action
    2. selected Due date tab
    3. Unable to find the callable object to attach with the action.
    Can you please tell me where i am wrong?
    Regards,
    Nutan
    Edited by: nutan champia on Apr 1, 2008 11:25 AM

    Hi Experts,
    Please help me out.  I am using the Defining and configuring notification in the below mentioned link.
    http://help.sap.com/saphelp_nw70/helpdata/en/93/a45542f156be30e10000000a155106/frameset.htm.
    I am following the steps mentioned in the document but unable to proceed after selecting the Due date tab under the action/ process properties. Callable objects are not visible here. Whether I have to do some changes in the callable objects. Please guide.
    Regards,
    Nutan

  • Can we set the dynamic data source when using getReportParameters() ?

    Hello!
    I have a report where one of its parameters refers to a list of values (LOVs). This list of values is an SQL Query type. When the data source used in the report is defined in the BI Publisher server, I'm able to get the report parameters using the getReportParameters() function in my application. However, if the data source is not defined the function throws an exception, which is understandable.
    I decided to dynamically set the data source so that even if the data source used by the report is not defined in the BI Publisher server, it still will be able to get the LOVs for the parameter. I tried setting the JDBCDataSource of the dynamicDataSource for the ReportRequest object that I passed to the getReportParameters() function. Please see the sample code below:
    reportRequest.dynamicDataSource = new BIP10.BIPDataSource();
    reportRequest.dynamicDataSource.JDBCDataSource = new BIP10.JDBCDataSource();
    setReportDataSource(reportRequest.dynamicDataSource.JDBCDataSource, connectstr, jdbc, dc); //function to set the values for JDBCDataSource object
    reportParams = webrs.getReportParameters(reportRequest, uid, pwd); //call the getReportParameters
    I was expecting this to work as this is what I did to dynamically set the data source before calling the runReport function. So, my question is -- can we set the dynamic data source when using getReportParameters() ? I tried this both in versions 10g and 11g. It does not seem to work on both versions.
    Regards,
    Stephanie

    report_id column of apex_application_page_ir_rpt can help us uniquely identify each saved report.
    We can assign this report_id value to a page item and this page item can be put in the Report ID Item text box of the Advanced section of the Report Attributes page of the IR.
    This should load the saved report identified by report_id and you can get rid of javascript
    Regards,
    Vishal
    http://obiee-oracledb.blogspot.com
    http://www.packtpub.com/oracle-apex-4-2-reporting/book
    Kindly mark the reply as helpful/correct if it solves your problem

  • How can I set the insert date to auto update in Pages 5.2.2

    how can I set the insert date to auto update in Pages 5.2.2
    I am attempting to have the date in header auto update in a Pages file.
    I can insert it, but where is the AUTO UPDATE selection
    OS10.9.4
    thank you

    Apple never included the auto-update feature for dates in Pages v5.2.2. You would have to single-click the date, and deliberately update it.
    If you have Pages ’09 v4.3 in /Applications/iWork '09, then it will allow you to configure auto-update of the date field. Right-click on the date, set the format, and click the selection for automatically update on open.

  • Can you set up a text group

    Can you set up a text group?  So you have a group of people but under one name.

    Reply All, will allow everyone to get the message you send, that is all it does.
    If you're concerned about how others (recipients) see the message, don't. Remember, they may not even be using a BlackBerry, and all phone models handle and display SMS text conversations differently.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can you set up playlists or organise videos on the ipod touch

    Before the IOS 6 update my videos appeared in playlists under music, but since they appear in videos as one long list. Can you set up playlists for videos or organise them in any way? Thanks

    You can do one of two things:
    # create a separate Mac user for your wife (or you) on the computer. http://kb.iu.edu/data/akmk.html
    # Create different Firefox profiles for each of you. [[Use the Profile Manager to create and remove Firefox profiles]]

Maybe you are looking for

  • How to use ImaqViewer with mfc

    Hi, I would like to use the IMAQViewer in my mfc application made with VC++ 7.1 , with measurement studio 7.1 for VC++ , and IMAQ Vision 8.0. I did try to " add class from an ActiveX " , look for the " cwimaq.ocx " , and select the " _CWIMAQViewer "

  • Missing diagram components from component palette in Jdev11

    I've been using JDeveloper 11 for a couple of months and today went to create a sequence diagram and found that I had no sequence components listed in the Component Palette. The only drop-down selection is "My Components" which is empty. I tried this

  • Insert row using db_link

    Hi All, I am trying to insert data from one DB to another DB via db_link between them. insert into table@xyz select col 1, col2 , ... coln from table wher id = 123; the error is : ORA-02019: connection description for remote database not found But i

  • RoboHelp 10 Compile Error: Cannot find xml definition file Template Error

    Does anyone know how to resolve this error? I'm exhausted googling. I generated Webhelp and got the error below. When I View the Help, nothing displays; IE browser does not open the Help. Initializing compiler... Generating WebHelp 5.50 (10.0.0.287).

  • Is iTunes 12 compatible with OSX10.9.5?

    Is iTunes 12 compatible with OSX10.9.5?  After upgrading my mac-mini (used as a music server) it was no longer compatible with the USB driver for my DAC.  I have restored the mac-mini to 10.9.5 with iTunes 11.4 and everything works again.  I was thin