Re: iCal plugin?
Re: iCal plugin?
- Subject: Re: iCal plugin?
- From: David Remahl <email@hidden>
- Date: Fri, 13 Sep 2002 04:11:43 +0200
>
> Greetings,
>
>
>
> Is it possible to develop a plug in for ical, apple's new calender
>
> application
>
> under Jaguar? I would like to add some special functionality to the
>
> calendar
>
> publishing tool from an external data source?
>
>
>
> If it is, what tools are available to do this?
>
>
OK, I iCal has been out a couple of days. Let's start this thread up
>
again.
>
>
What's the consensus? I don't see any plugins that it ships with.
>
Currently learning to use Joy to inspect iCal while it's running... How
>
else does one learn about private APIs and such?
>
>
I am also interested in using
>
/System/Library/PrivateFrameworks/CALCore.framework, which iCal
>
installs, to do some parsing of .ics calendar files. Is this possible?
AppleScript/AppleEvents are probably your best bet, at least if you aim for
not using anything private...
I don't think iCal loads any bundles on its own, so you will have to hack it
in with an input mgr or Unsanity APE if you want to write a plugin which
runs within the program. class-dump it
<
http://www.omnigroup.com/~nygard/Projects/>.
You can use CALCore if you link with it and your users have it installed. It
can't be recommended, though...class-dump it
<
http://www.omnigroup.com/~nygard/Projects/>.
/ Regards, David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.