Using Automator for to do reminders?

Hello,
I need to create an automator flow for ical that will, when I enter a date, create a series of to do tasks and alarms for those tasks over set periods.
Example. I need to set deadline dates from Monday 5/16/11; need the workflow to take that date, go to to ical and enter a) to do items with b) alarms 7, 15, and 30 days from 5/16/11. The start date will always change, but the schedule for tasks completion (7,15, 30 days) will not. If I can name the deadlines that would be good too.
Any help appreciated, thanks!

You'd want the *do shell script* command in AppleScript for this
http://developer.apple.com/technotes/tn2002/tn2065.html
however you're not going to be able to use it as you would tools such as Expect which allow you to wait and provide additional input on stdin. If all you're doing is updating an IP address why not simplify the entire mess with BIND's dynamic updates?

Similar Messages

  • Using Automator for software updates

    Hi all. I apologize in advance if this has been asked and answered numerous times; I did several searches using different terms and did not find my answer.
    Can I use Automator to do all my software updates completely automatically? Including doing the restarts? I know this is a very basic question for most all of you; I can use my computer but really don't know a lot about using it to the max. I would like to be able to have all the software updates done during the night, while the computer is unattended.
    Thanks.

    If you are not too keen on running those commands you might want to try http://www.igetter.net/iGetter.html This download manager seems to allow the scheduled downloading that you need. I think you would have to go to the Apple site and find the url for the standalone updaters to find the link after Software Update identifies them. Then use this program to schedule the downloads. Sometimes those seem more stable anyway.
    The program us shareware. It appears from the description that the program remains fully functional but puts up a nag screen if the program has not been registered.

  • Using Automator for Social Media

    Hi,
    I would like to use Automator to schedule social media posts (links/articles) on a daily basis on 4 different platforms. Is this possible?
    If you have tried or are using this method, or would like to please get back to me.
    Would be a great way to avoid external software permissions and do it all privately and all for FREE.
    With reports and metrics. This may require some Apple Script. I am trying to do what Hootsuite does.
    I can probably execute 50%, but would need an Apple developer's expertise to seal it all.
    Thank you for your time and effort.
    Kind regards,
    Brigitte.

    you don't need automator for this. go to finder preferences->general and check the box to show connected servers on the desktop. then just connect to the remote computers and then drag the mounted volumes from the desktop to your login items in system preferences->accounts->login items. then when you log in the remote computers will be automatically mounted. you can also use a cloud storage solution like Mobileme or DropBox and store the password database file in a central online location.

  • Using Automator for Aperture Export?

    Hi everyone,
    I'd like to use Automator to export different versions of photos from aperture 3.5 (different exposure -2, -1, 0, +1, +2)
    I've seen in automator the different action : "export photo" "change exposure to -x" but I have absolutely no idea of how make it works in Aperture...
    If anyone can help me, it would be amazing!
    Thanks in advance,
    Julien

    mm strange, I'm running 10.9.2 also and I don't get that message. Ok try this one
    I remove the reference actions (both the set and get) and replaced it with a second Get selected images. Note I have the new Get Selected Images action ignoring its input.
    If you add more for more adjustments make sure you have all those set to ignore input also.
    Also you might be able to remove the Reset all Adjustments action and use the Replace existing adjustments checkbox in the Apply action. Seems right but I didn't try it.

  • Using Automator for File Sharing, including 1Password Question

    I'm using 1Password (http://agilewebsolutions.com/products/1Password) on three computers at my shop and instead of using three separate library files I just want one main file/directory/database that all three computers can use, share and update.
    So far I've accomplished this by using File Sharing.
    It's working fine though when I shut off all three computers and restart I have to reconnect all computers (selecting a 'SHARED' computer on the left of an open window menu and clicking on 'Connect As...' on the top right) to reestablish the linked file.
    Is there anyway I can set up a macro using Automator to do this when I turn on my computers?

    you don't need automator for this. go to finder preferences->general and check the box to show connected servers on the desktop. then just connect to the remote computers and then drag the mounted volumes from the desktop to your login items in system preferences->accounts->login items. then when you log in the remote computers will be automatically mounted. you can also use a cloud storage solution like Mobileme or DropBox and store the password database file in a central online location.

  • Using Automator for photography file needs

    I've been looking on here but can't find a way to do what I need done exactly.
    I shoot in both raw and jpeg and I want to be able to run one action on a folder to do the following.
    Arrange the files in a folder by name and in ascending order.
    Create 2 folders in the input folder. 1 called RAW and copy all the raw files (.nef) to that folder and the other called JPEG and copy all the jpeg files to that folder.
    Rename the files fro _dsc4356.jpg to macshoot0001.jpg and in the raw folder rename all the files as well.
    Is this possible using the automator?
    Thanks.

    Hi,
    In Automator :
    add action "*Run Shell Script*"
    Select "/bin/bash" in Shell popup menu
    Select "*as arguments*" in pass input: popup menu
    Paste this text in the action.
    baseName="macshoot"
    padding=0000 ## 3 zero pad
    for f in "$@"; do
    if [ -d "$f" ]; then ## is a directory
    i=0
    cd "$f"; /bin/mkdir -p "$f"/{RAW,JPEG}
    for aJPG in "$f/"*.jpg ; do
    if [ -f "$aJPG" ]; then
    ((i++)); index=${padding:${#i}}$i;
    /bin/mv "$aJPG" "JPEG/$baseName$index.jpg"
    fi
    done
    i=0
    for aNEF in "$f/"*.nef ; do
    if [ -f "$aNEF" ]; then
    ((i++)); index=${padding:${#i}}$i;
    /bin/mv "$aNEF" "RAW/$baseName$index.nef"
    fi
    done
    fi
    done
    That's all.
    This shell proceed folder(s) only, if the input is file(s), it do nothing
    Message was edited by: Jacques Rioux

  • Using Automator for scheduled tasks for my media folder.

    Anyone with automator experience that are able to help me set up a scheduled task for my media folder, using for example iCal?
    I have 2 programs for cleaning and adding metadata for my media folder:
    iFlicks and iDentify.
    And I want them to scheduled clean new files in my folder. iFlicks first, and iDentify next.
    Complicated? Doable?

    If you are not too keen on running those commands you might want to try http://www.igetter.net/iGetter.html This download manager seems to allow the scheduled downloading that you need. I think you would have to go to the Apple site and find the url for the standalone updaters to find the link after Software Update identifies them. Then use this program to schedule the downloads. Sometimes those seem more stable anyway.
    The program us shareware. It appears from the description that the program remains fully functional but puts up a nag screen if the program has not been registered.

  • How to save links inside an email using Automator?

    I interchange all sorts of different data through email with friends of mine. They send me a link to the file on their sites. Is there any way of using Automator (and/or) AppleScript to:
    - Filter incoming messages based on sender/subject
    - Readout the link
    - access the link in Safari (which forces the download)
    I have to admit though, so far I was not very lucky being able to use Automator for anything. Everytime I had an idea, it turned out that specific funcionality was not available as Automator function.
    Any help appreciated!

    Nobody knows...

  • Using Automator to insert Username and press "Enter"

    Hello all, this is my first post so I'm trying to keep it relatively simple. Basically, I have only ever used Automator for very light, easy tasks.
    This is one I am trying to make for a friend for an automated voting process on a gaming website.
    The link is here: http://www.minetown.net/vote - As you can see, it asks for a Username, and pressing "Enter" will suffice, to take you to the next page.
    My problem is getting automator to click the box and type in the username. Thus far, I have managed to get automator to open the webpage (Hooray!) but when adding the "Run AppleScript" action, I realised I had very little knowledge of this indeed.
    If anybody could explain how to make such a script, or even paste it for me! It would be greatly appreciated.
    If it helps, pressing TAB 12 times brings you to the box, I'm sure it is possible to automate pressing TAB 12 times, or even cut out the middle man and get it to click the box automatically, I wouldn't know to be honest...
    Your time is appreciated!
    Thomas

    Hello jberg62, If the system is a newer model, as you suggest with Windows 7 installed. You may be able to restore the system back to the factory state by booting the system, and when the HP Logo screen appears, start tapping the F-11 key and see if you can enter the HP Recovery Restore Utility.
    If you manage to get to this, select the destructive method and the hard drive will be formatted and all the data will be wiped from the hard drive and all the original software will be reinstalled just as it was when shipped from HP.
    When the system reboots, you will be required to enter the user information just as it was done when the system was first booted when received form HP.
    After the recovery process completes, go to the Windows update site and download and install all the available Windows updates.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • Since I upgraded to os 5.1 for my iPhone I can no longer type in reminders. Any suggestions how to get around having to use siri for reminders?

    since I upgraded to os 5.1 for my iPhone I can no longer type in reminders. Any suggestions how to get around having to use siri for reminders?

    Unfortunately, I have a very similar problem. Since I upgraded to os 5.1 on my new iPhone 4S the reminders screen will not add new reminders or scroll up and down. What's more strange is the screen will still scroll side to side allowing access to the Completed list, and both the Completed list and Date functions work normally so this must be an upgrades glitch.

  • I am running Office 2013.  Trying to sync my reminders with my iphone using icloud for windows, but it is not working.  Can anyone please help?

    I am running Office 2013.  Trying to sync my reminders with my iPhone 5c version 7.1.2 using icloud for windows, but it is not working.  Can anyone please help?

  • Can I use automator to pull contact info from Craigslist? I am new to automator, but I am thinking it is possible for sure.

    Hello all!
    I would like to be able to reply to a large amount of Craigslist emails by pulling the contact info from Craigslist using Automator and putting the emails in a text document.
    I have Automator set to:
    1. Open Safari
    2. Open the Craigslist section an city I want.
    3. Pull a list of active listings URL'S
    Beyond that, I can not figure out how to have Automator open one page at a time and click the contact info button and then copy the  needed info into my text document.
    I can have it open all 150 links at one time.....lol but that wont work on my Macbook!!!!
    Help please!!!

    Hello
    You may try the following AppleScript script. It will ask you to choose a root folder where to start searching for *.map files and then create a CSV file named "out.csv" on desktop which you may import to Excel.
    set f to (choose folder with prompt "Choose the root folder to start searching")'s POSIX path
    if f ends with "/" then set f to f's text 1 thru -2
    do shell script "/usr/bin/perl -CSDA -w <<'EOF' - " & f's quoted form & " > ~/Desktop/out.csv
    use strict;
    use open IN => ':crlf';
    chdir $ARGV[0] or die qq($!);
    local $/ = qq(\\0);
    my @ff = map {chomp; $_} qx(find . -type f -iname '*.map' -print0);
    local $/ = qq(\\n);
    #     CSV spec
    #     - record separator is CRLF
    #     - field separator is comma
    #     - every field is quoted
    #     - text encoding is UTF-8
    local $\\ = qq(\\015\\012);    # CRLF
    local $, = qq(,);            # COMMA
    # print column header row
    my @dd = ('column 1', 'column 2', 'column 3', 'column 4', 'column 5', 'column 6');
    print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    # print data row per each file
    while (@ff) {
        my $f = shift @ff;    # file path
        if ( ! open(IN, '<', $f) ) {
            warn qq(Failed to open $f: $!);
            next;
        $f =~ s%^.*/%%og;    # file name
        @dd = ('', $f, '', '', '', '');
        while (<IN>) {
            chomp;
            $dd[0] = \"$2/$1/$3\" if m%Link Time\\s+=\\s+([0-9]{2})/([0-9]{2})/([0-9]{4})%o;
            ($dd[2] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of CODE\\s/o;
            ($dd[3] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of DATA\\s/o;
            ($dd[4] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of XDATA\\s/o;
            ($dd[5] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of FARCODE\\s/o;
            last unless grep { /^$/ } @dd;
        close IN;
        print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    EOF
    Hope this may help,
    H

  • How can I assign 'Call Contact' in Reminders app without using Siri for it?

    Hi!
    Just like the title states, I was wondering how can I assign a click to call a contact in Reminders without using Siri for it.
    When I enter a reminder "Call mom" for instance (in the Reminders app), it does not sync with the same contact in my Contact list (for Click to Call), but it does when I use Siri for it. Anyway to resolve that?
    Thanks in advance.

    Hi,
    If the config the the module you are using doesn't support a certain type of form them you have two options;
    - Take a copy of the print program and change it to use the desired type of form
    - Create a type of form that is supported and use that to call your form.
    Regards,
    Nick

  • Using Automator to AutomaConnect iMac on Network for Backup to Time Capsule

    My wife uses her new 2.66 GHz iMac (10.5.2) for e-mail via dial-up. She has airport capability in iMac and we have an Airport network that I use. I am ready to add Time Capsule this weekend. I want to be able to have Time Machine back up her computer to TC at night when she is not using it. I plan to use it to back up my MB Pro also.
    Here's what I would like to do. Automatically disconnect her modem connection at, say 2 AM, then turn Airport on (in her iMac), let Time Machine back up to TC. After a couple of hours, shut down Airport and reconnect her dial-up connection. Is this possible with TC and Time machine using Automator?

    Thanks, Guru, but the problem is that the dial-up e-mail on the iMac will not work with airport on. So, my wife leaves airport off most of the time. I believe the e-mail client tries to connect to the dial-up isp through airport and gets no connection when airport is on.

  • HT4970 I have chosen not to use iCloud for the time being, and cannot get the Reminders i input on my Mac to replicate to my iphone and iPad?  any help is appreciated.

    I have chosen not to use iCloud for the time being since the syncing was inconsistently working with the calender and contacts;  and cannot get the Reminders on my Mac to sync/replicate onto my ios device, neither iphone nor ipad.  Help is appreciated in respect to Reminders.  Thank you.

    ok, thanks.  couple other questions...
    1. will it sync to my reminders on my MAC too if i enter via icloud?  if not, what's the reason for  having the reminder list available on my Mac if it can't sync? 
    2. I have 2 different email accounts, one with a .mac address and another with .msn.  both can be accessed via icloud.  i ran a test using my msn acct as the signin and it logged the reminder onto both the iphone and ipad fine.
    however, when i try with my mac address, it only shows up on my iphone, which list reminders under icloud(which worked on both devices and then under mac which worked only on the iphone, not ipad.  any idea why that might be happening?
    thanks for your help.

Maybe you are looking for

  • Is it possible to import data values to be used in barcode creation?

    I have a list of UPCs in an xml file, and would like to import the data to be converted into barcodes by Designer.  Is this possible?  Could anyone lead me to documentation? Thanks. Al

  • How to import the itunes configuration from an old drive to a new C drive?

    I recently upgraded my computer and replaced all the hardware (motherboard, CPU, etc). However I kept the old "C" drive as a back-up with all the software including the i-tunes files(playlists, etc). I replaced the old XP OS with an upgraded Windows

  • Dilemma regarding function based indexes

    Hello, I have a dilemma regarding function based indexes. I have read Note:66277.1 on the Metalink discussing thoroughly the subject of "Concepts and Usage of Function Based Indexes". This doc was revised on 30-May-2006 so I was sure it referred to 9

  • Deletion of duplicate " Ship to Addresses"

    Hi, We  have a scenario in which there are many Ship to Addresses created for the same organization. The addresses are same but with different Address Numbers. The user is having a confusion in selecting the correct one. When we try to delete the dup

  • Business Content "problem" in IS-Utilities

    Hello to everyone! I'm currently working with IS-Utilities Business Content and I have a litle problem( or misunderstanding). The infocube 0UCSS_C04 has 2 key figures defined (in Cube definition -RSA1) : 0UCCOUNTDIF and 0UCCOUNT. But when I have chec