Skip navigation.
 
mlRe: Cocoa code for publishing a calendar
FROM : Joseph Jones
DATE : Fri Jan 03 16:20:01 2003

Just as an FYI, pushing ics file to the .calendars folder does not
automatically integrate the calendar into iCal. The user would still have to
subscribe or import the file.

Joe


> From: Jonas Salling <<email_removed>>
> Date: Thu, 2 Jan 2003 21:29:25 +0100
> To: <email_removed>
> Subject: Re: Cocoa code for publishing a calendar
>
> Joseph,
>
> Take a closer look at your iDisk... (".../Sites/.calendars" is what
> you're looking for).
>
> You may also want to (even though you shouldn't) look at the DAVAccess
> or URLMount private frameworks. Try:
>
> otool -TV 
> /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
>
> or
>
> otool -oV 
> /System/Library/PrivateFrameworks/DAVAccess.framework/Versions/Current/
> DAVAccess
>
> (A better idea may be to ask NSWorkspace to open the iDisk for you?)
>
> Cheers,
> Jonas
>
> ---
>
>
> I had that same thought, but when I mount my iDisk I don't see any
> folder
> that might contain iCal files (of which I have a few personal ones).
>
> Add to that the fact that I don't know at this time HOW to mount the
> iDisk.
> :-)
>
> _______________________________________________
> MacOSX-dev mailing list
> <email_removed>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
>



Related mailsAuthorDate
mlCocoa code for publishing a calendar Joseph Jones Jan 1, 15:55
mlRe: Cocoa code for publishing a calendar Ray Kiddy Jan 1, 17:16
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 1, 20:36
mlRe: Cocoa code for publishing a calendar Scott Anguish Jan 1, 20:40
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 1, 20:50
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 2, 03:57
mlRe: Cocoa code for publishing a calendar Scott Anguish Jan 2, 05:39
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 2, 05:46
mlRe: Cocoa code for publishing a calendar Hubert Figuiere Jan 2, 11:23
mlRe: Cocoa code for publishing a calendar Andrew Pinski Jan 2, 11:51
mlRe: Cocoa code for publishing a calendar Jonas Salling Jan 2, 12:30
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 2, 13:06
mlRe: Cocoa code for publishing a calendar Joseph Jones Jan 3, 16:20