|
Related Topics:
| PackageMaker: create new alias script - Hi! Anyone here can give me an example for a script that will be executed after the and will create a new alias? Thanks! Luc
iCal plugin - Hello, I'm in learning to develop plug-ins for iCal, and I'm wondering if there are any sources out there that teaches one how to do this? I've looked at the Apple website, but there are only SDKs for audio and iTunes, none for iCal. Also,..
how to sync ical on a home network? - I have an ibook and a desktop G4 on a wireless home network. I'd like to sync my ical calendars without buying into Apple's ..mac service. Being fond of Python, I'm thinking of using to get..
help ! PEF Executable using XCODE ?? - A poll with this post was created, to vote and see the results, please visit
Browser Controls... - Are there any browser controls which supports all the versions of MAC OS ? ie : MAC OS X and 8/9 ?? Will Opera Support ?!! rG -- macro Posted via
|
|
|
Next: Project Builder question
|
| Author |
Message |
External

Since: Sep 14, 2003 Posts: 3
|
(Msg. 1) Posted: Mon Sep 15, 2003 8:38 pm
Post subject: Can I create an iCal feature? Archived from groups: comp>sys>mac>programmer>tools (more info?)
|
|
|
I just got a new mac and I like the calendar program, iCal.
I also would like to get into programming on the mac. I come from more
of a linux background. I just installed the Developer Tools.
I was wondering if it is possible to create a few additional features
to the To-Do List functions/features in iCal.
If so, can you give me a general overview of the tools and languages I
would need to use in order to do this.
Thanks >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
External

Since: Aug 19, 2003 Posts: 1725
|
(Msg. 2) Posted: Tue Sep 16, 2003 2:20 pm
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <36e4bf3c.0309151638.76f3229b DeleteThis @posting.google.com>,
jbbmac DeleteThis @hotmail.com (bbmac) wrote:
> I just got a new mac and I like the calendar program, iCal.
>
> I also would like to get into programming on the mac. I come from more
> of a linux background. I just installed the Developer Tools.
>
> I was wondering if it is possible to create a few additional features
> to the To-Do List functions/features in iCal.
>
> If so, can you give me a general overview of the tools and languages I
> would need to use in order to do this.
Unless iCal has a documented plug-in system somewhere, this is likely to
be extremely difficult or impossible. Without a plugin system, you
can't easily go around modifying existing applications like that.
If iCal _does_ have a documented plug-in architecture, then the answers
to your questions about languages and such can likely be found in that
documentation.
--
Tom "Tom" Harrington
Macaroni, Automated System Maintenance for Mac OS X.
Version 1.4: Best cleanup yet, gets files other tools miss.
See <a style='text-decoration: underline;' href="http://www.atomicbird.com/" target="_blank">http://www.atomicbird.com/</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
External

Since: Jan 25, 2004 Posts: 12
|
(Msg. 3) Posted: Thu Sep 18, 2003 2:04 am
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <36e4bf3c.0309151638.76f3229b.RemoveThis@posting.google.com>, bbmac
<jbbmac.RemoveThis@hotmail.com> wrote:
> I just got a new mac and I like the calendar program, iCal.
>
> I also would like to get into programming on the mac. I come from more
> of a linux background. I just installed the Developer Tools.
>
> I was wondering if it is possible to create a few additional features
> to the To-Do List functions/features in iCal.
>
> If so, can you give me a general overview of the tools and languages I
> would need to use in order to do this.
iCal uses the .ics file format, which is plaintext, so you can munge
the files yourself. If you want to do something like grab a TV
schedule from a website and add all of the Simpson's reruns to your
calendar, you can do it. Make it a cron job so you never ever miss
another episode.
The .ics files are in ~/Library/Calendars
Python, Perl, Ruby, etc. would be a good languages for doing that sort
of thing. And the program will also be usable on Linux.
If you want something more integrated, you will want to learn
ObjectiveC. Open up iCal in Interface Builder (or Xcode) and see what
you can do.
--
David M. Palmer dmpalmer.RemoveThis@email.com (formerly @clark.net, @ematic.com)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
External

Since: Aug 21, 2003 Posts: 60
|
(Msg. 4) Posted: Thu Sep 18, 2003 12:48 pm
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jan 25, 2004 Posts: 12
|
(Msg. 5) Posted: Fri Sep 19, 2003 12:54 am
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <180920030948256441%c6c3w10302@sneakemail.com>, Philo D
<c6c3w10302 RemoveThis @sneakemail.com> wrote:
> I'd like to be able to set iCal to chime once a minute for 5 minutes,
> say, rather than just once.
See
<a style='text-decoration: underline;' href="http://www.apple.com/applescript/ical/" target="_blank">http://www.apple.com/applescript/ical/</a>
to see how to replace the 'Mail on alarm' script with any AppleScript
you want, such as one to beep once a minute for 5 minutes.
--
David M. Palmer dmpalmer RemoveThis @email.com (formerly @clark.net, @ematic.com)<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 2
|
(Msg. 6) Posted: Fri Sep 19, 2003 1:59 pm
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <180920032154519253%dmpalmer@email.com>, David M. Palmer
<dmpalmer.TakeThisOut@email.com> wrote:
> In article <180920030948256441%c6c3w10302@sneakemail.com>, Philo D
> <c6c3w10302.TakeThisOut@sneakemail.com> wrote:
>
> > I'd like to be able to set iCal to chime once a minute for 5 minutes,
> > say, rather than just once.
>
> See
<font color=purple> > <a style='text-decoration: underline;' href="http://www.apple.com/applescript/ical/</font" target="_blank">http://www.apple.com/applescript/ical/</font</a>>
> to see how to replace the 'Mail on alarm' script with any AppleScript
> you want, such as one to beep once a minute for 5 minutes.
Sounds great. I tried it. Got it to work once. (I think.) Now it
doesn't work any more. Sends mail anyway.
--
G. A. Edgar <a style='text-decoration: underline;' href="http://www.math.ohio-state.edu/~edgar/" target="_blank">http://www.math.ohio-state.edu/~edgar/</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 2
|
(Msg. 7) Posted: Wed Sep 24, 2003 5:53 pm
Post subject: Re: Can I create an iCal feature? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <190920031059372751%ydp4fdr6202@sneakemail.com>, G. A. Edgar
<ydp4fdr6202.TakeThisOut@sneakemail.com> wrote:
> In article <180920032154519253%dmpalmer@email.com>, David M. Palmer
> <dmpalmer.TakeThisOut@email.com> wrote:
>
> > In article <180920030948256441%c6c3w10302@sneakemail.com>, Philo D
> > <c6c3w10302.TakeThisOut@sneakemail.com> wrote:
> >
> > > I'd like to be able to set iCal to chime once a minute for 5 minutes,
> > > say, rather than just once.
> >
> > See
<font color=green> > > <a style='text-decoration: underline;' href="http://www.apple.com/applescript/ical/</font" target="_blank">http://www.apple.com/applescript/ical/</font</a>>
> > to see how to replace the 'Mail on alarm' script with any AppleScript
> > you want, such as one to beep once a minute for 5 minutes.
>
> Sounds great. I tried it. Got it to work once. (I think.) Now it
> doesn't work any more. Sends mail anyway.
FIgured it out: After setting, either close the iCal window or hide
iCal. Then, at the appointed time, the script runs. But if you QUIT
iCal, mail is sent at the appointed time. how's that for intuitive?
--
G. A. Edgar <a style='text-decoration: underline;' href="http://www.math.ohio-state.edu/~edgar/" target="_blank">http://www.math.ohio-state.edu/~edgar/</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Can I create an iCal feature? |
|
| Back to top |
|
 |  |
|