Subscribing to ICS file on my own (the same) Mac

I have a task management program that outputs an updated ICS iCal file periodically. In iCal, I want to be able to "Subscribe" to that ICS file which, obviously, is located on the same Mac I'm using to subscribe. Is there a way to subscribe to that ICS on my Mac without going through the internet? (I don't want to use Importing since that will create duplicate entries of old events.)
Ideally, the ICS file (periodically outputed by my task manager app) would be read automatically (without importing duplicate entries) everytime I open iCal.

Found this on the FAQ for the program I was using, which by the way, seems to be a good, cross-platform java-based GTD app called Thinking Rock. (Don't let the java descriptor dissuade you. This is a fairly speedy program as java apps go.)
Don't know if WebDAV is the same as setting up Personal Web Sharing (also involves slightly modifying a hidden file using Terminal to limit public access). Here's the link to the Thinking Rock FAQ posting that, I hope, when followed (by me) will provide the needed solution. All credit for the described solution (below) goes to the author of the FAQ posting. Thank for it!
http://www.thinkingrock.com.au/faq.php
The text of the link is below...
PostPosted: Sun Sep 10, 2006 3:37 pm Post subject: How to Subscribe to your TR data in iCal and Sunbird/Moz Cal Reply with quote
If you're interested in seeing your scheduled items, Next Actions, etc. in iCal or Sunbird (Mozilla Calendar), but don't know how to subscribe to a calendar you publish yourself, here's a few notes:
* One easy way to do this is simply to create a calendar, and then Import into it... this works fine in both iCal and Sunbird.
The only caveat is that you have to delete this calendar and then re-import when you want to see the updated calendar.
Note that the file you are importaing is "thinking-rock.ics"... it's probably in the same folder as your "thinking-rock.xml" file unless you've set a different path in TR's preferences pane.
Why would you want to do this? If you're using Sunbird/Mozilla Calendar (which, btw, is a great program, is open-source and free, and is available for OSX, Windows, and Linux -- give it a whirl, you might like it) then there's no reason to (see notes below).
If you're using iCal, then you might want to do this if you don't want to go to the trouble of setting up or turning on your personal web server.
* To really subscribe the calendar, you need to put it into a webserver's root... unless you're using Sunbird.
For Sunbird:
Choose the Subscribe Calendar menu option (under Files), and then choose Remote calendar.
Name the calendar, give it a color, and then enter something like this for the URL:
File://users/myname/thinking-rock.ics
Note that you have to specify the full path to the file, from root... on OSX, if you store your calendar in your Home folder, and your name is "myname", the above path would work. Or if its in the Documents folder, it would be:
File://users/myname/documents/thinking-rock.ics
Note that this same approach will work under Korganizer in Linux.
Here's the key point with this method: you DO NOT have to enable Personal Web Sharing (i.e., Apache) on OSX or Windows or Linux... there is no web server involved, because Sunbird is just reading the file directly.
And this is true subscription calendar... it will update itself with any changes at the interval you specify, and it is not necessary to delete and re-import anything, as in the first example I gave above.
For iCal (OSX only):
Unfortunately, OSX is "too smart" (or too stupid... take your pick Smile ) to allow a File:// URL.... it requires an http:// url.....
So, you MUST enable your Personal Web Server to Subscribe to a calendar. You do this in your System Prefences panel, under Sharing.
Once you've done this, set TR to put your ICS file in your /users/myname/sites folder.... then give iCAL this as the url:
http://localhost/~myname/thinking-rock.ics
That will subscribe the calendar, as described above.
IMPORTANT SECURITY WARNING:
For iCal users, please note this very important point... if you do the above, you have posted your Scheduled Items, Next Actions, etc. to a PUBLICLY acessible location.
For most people, I would think this is an unacceptable situation, so there are some things you need to do to prevent others from accessing this information:
- Edit your httpd.conf file to DENY ALL and then setup a single ALLOW for just your internal machine name. (If you don't know what I mean, just google "Apache config httpd allow deny" for more info... or email me privately).
- Stop and the re-start Personal Web Sharing after you make this change to have this take effect.
- Double-check yourself.... if you can, use another computer on your network to go to http://your-ip-address/~username/thinking-rock.ics ... make sure you get an error that indicates you are denied access.
Once TR 1.2.2 is finalized, I'll write a more detailed FAQ and post it in the hopes that this will be useful for other users.
In closing, once again I have to really thank the developers for doing a great job with this one specific feature.... and also I hope my ramblings haven't dissuaded anyone from trying this.... especially under Mozilla Calendar, this is totally easy to do, and gives you an immensely powerful tool. And even under iCal, with some tweaking, you also get a powerful capability... definitely worth the small time and effort needed to set this up.

Similar Messages

  • How to find duplicated files across users on the same mac

    I have an iMac under 10,8,3 with different users. How can I find out the duplicated files ie same file under different users account ?
    Thanks

    You can't. Other user's files shouldn't be discoverable by an user. If they were, then the security model would be broken.

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • I would like to transfer music from my account to my wife`s on the same Mac but different users, i want her to have her own i tunes account but now that she has downloaded all of her stuff in my account , she has to "erase and sync"  how can i troublshoot

    I would like to transfer music from my account to my wife`s on the same Mac but different 2 users (hers and mine), i want her to have her own i tunes account but now that she has downloaded all of her stuff in my account , she has to "erase and sync" all of her stuff when she opens her account which has nothing in it!, how can i send stuff from my i tunes account to hers? same computer different users, how can i trouble shoot please help!!??

    how do i share then? can she upload music if we share it somehow?
    If so how??
    i am also having the same problems now with IPhoto, she has all of her/our pics in my IPhoto library.
    I have told her that now i have bought her the Ipad she would have to log into her user, the only thing is there is no music in her itunes account nor photos in her I Photo library, i have spent all day trying to find a way to "share" but no luck,
    Please help i`m going mad!
    Surely we could just share these...?
    I need step by step instructions please someone send me a link on "how to share pics and music!"

  • Sharing Music files on the same Mac among user profiles

    How can I share music among user profiles on the same Mac? I have an itunes account for me but I don't want my kids to have one yet. So, I want to download music but then share some music files for their itunes on their profile. The Home sharing feature only discusses sharing among different computers on the same network.

    Check out:
    http://support.apple.com/kb/ht1203
    http://www.macosxhints.com/article.php?story=20090219133314985
    and:
    http://steve-on-sakai.blogspot.com/2009/07/really-sharing-your-itunes-library.ht ml

  • A "designer" file being worked on a machine, is checked-in regularly, if at any point of time the latest version of that file is taken on the same machine, all the data gets deleted

    A “designer” file being worked on a machine, is checked-in regularly, if at any point of time the latest version of that file is taken on the same machine, all the data gets deleted

    Hi,
    Could you provide us more information to help you?
    If you have resolved the issue, it would be better if you can post the solution here, which will help others.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    is there any option to recover a file we saved with the same name that other by mistake in a MAC PC

    There's a slim chance. +*Stop using the drive IMMEDIATELY.+*
    Then see: [Data Recovery|http://web.me.com/pondini/AppleTips/Recover.html].

  • TS3591 Updated itunes - windows quickly shuts it down and says something about "Data Execution Prevention". I followed the instrucxtions to a dead end. I have re downloaded it twice and used the repair files once but get the same result. It worked fine be

    Updated itunes - windows quickly shuts it down and says something about "Data Execution Prevention". I followed the instrucxtions to a dead end. I have re downloaded it twice and used the repair files once but get the same result. It worked fine before I updated it to death.

    Try updating your QuickTime to the most recent version. Does that clear up the DEP errors in iTunes?

  • Open pdf files in tabs in the same window

    Hi,
    Could we open many pdf files in tabs in the same window in stead of many standalone pdf files?
    In other word, open pdf files in tabs like in a web browser ! This is very handy feature which is already available in Foxit reader !
    It would a great too in adobe !
    Thanks

    Thanks for your replies.
    It is a great feautre in my view ! Why Adobe doesn't make it enable/disable feautre for who wants it or doesn't?
    I'm planning to switch to Foxit for this feature (it is faster also)!

  • I cannot download Mavericks. Every time the file download stops a message appears that says the file is damaged and cannot be used to install Mavericks. I delete the file, download again and the same message appears. What can I do?

    I cannot download Mavericks. Every time the file download stops a message appears that says the file is damaged and cannot be used to install Mavericks. I delete the file, download again and the same message appears. What can I do?

    I only have one video project that I ever published to iDisk. It didn't have any music or photo files attatched to it, just a few clips stitched together. I can play these clips right now in the Event Library (so I know the source files are on my computer), but strangely, under the Project Library, the project is not there. I'm almost certain that I didn't store the project on iDisk; I just completed the video and published it to iDisk (as a .mov file I think) for family to see. I've tried to figure out how to get iDisk to stop looking for this project to no avail.
    I don't know if others have experienced this, but if I click on any project and on the menu bar select Share --> Remove From --> Media Browser... it lists iPod, iPhone, iPad, tv, Computer and MobileMe. Why would MobileMe be an option here? This is the case for any video project I select. Didn't iLife '11 and/or OSX 10.8 remove all mention of MobileMe? I wonder if this is part of the problem too.
    Edit: I just removed every project I have from the Media Browser. Still no luck.

  • Can't import mxf files into AE CS5.5 beyond that the files were rendered on the same AE

    When I try to import a MXF file AE crash inmediatly. The weird thig is that these MXF files were rendered in the same AE.
    I rendered my composition in MXF xdcamhd 50PAL, then when I try to load it in AE it crashes!! But in Premiere Pro this problem do not happens. I can load them in it fine.
    The Error message is:
    "After Effects error: Crash in progress. last logged message was: <7984>
              <DynamicLink> <5> 000000001C817BB0"
    Then the message to contact Adobe Technical Support (0::42)
    Then the chance to save the project
    I'm in AE 5.5 (10.5.0.253) - Windows 7 Ultimate SP1 - Intel i7 - 8gb ram

    MOV is a container format which may contain all kinds of codec, while iTunes only import MOV whose video codec is DV, MPEG-2, MPEG-4, H.264, or AIC.
    Even if the MOV meet the above requirement and supported and playable in iTunes, it will still fail to sync to iPod/iPad/iPhone/Apple TV if the MOV video does not fit the specification like resolution, bit rate, aspect ratio, size, and audio codec of the iPod/iPad/iPhone/Apple TV.
    In order to successfully import MOV to iTunes as well as sync MOV to Apple TV, iPod, iPhone, iPad, we have better convert the MOV video to a more compatible video format.
    Step by step guide on how to convert itunes unsupported mov to itunes supported one at How to Solve Can't Add MOV to iTunes to Play MOV in iTunes/iPod/iPad?

  • 16.0.4 update now saves "smallest file size" pdf's the same size as "illustrator default"

    16.0.4 update now saves "smallest file size" pdf's the same size as "illustrator default" ...anyone else?
    I have to save the file, open it in acrobat, then resave using "reduced file size"
    this is since I updated to 16.0.4 yesterday I think....there was some update
    what happened?

    I used default setting each time...now that its updated, I cannot compare it to before the date
    can anyone check these settings?

  • Hello good morning ....how can I have all my PDF files  in Ibooks at the same time in my iPad and my iPhone, Thanks.

    hello good morning ....how can I have all my PDF files  in Ibooks at the same time in my iPad and my iPhone, Thanks.

    That's exactly how it's going to work. Unless you've set up separate iTunes playlists for your devices, the books will be deposited the books section on iTunes, and will appear as PDFs.
    As Gus2259 said, you can use iCloud or Dropbox, or transport it through iTunes via an attached computer, or even use a cable.

  • Hi, since installing mountain lion on my macbook, it wont download pdf files from internet sites, the same problem does not exist on my mac mini, i am using firefox on both macs, please help!

    Hi, since installing mountain lion on my macbook, it wont download pdf files from internet sites, the same problem does not exist on my mac mini, i am using firefox on both macs, please help!

    Back up all data.
    Quit Safari. In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then launch Safari and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Sharing one iTunes library across multiple accounts on the same Mac

    Hello, I've poked around at some of the posts dealing with sharing one iTunes music library across multiple accounts on the same Mac but it seems like this can only be done if the libary is moved to a shared folder. I realize this can be done but I was trying to share it the way it is described in a post on Apple support (See link below.). That post seemed to imply that you don't have to move the library from its original location (owned by account A, e.g.), rather just make a couple preference changes in the accounts, use fast user switching and voila. That doesn't seem to work. So my question is this: Is the only way to share one iTunes music library across multiple accounts on the same Mac to move it to a shared folder? I'm running 10.4.8 on an Intel iMac. Thanks in advance!
    http://docs.info.apple.com/article.html?artnum=93195

    After reading this and several other related threads, I am becoming thoroughly confused about all of this. I have a situation similar to the one that pokerpal described in the post dated January 7 at 8:06 pm, except that the music files on my system are located on an external hard drive. Everything else is pretty much the same though - I am the admin user (and the main iTunes user and maintainer) and my girlfriend is a standard user who has no music in her own iTunes library. She can see and listen to and make playlists from and sync her iPod with the music in this library from her account, and I can do the same thing, independent of her, from my account. And if I make a change to information within a song, she doesn't see it, and vice versa, and I understand that. What I don't understand is why when I add a song or an album to the music files by importing a CD or downloading something from the iTunes Music Store, she has no way of knowing that unless I tell her, and then she can add it to her library by using the "Add to Library" function. Is there no way of automatically updating her library files to add the new song(s)? We have almost 15,000 songs and videos in that library, and I don't even want to think about what might have to happen if the answer to my question is "no." Interestingly enough, if I put an update to a Word document in the same exact location (on the hard drive), we can update that and pass it back and forth all day - why is that such a difficult task for iTunes to accomplish?
    Sorry I went on so long, but this has been building up for some time, and none of the solutions I've read about here have really been of any help, so I'm a bit frustrated and, as I said at the beginning, confused.
    iMac G5, MacBook   Mac OS X (10.4.8)  

Maybe you are looking for

  • External table no data

    I created an external table with no errors, but when I try to issue sql on that external table there is no data. Here's a sub-set of my data and the sql used to create the external table. 10.2.0.2 on aix 5.2 64bit. "BoxC_SL.lwl"|106|"tzdpship52"|1|1|

  • Why do I keep loosing my recovery HD partition?

    This is the Third time I have lost my Recovery HD.  I notice this when I use find my Mac and it shows up offline.  Like I said, this is the third time I have reinstalled OSX 10.8 and successfully used find my mac only to suddenly see it show up as of

  • Issue With External Table Authentiaction in OBIEE 11.1.1.6.4

    Hi, We are trying to implement security through External table Authentication in OBIEE 11.1.1.6.4.As a part of this process,we want to pass the credential values which are entered in login screen to the below query in the GET SQL PASSWORD section of

  • 2 container with 2 structures

    I have two containers with two different structures. but i have always the structure from the first container in the second container, how can this be solved that i have 2 different structures in two containers. container 1 :   IF g_custom_container1

  • JTree doesn't scroll to selected node when out of scrollable view..

    When ever I add a new item to the END of the tree and the tree is within a scrollpane, OR as I hit keys to navigate to items starting with the letter of the key I enter, the view is not scrolled into place. Any way to do this without custom code? If