Re: iCal modules

2006-08-10 Thread Ricardo SIGNES
* Mike Schienle [EMAIL PROTECTED] [2006-08-10T00:11:07] Thanks for the suggestion, I didn't even consider that. The Mac::Glue installation process is definitely one of the more entertaining ones I've seen/heard. I just scanned through the module docs. I see in the ToDo list is More

Re: iCal modules

2006-08-10 Thread Mike Schienle
Ricardo SIGNES wrote: * Mike Schienle [EMAIL PROTECTED] [2006-08-10T00:11:07] Thanks for the suggestion, I didn't even consider that. The Mac::Glue installation process is definitely one of the more entertaining ones I've seen/heard. I just scanned through the module docs. I see in the

Re: iCal modules

2006-08-10 Thread John Delacour
At 8:45 pm -0700 9/8/06, Chris Nandor wrote: For the latter part, you may wish to just use Mac::Glue to script iCal. You can create calendars, add new events, and so on. Chris, where do I get glue for BBEdit and other things? My glues directory contains only these + the pods:

Re: iCal modules

2006-08-10 Thread Ricardo SIGNES
* John Delacour [EMAIL PROTECTED] [2006-08-10T14:03:05] At 8:45 pm -0700 9/8/06, Chris Nandor wrote: For the latter part, you may wish to just use Mac::Glue to script iCal. You can create calendars, add new events, and so on. Chris, where do I get glue for BBEdit and other things? My

Re: iCal modules

2006-08-10 Thread Chris Nandor
At 19:03 +0100 2006.08.10, John Delacour wrote: At 8:45 pm -0700 9/8/06, Chris Nandor wrote: For the latter part, you may wish to just use Mac::Glue to script iCal. You can create calendars, add new events, and so on. Chris, where do I get glue for BBEdit and other things? My glues directory

Re: iCal modules

2006-08-10 Thread John Delacour
At 12:52 pm -0700 10/8/06, Chris Nandor wrote: At 19:03 +0100 2006.08.10, John Delacour wrote: Chris, where do I get glue for BBEdit and other things? My glues You simply need to run gluemac /path/to/app. You may need sudo, too. For example: sudo gluemac /Applications/BBEdit.app

Re: iCal modules

2006-08-10 Thread Christian Huldt
10 aug 2006 kl. 22.37 skrev John Delacour: At 12:52 pm -0700 10/8/06, Chris Nandor wrote: At 19:03 +0100 2006.08.10, John Delacour wrote: Chris, where do I get glue for BBEdit and other things? My glues You simply need to run gluemac /path/to/app. You may need sudo, too. For

Re: iCal modules

2006-08-10 Thread John Delacour
At 11:30 pm +0200 10/8/06, Christian Huldt wrote: sudo find / -name gluemac -print gives me /System/Library/Perl/Extras/bin/gluemac Now, if /System/Library/Perl/Extras/bin should be added to the PATH or a symlink created in some other place is perhaps a matter of personal taste. Good!

Re: iCal modules

2006-08-10 Thread Chris Nandor
At 21:37 +0100 2006.08.10, John Delacour wrote: Ah! That sounds terrific. I guessed there must be some way to build the glue, as in Frontier. Yeah, I borrowed a bunch of ideas from Frontier. The only problem is that I get sudo: gluemac: command not found Eremita:~ jd$ man

Re: iCal modules

2006-08-10 Thread wren ng thornton
--- quoth Chris Nandor: --- quoth John Delacour: The only problem is that I get sudo: gluemac: command not found [...] If you installed it from the CPAN, then ... I dunno, it probably should be in your path. I seem to recall that it gets installed alongside the modules so if

Re: iCal modules

2006-08-10 Thread Ken Williams
On Aug 10, 2006, at 4:30 PM, Christian Huldt wrote: sudo find / -name gluemac -print Heh - try this: locate gluemac and see how much faster it is. =) -Ken

Re: iCal modules

2006-08-10 Thread Peter N Lewis
At 20:55 -0500 10/8/06, Ken Williams wrote: locate gluemac While on this topic, one of the first things I do to any newly installed Mac that I will use is to move the locate database update from weekly to daily and remove the run as nobody so it runs as root (otherwise it does not see any

Re: iCal modules

2006-08-09 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Mike Schienle) wrote: I'm checking out modules for working with iCal. I want to scrape a financial calendar web site at http://www.briefing.com/Investor/ Public/MarketAnalysis/Calendars/EconomicCalendar.htm and put the dates into an iCal

Re: iCal modules

2006-08-06 Thread michael
I once had to read ical-files and did so with Tie::iCal. I found there are plenty of Modules that deal with iCal and a lack of Documentation. Someone might even try without a module at all... Now that you are describing your problem i wonder if there is a site that does just this kind of