Can i-cal on a web site be edited using a PC

I would like to use i-cal on the church web site. The church office uses PCs. Can they update and edit the calendar using their PCs?
G5 Dual 1.8   Mac OS X (10.3.9)   i-life 05
G5 Dual 1.8   Mac OS X (10.3.9)   i-life 05

Unfortunately not. Sharing calendars with iCal only allows one user to be able to make changes to a calendar. Other users are only able to read these calendars.

Similar Messages

  • Can not open a particular web site

    Hi, I always tried to open one web site and it used to open well in Firefox and IE. but since last few days it stopped opening both in FF and IE. It gives error as
    1. The connection has timed out The server at www.eng-tips.com is taking too long to respond.
    2.If you are unable to load any pages, check your computer's network
    connection.
    3.If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    I Google with all above questions and tried most of the solutions, nothing works. Wondering why it stooped opening suddenly ? I tried to open it from other locations just to check if its down but its fine and working but can not open from my home internet. Any suggestions? Thanks in advance.

    Did you [https://support.mozilla.org/en-US/kb/Error%20loading%20web%20sites#w_try-clearing-firefoxs-cookies-and-cache Try clearing Firefox's cookies and cache] ?
    if this is not helpful see : [https://support.mozilla.org/en-US/kb/Error%20loading%20web%20sites Error loading web sites]
    http://kb.mozillazine.org/Error_loading_any_website
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Can't access a school web site that I've used for years-can't log in with user and password. All other bookmarks are fine-tried several things including re-install-Other browsers are O.K.

    I have an iMac-have used Firefox exclusively for years. I can't access a school web site-can't get past the log in with user ID and password. Screen stays at log in screen. Tried clearing history-tried uninstall and re-install. All other web sites/bookmarks work fine. Thanks in advance.

    Try clearing the cache and deleting cookies for the site, this can sometimes resolve problems accessing sites that used to work. See [[how to clear the cache]] and [[deleting cookies]] for details.

  • I can't open my work web site it lets me go right to the login page and won't open how can I fix this

    I can't open my work web site it let's me go to the login page then it won't go any further how do I fix this

    To see whether this problem is caused by the new HTML5 parser feature in Firefox 4, you can turn it off like this:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''html5''' and pause while the list is filtered
    (3) Double-click '''html5.parser.enable''' to toggle it to false (it will turn bold).
    Then return to your work site and reload the page.
    Does that make any difference? If so, you can leave it that way. If not, you might as well switch it back (double-click that preference again to toggle it back to true.)
    If not, and you need to roll back, here's the process:
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 4.
    You could install Firefox 3.6 over it (many have reported success) or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • Why can't I get my mail, I get a message "connection to server failed" but I can get on all other web sites.  It worked fine until about a month ago.

    WHY CAN'T I GET MY MAIL, I GET A MESSAGE 'CONNECTION TO SERVER FAILED" BUT I CAN GET ON ALL OTHER WEB SITES.  IT WORKED FINE UNTIL ABOUT A MONTH AGO.  I CANCELLED MY ACCOUNT, PUT MY INFO IN AGAIN AND STILL GET THE MESSAGE "CONNECTION TO SERVER FAILED"  HELP PLEASE!

    have you tried removing and readding the e-mail account? sometimes settings get corrupted or changed on the server end...something computers can sometimes handle better than the mail interface.

  • Help - can't access my staging web site

    Hello
    A while back I wrote in seeking advice re: losing my access to a staging web site - Camelot kindly wrote the following, which I did but it didn't work...
    "Provided you're an admin on your system the easiest way is to open /Applications/Utilities/Terminal.app and run the command:
    sudo echo "11.11.111.111 www.ekekekek.com" >> /etc/hosts
    exactly as written (changing the IP address if you need to). This command uses sudo to elevate your privileges. You'll be asked to authenticate by typing in your password (which won't be visible), then it'll run the 'echo' command which simply prints whatever's within the quotes and appends it to the file /etc/hosts. "
    Very helpful, but it didn't give me access to my staging site...last week my mac G5 crashed and had a kernel panic - spent about 1 1/2 days on the phone with half a dozen Apple techs trying to fix - it's fixed but now for whatever reason I can't access my Staging web site through any browser, though our live site is OK from any browser.
    So what can I do to again have access to the staging site? Are there more steps I should know in addition to Camelot's directions? What?
    I'm not a techy at all but designer so the more specific, very much appreciated.
    Thanks very much
    Kent

    OK so I figured out that I was supposed to go to
    Terminal/file/New Command to type in Camelot's code -
    which I did, got the password prompt, wrote it, it
    accepted it and came back with this: (the IP and name
    below, I've changed for this post only)
    "12.12.121.271 www.mycertainname.com">>/etc/hosts
    [Process completed]
    Hmm. That looks a little odd to me. First off, did you include the "sudo echo" part at the beginning from Camelot's post? I'm also a little curious about the "[process completed]" part. Usually, I come straight back to the prompt.
    But when I now go to type in my staging site's name
    in the browser, I get another web site which has the
    same name, still can't access this site of mine.
    I don't give my staging sites the same names, so I'm not sure how that would work if it had the same name as another site. For example, if I have a domain called "mydomain.com," the real web server would be "www.mydomain.com" and my staging server would be
    something like "staging.mydomain.com." That way, if I want to look at the real site, I type in one address. I type in the other if I want the staging server. You can't (easily) have the same text address (www.mydomain.com) resolve to different IP addresses. That requires some special DNS tricks that are beyond the abilities of the /etc/hosts file.
    At this point, re-run this Terminal command and post the results:
    <pre class="command">cat /etc/hosts</pre>Also, I can't figure out how to do this from the Network Utility, but you can check and see where your Mac is getting its lookup information by using another Terminal program called lookupd. You can also use it to flush the DNS cache, in case that's what's causing it to go to the other site. To flush the cache, type this in the Terminal at the prompt:
    <pre class="command">sudo lookupd -flushcache</pre>You should just get the prompt back when it's done. There's no feedback.
    To check where your Mac is getting its lookups, you use lookupd in an interactive mode. First, you type:
    <pre class="command">lookupd -d</pre>At the prompt in the Terminal window. Then you'll get a few lines of text and a ">" prompt. Type "hostWithName", then a space and your host's name, so it looks like this:
    <pre class="command">> hostWithName: www.apple.com</pre>When you hit the enter key, it'll do the lookup and give you a few lines information:
    <pre class="command">Dictionary: "DNS: host www.apple.com.akadns.net"
    lookup_DNSdomain: apple.com.akadns.net
    lookup_DNSserver: 208.67.222.222
    lookup_DNS_time_tolive: 58
    lookup_DNStimestamp: 1167796142
    lookupagent: DNSAgent
    lookup_infosystem: DNS
    interface: 4
    ip_address: 17.112.152.32
    name: www.apple.com.akadns.net www.apple.com
    + Category: host
    + Time to live: 43200
    + Age: 0 (expires in 43200 seconds)
    + Negative: No
    + Cache hits: 0
    + Retain count: 4</pre>Notice how it mentions DNS servers in several places, including "DNSAgent". That meant it used the DNS server at 208.67.222.222 to find the address for www.apple.com. Now, if I try it with a staging server (hosted on my iMac in this case), see what happens:
    <pre class="command">> hostWithName: test.mydomain.com
    Dictionary: "FF: host test.mydomain.com"
    lookupagent: FFAgent
    lookupvalidation: /etc/hosts 2 1166756640
    ip_address: 127.0.0.1
    name: test.mydomain.com
    + Category: host
    + Time to live: 43200
    + Age: 0 (expires in 43200 seconds)
    + Negative: No
    + Cache hits: 0
    + Retain count: 3</pre>Now, see how it says it looked it up using the FFAgent (Flat File), and even says it got it from /etc/hosts? If you're seeing anything except for FFAgent, then it's not looking in /etc/hosts for the info. There are ways to change the lookup order lookupd uses, but I'm pretty certain it was already set to use the flat files before DNS way before Panther.
    To quit the lookupd program, just type "quit" at the prompt.
    charlie

  • Firefox can't access a specific web site. WHY?

    "I have already posted that in 10.4 Forum but the problem is in Leopard"
    At home and office I can't access a specific web site with Firefox.
    I have tried everything I was able to: cleared cache, deleted cookies, deleted firefox prefs, flushed DNS, tried to log with IP instead of domain, created a new user account in Mac OS, repaired permissions, but nothing happens!
    The strange thing is I can access the web site trough a proxy. And I don't have a firewall or similar, my Mac is conected directly to the web. And the problem is the same in any browser I use, like Safari or Firefox or Camino.
    Anyone has any idea about what is causing my problem?
    Just in case, the site is demonoid.com.
    PS: Thanks BDAqua to all support on the other thread.

    demonoid.com
    I feel like a dork. Maybe next time I'll read the post better.
    Okay, I went to that site and it works fine for me.
    Apple //GS

  • Firefox can't access a specific web site

    This problem is driving me crazy.
    At home and office I can't access a specific web site.
    I have tried everything I was able to: cleared cache, deleted cookies, deleted firefox prefs, flushed DNS, tried to log with IP instead of domain, created a new user account in Mac OS, repaired permissions, but nothing happens!
    The strange thing is I can access the web site trough a proxy. And I don't have a firewall or similar, my Mac is conected directly to the web. And the problem is the same in any browser I use, like Safari or Firefox.
    Anyone has any idea about what is causing my problem?
    Just in case, the site is demonoid.com and it's running ok in other computers I tested.
    Message was edited by: nikollas

    No proxies, AV, firewalls or anything. The internet cable is pluged into this Mac.
    The problem began 2 weeks ago. When I loaded the page the browser shows status done at the bottom of the window, and at the address bar I see the icon of the web site nd the address but nothing is shown. The source code for that page also is in blank.
    I am now using firefox 3 and still have the problem. Safari is up to date with no enhancers. I uninstall all extensions from Firefox also.
    Hard to believe, hum?

  • Can I create a muse web site for someone else and allow them to make edits to site. Example to update gigs for a musician web site.

    Can I create a muse web site for someone else and allow them to make edits to site. Example to update gigs for a musician web site.

    Yes, you can. Sites published with BusinessCatalyst or to an FTP host can be edited by clients. Here is a short tutorial about the new In-Browser Editing feature: In-browser Editing | Adobe Muse CC tutorials

  • How in dw cs6 i can design/develop a multilanguage web-site, eg 3 languages european... what code pa

    how in dw cs6 i can design/develop a multilanguage web-site, eg 3 languages european... what code pattern to use? required server side language or plain html5/css3/js/jQyery web-pages can be done?

    Multi-langauge sites are best served with a content management system ( cms ) with custom text written for each language.  A CMS will most likely be written in a dynamic language (PHP/ASP) and use a database.

  • What trusted web sites do you use that have free or purchase photoshop brushes?

    What trusted web sites do you use that have free or purchase photoshop brushes?

    The size and resolution depends on the intended output.
    In my opinion relevant zooming shortcuts would be cmd-0 (View > Fit on Screen), cmd-1 (View > 100%) and cmd-spacebar/cmd-alt-spacebar to temporarily switch the current Tool to the Zoom Tool.

  • What photo web site do you use?

    Since Lightroom has the function to create a web page with images, I think it is an appropriate question for this forum.
    Which web site do you use and how easy is it to load your images from Lightroom?
    Thanks,
    Dave

    SmugMug, there is an export plug-in available for it free. Works ok, but
    have my own issues with SmugMug, mostly the buggy and poorly done
    geo-tagging. They know of the bugs and what causes them (I helped them track
    them down) but still haven't fixed them.
    Robert

  • My hard drive crashed recently and i can no longer see my web site address in the iWeb side bar

    I can n o longer see my web site address in the iweb side bar, how can I relocate it so i can edit my website

    Let me start with the general advise...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Bank statement will not view/open. can view pages of bank web site fine

    i am logged into one of my bank web sites... trying to view recent statement. i click their "view" button.. and nothing happens.
    I'm able to view statements in all of our other bank web sites.
    I called the bank.. they tested on their end. when logged in as me they are able to view statement. they suggested it may be my browser.
    thank you

    One option might be to change the way PDFs are opened from opening in a tab to launching outside the browser in Adobe Reader or Adobe Acrobat. To change this setting:
    Tools menu > Options > Applications<br>
    (''If necessary, tap the Alt key to display the classic menu bar so you can access the Tools menu'')
    In the search box, type '''pdf''' and pause while Firefox filters the list. Use the drop-down on the right to change the action, for example, to Always Ask which presents the Open/Save/Cancel dialog.

  • Firefox is crashing all of the time in the last 3 days. I can't open a single web site even Google. Please, fix that issue because I don't want to switch to the Internet Explorer!!!

    The graphic is partially shown. You can see only text and you can't orient yourself.

    It's interesting that I can open all these web sites with Internet Explorer without any problems!!!

Maybe you are looking for