google-calendar

Easy expanation of setting up Openssl on Windows.

Hi, I really want to get the google Calendar Api up an running. I found a great article about how to get started. I downloaded the Zend GData classes. I have php 5 running on my dev box and all the exetensions should be loading. I cant get openssl running and recieve the following error when I try to run any of the example page which...

Quickest way to get ical email attachment into Google Calendar

I'm running Thunderbird on Windows. I often receive .ics (iCal) attachments - invitations to meetings. Currently I save the attachment to my desktop, open Google Calendar, choose 'Add>Import Calendar', browse to the .ics file, and return to the calendar. Is there any tool that can speed this up... e.g. I forward the email to a special e...

Is there a way to programmatically import ICS into Google Calendar?

I don't see any obvious way to import ICS files into Google Calendar from the API docs here: http://code.google.com/apis/calendar/developers_guide_protocol.html And I'd greatly prefer not to have to parse them myself just to send the appointments into GCal. I'm looking for a programmatic solution, not something like import plugins for...

Parsing iCal/vCal/Google calendar files in C++

Hello all, Can anyone recommend a ready-to-use class/library compatible with C/C++/MFC/ATL that would parse iCal/vCal/Google calendar files (with recurrences)? It can be free or commercial. Thanks in advance! ...

Merging multiple Google Calendar feeds for display on my desktop

I have several Google calendars that I'd like to merge and place on my windows desktop using Samurize. I've tried using Samurize's Page Scraper plugin, but it doesn't appear to be up to the task. I can get Samurize to run a script and place it's output on the desktop, but I'm not sure what the best tools are to do this. All the URLs I...

Does anyone know any gems/plugins/tutorials related to exporting events to iCal, Google Calendar, Outlook from a Rails application?

I am trying to figure out if there is already a plug in that does the interaction with iCal, Google APIs that I can use or do I need to just get my hands dirty and write it myself. If anyone knows of good resources that I can look at that could help me with the implementation, that would be good as well. I am new to RoR and I have be...

How can I workaround the Google Calendar's link redirect notice?

Hi, I have a Google calendar embedded on a webpage, with events related to activities the site is organizing. Some calendar events have links that redirect the user to a page, within the same website, which has more information and the option to enroll in the event. The problem however, is that since the end of last month, Google impos...

gData API - "This feed is read-only" error when adding even to Google Calendar

I'm using Google Apps for my domain, and trying to enable access to the Calendar on my website. The problem is that I get "This feed is read-only" error every time I try to add an event to the calendar. Here's the url I post to: https://www.google.com/calendar/feeds/mydomain.com_oaiat5pq6l6dsfnmrodn8susvc%40group.calendar.google.com/...

Getting Google Calendar events in PHP

I'm in the process of creating a blog for somebody. They want to pull in a lot of data and integrate it quite tightly into the design, so standard widgets are a no-no. That's been fine until now. They have a public access Google Calendar with various events on it and I want to grab the next 5 events (from "now" onwards) and display the...

What's the easiest way to build an appointment booking website?

My wife is starting a new business and wants me to create a website for her that will allow clients to book appointments. I could obviously go ahead and start building something from scratch, but given that this is a fairly standard problem, I would prefer to reuse an existing solution (preferably in Java, but there is some flexibility ...

How to post a Google Calendar in a web page without using <iframe>?

Google Calendar provides a way to insert your Google Calendar into a web page using an <iframe>. Is there a way to insert this data into a web page without having to use the <iframe>? I know that there are ways to do this using the Google API, but is there any way that I can put that code directly into my page without the need to use th...

Building a calendar service on top of Google Calendar

I'm building an app with a calendar element to it. I'm considering building this piece of my app with the Google Calendar APIs. The APIs are everything I could dream of for interacting between calendars owned by different Google accounts. However, the same flexibility isn't as apparent between calendars owned by the same Google account. ...

Generate a Google Calendar compatible feed

I'm trying to build a Google Calendar compatible feed (atom), that users can subscribe to and use to receive updates, but everything I've read so far involves communicating with Google using the GData APIs. I just want to provide a feed url that can be added to Google Calendar if the user chooses to do so. When I tried adding the <gd:wh...

Calendar structure with Reservations

Hello, i try to find a data structure for a calendar, which should offer the same functionality like googles calendar (want to build a structure in my own sql-database).. It should offer one-time, multiple times, hole day, date-from til date-to, events and so on... But it's a bit hard to find out the right strucure - do you know where ...

Google Calendar Event GUI

Hello, does anybody know, where I can find the Google Calendars Event-GUI? I'm building an social networking site, which relies on google calendar. For adding and changing events, I want to use googles GUI (i dont want to code this myself if there is a partial/control already existing). Does anybody know where I can find this? ...

Google Calendar API: java.lang.ClassNotFoundException: com.google.common.collect.Maps

Hi, I am creating a fairly simple Java client that connects to my account and gets all the events. Here I am getting an exception saying : java.lang.ClassNotFoundException: com.google.common.collect.Maps Could anyone tell me which JAR am I missing and moreover where to download it from? Thanks, - Ashish ...

Distributed meeting scheduler through calendar sync

We can start syncing events between Google Calendar and Microsoft Outlook,but what about syncing multiple Google calendars and searching for possible common meeting dates and timings for geographically distributed individuals ( and then possibly importing the searched schedules and events into Microsoft Outlook and maintain an accurate ...

How does google calendar print work?

I'm building a calendar in ASP.NET using Jquery, And I'm trying to implement Print. I can print simple html or images with no problem. But I can't figure out how to build a print like google calendar print. When you press Print in "Calendar Print Preview" the print dialog that pops up has more options (cross browsers), Some how this pri...

Trouble creating calendar in Google API via Coldfusion

I am trying to create a caledar using the Google API, and it just returns the list of calendars in my account, just like I sent a GET request. Here is my code: <cfxml variable="locals.xml"> <cfoutput> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" xmlns:gCal="http:...

Adding recurring event to Google Calendar via XML

I am trying to add a recurring event to my calendar via the Protocol API. I took the syntax of the recurrence tag from an event I created in Google's interface and used that in my create request. Here is what I submitted: <?xml version='1.0' encoding='utf-8' ?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.googl...