topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 24, 2024, 6:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jpijper [ switch to compact view ]

Pages: prev1 2 3 [4]
76
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 29, 2008, 02:47 PM »
If there were (**non essential**) additions, the only thing I see :  more switches for those (like me...) who work with other common task fields, like : mileage, billing, company, contact, etc.

Especially for Armando and other task freaks, an updated version with every switch I could find, plus the ability to update existing tasks - not much use marking a new task as completed ... ;)

The attached zip file contains only do.exe and the updated readme.txt. I am postponing publishing this update to a wider audience until mouser makes web/ftp space available, and hopefully I have some feedback by that time, so I can eliminate any pesky bugs - I admit I am kind of rushing this out, need to go on with my regular job.

From the readme:

Updating existing tasks
-----------------------

It is not possible to create a task with a subject that already exists. If you try to create
a task with an existing subject, the program assumes that you want to update the existing task
with the new information - but you will be asked for confirmation. Only task properties that you
have given new values for will be changed, the other properties remain as they are.

For instance, if you want to change the priority of the "Paint house a nice bright pink" task in the example above
to "high", you just type "do Paint house a nice bright pink /p high". The program asks you if you
want to update the existing task "Paint house a nice bright pink". If you answer yes, the task is
updated: the priority is changed from "normal" to "high", and the start and due dates remain as
they are. If you answer no, no task is created.

If you find "Paint house a nice bright pink" too long, you could also type "do Paint /p high.".
The program sees that there already is a task that starts with "paint" and asks you if you want
to update the task "Paint house a nice bright pink". If you answer yes, the "Paint house a nice
bright pink" is updated. If you answer no, a new task "Paint" is created.


78
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 28, 2008, 03:49 PM »
This is very good, jpijper.  :Thmbsup:

Maybe you could edit your first post to include the latest version in it (so that people don't mistakenly install the older one)?

With all these little tools, farr is becoming the primary interface with which I interact with the different software on my computer!

Thanks Armando. Please let me know if you have ideas for additions, changes, whatever. Also bugs, like crashes on wrong input and such.

79
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 28, 2008, 03:47 PM »
jpijper would you like web/ftp space on dcmembers.com? then you could upload your always most recent version there instead of with an attachment?

Sounds like a good idea mouser. Please explain how this works and I will do that. Thanks.

80
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 28, 2008, 12:15 PM »
Thanks, that was a quick response!  ;)

81
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 28, 2008, 12:08 PM »
This is an updated version of the Quick Outlook Task alias. I have written my own version of do.exe and it is now possible to set various properties of the task to be created: due date, start date, priority, reminder time and category.

Summary
-------
QuickOutlookTask defines an alias for use with Find and Run Robot(FARR),
a quick-launch application for Microsoft Windows - see https://www.donation...ware/Mouser/findrun/.

The alias makes it possible to quickly create a new task in Microsoft Outlook.

Installation
------------
To install, extract the files in the archive to the following folder:
C:\Program Files\FindAndRunRobot\AliasGroups\Installed\

This will create the following two folders:
C:\Program Files\FindAndRunRobot\AliasGroups\Installed\QuickOutlookTask
C:\Program Files\FindAndRunRobot\AliasGroups\Installed\QuickOutlookTask\icons

After this, start or restart FARR and a new alias "do" is now available.

Usage
-----
To use the alias, hit your FARR hotkey (usually Break/Pause) and then type
something like:    do This is an outlook task
This creates a new Outlook task for today with subject "This is an outlook task".

The following switches are available to set other properties of the task:

/d or /duedate or /due or /date - The due date of the task: the date when the task should be finished (e.g. tomorrow)
/s or /startdate or /start      - The start date of the task (e.g. today)
/p or /priority or /importance  - The priority of the task (normal, high, or low)
/r or /reminder or /rem         - The reminder time for the task (e.g. 16:00)
/c or /category or /cat         - The category to which the task is assigned

Dates can be given as a string that the system will try to recognize. Which strings are
recognized depends on your regional settings ("culture"). For instance, if you are
in the United States, the system will recognize strings like "7/28/2008" and "7/28".
However, if you are in the Netherlands, these strings should look like "28-7-2008" and "28-7".

The program also allows a few shortcuts. It will recognize the strings "today" and "tomorrow",
as well as the names of the days of the week and their three-letter abbreviations:
sun or sunday, mon or monday, tue or tuesday, etcetera.

Examples
--------

do Buy flowers for husband
do Buy flowers for wife /p high
do Buy flowers /d tomorrow /rem 17:30
do Buy flowers /d fri /cat Love
do Paint house /start today /due 12-12

Files
-----
The archive contains the following files:

1. do.exe - The application that does the actual work, called by the alias.
2. do.ico - The icon shown in FARR - the standard Outlook task icon.
3. Microsoft.Outlook.Interop.Outlook.dll - A Microsoft DLL that allows do.exe to
   work with Outlook.
4. QuickOutlookTask.alias - An XML file containing the definition of the alias.
5. Readme.txt - This readme file.

Notes
-----
1. This alias works with Windows XP and Outlook 2003. I don't know about other
   versions.
2. Although Outlook does not need to be running for this to work, it must be
   present on your system.
3. For more information, go to the forum:
   https://www.donation....msg122224#msg122224

82
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 27, 2008, 11:18 PM »
/rant
All is quite fine and dandy with outlook until you need interaction with MAPI and encryption/decryption. There are actually two versions of MAPI (Simple and Extended). Simple is supported by everything and their grandmother...Extended is only supported by Outlook. You will spend days if not weeks to find conflicting answers on MSDN, blogs from their members and other (obscure) support channels that are contradictory at best.

MAPI is the Microsoft translation for the word hell!
/rant


You make this sound very attractive :)

83
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 27, 2008, 01:41 AM »
Thanks Armando. I admit I am mystified. When loaded into my copy of winzip both files look the same to me, but I installed 7-zip and there I see the empty folders. So here is the zip file once more, hopefully without empty folders and with the correct version of the alias file.

84
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 26, 2008, 08:31 AM »
zip.jpg I am using WinZip 9 and I do not see any empty folders in the archive. I don't know what is happening. What zip program had I better use? And how do I get images displayed here :-[

85
Find And Run Robot / FARR alias: Quick Outlook Task - Update
« on: July 26, 2008, 03:51 AM »
This is a small update of the QuickOutlookTask alias:

1. The zip-file now contains a readme file.
2. The DOS window no longer flashes across the screen when the alias is used, thanks to the /WINHID parameter thoughtfully provided by mouser  :)

86
Find And Run Robot / Re: FARR alias: Quick Outlook Task
« on: July 26, 2008, 01:35 AM »
What I did to make it work :

1- I only used the "Quick Outlook tasks" folder found in the archive -- not the 2 other folders (I'm not sure why they were included -- they should probably be removed).

2- I extracted (dragged and drop) this "Quick Outlook tasks" folder in :

%your program files folder%\FindAndRunRobot\AliasGroups\MyCustom\

So that it looks like (in my system):

C:\Program Files\FindAndRunRobot\AliasGroups\MyCustom\QuickOutlookTask

3- Should one restart farr after that...? Farr crashed here... But when I restarted it, the alias worked as expected!  :up:

so

do my favorite task

created a task called.... my favorite task

Now, this thing doesn't seem to be open source, but it would have been nice if it was possible to add other info (comma or semicolon separated, maybe) like : task; priority; multiple categories; etc.

I'm glad you got it to work Armando!

Ad 1. What other two folders do you mean? In the archive there is only the QuickOutlookTask folder and one subfolder for the icon.

Ad 2. Extracting to the Custom folder also works, yes - it means you can edit the alias if you want.

Ad 3. I don't know enough about FARR to know if FARR should be restarted. It may be that FARR only reads the pre-installed aliases at program start and in that case it should be restarted. Maybe Mouser could give us a "Reload all Aliases" button as there is for the plugins.

And yes, I would also like to be able to give some more info, as you suggest, including the date and if a reminder should be set, but this is all that the do.exe application allows, as far as I know. Maybe I'll try to write a small application myself that will allow this. That would be fun, but I will have to find the time - I have never interacted with Outlook from a program before.

87
Find And Run Robot / FARR alias: Quick Outlook Task
« on: July 25, 2008, 12:57 PM »
I use Outlook tasks quite a lot, for serious tasks, to-do lists, but also quick reminders. Today I stumbled across "QuickOutlookTask", a small command-line utility that allows you to quickly add an Outlook task. You simply type something like "do new outlook task" (command line, or Windows Run) and this creates a new Outlook task with subject "new outlook task". Outlook needn't even be running. See http://www.megalab.i...articoli.php?id=1288.

Well, a couple of days ago I discovered FARR and quickly fell in love with it (kudos, mouser :Thmbsup:) and I wanted to have this through FARR. So I wrapped this functionality in a FARR alias, and this is my attempt to pass it on to you.

Please extract the files in the zip-file to AliasGroups\Installed in your FindAndRunRobot installation folder. You should now have a FARR alias "do" and should be able to create an Outlook task by hitting your FARR hotkey and then typing "do something" (sans quotes). I  hope I am doing this right, because I am new to this game.

PLEASE NOTE:  The latest version of QuickOutlookTast is available at http://jpijper.dcmembers.com.

88
FARR Plugins and Aliases / Re: Farr Alias: Window Management
« on: July 24, 2008, 03:36 AM »
Eeer, o, I see, thanks   :-[ :-[

89
FARR Plugins and Aliases / Re: Farr Alias: Window Management
« on: July 23, 2008, 06:55 AM »
  :up: Nice one jgpaiva!

Could you add a "restore" option? Or a "normal" option?  :-\

Thanks,
Jan Roelof

90
If you have dos here installed, you already get what you want if you right-click the folder in the results and then choose "Shell context menu" !

Have fun!
Jan Roelof

Pages: prev1 2 3 [4]