Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 01-31-2008, 12:25 AM
Active Member
 
Posts: 35
Default

I'm having trouble sharing a public calendar from Zimbra to Google. I was able to get an initial calendar out and displayed on Google but when a new event is added on the Zimbra side, it isn't visible on Google. What is going on here? Am I missing something?
Reply With Quote
  #12 (permalink)  
Old 01-31-2008, 06:47 AM
Elite Member
 
Posts: 279
Default

Quote:
Originally Posted by hchan View Post
I'm having trouble sharing a public calendar from Zimbra to Google. I was able to get an initial calendar out and displayed on Google but when a new event is added on the Zimbra side, it isn't visible on Google. What is going on here? Am I missing something?
No. If you go back and look at my earlier post you will see that I mentioned that. I have seen where it will take about a day and it will finally update. If I remember right, you can vote for this bug for them to fix that issue so it will update more often.

dj
Reply With Quote
  #13 (permalink)  
Old 02-14-2008, 04:01 AM
hba hba is offline
Starter Member
 
Posts: 1
Default Workaround

I use this as a quick and crude workaround to use a Zimbra calendar with a self-signed SSL certificate and HTTP authentication in Google Calendar:
Code:
<?php
header('Content-Type: text/calendar; charset=utf-8');
header('Content-Disposition: attachment; filename="calendar.ics"; ');
print file_get_contents("https://myuser:mypass@myserver/zimbra/home/myuser/calendar.ics");
?>

Last edited by hba; 02-14-2008 at 04:59 AM..
Reply With Quote
  #14 (permalink)  
Old 04-02-2008, 01:02 PM
New Member
 
Posts: 4
Thumbs up

Quote:
Originally Posted by hba View Post
I use this as a quick and crude workaround to use a Zimbra calendar with a self-signed SSL certificate and HTTP authentication in Google Calendar:
Code:
<?php
header('Content-Type: text/calendar; charset=utf-8');
header('Content-Disposition: attachment; filename="calendar.ics"; ');
print file_get_contents("https://myuser:mypass@myserver/zimbra/home/myuser/calendar.ics");
?>

Very nice! Elegant, yet hackish - I love it. For myself, I need to access several different calendars on a server, so added a get variable for the name thusly:

Code:
<?php
header('Content-Type: text/calendar; charset=utf-8');
header('Content-Disposition: attachment; filename="calendar.ics"; ');
print file_get_contents("https://myuser:mypass@myserver/zimbra/home/".$_GET['user']."/calendar.ics");
?>
... and set the calendar URL in google like:

Code:
http://my.private.com/ical.php?user=joeuser


Sean P. O. MacCath-Moran (Welcome | emanaton.com)
Triskele Media (Welcome to Triskele Media Internet Solutions | Triskele Media Internet Solutions)

Last edited by emanaton; 04-02-2008 at 01:04 PM..
Reply With Quote
  #15 (permalink)  
Old 03-29-2009, 08:11 PM
Senior Member
 
Posts: 62
Default

I found that google calendar doesn't give the "couldn't fetch URL" error, if you substitute "http://" with "webcal://" and then remove the "?fmt=ics". I.e.

webcal://user%40server.comasswd@my.zimbra.server.com/path/

I found that Zimbra insisted that the external user be an email address so the %40 work around also had to be used. The above works well on Apple iCal. Google accepts it, but now I'm waiting for my content. If Google accepts it, then that should make debugging easier. I'm using a valid cert on my Zimbra server.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.