I'm writing an iPhone app in which I would like to display a public Google Calendar. I love their mobile interface for Calendar that is available when you log in, but I am wondering if there's a way to display this or a similar interface for public Google Calendars. Currently I'm displaying the desktop version of a public Calendar in a U...
I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector (www.openconnector.org) project, but have not been happy with it thus far (re: stability issues & difficulty to configure). Also, it appears to be supported by a single developer and there hasn't been a new release in about 18 months.
I ...
Hi,
I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won't respond to any of my clicks, nor display any events.
After double checking the calendar settings and googling this issue I'm finally without a clue as to how to resolve this. Any ideas?
...
Can i retrieve entries changed/created after a specified date? This is regardless of the event date - only by "modified date". I.e. if i modify an old even i want to be able to retrieve it using a query (without knowing its id)
...
Is there any limit on number of properties and value length in Extended Properties of Google Data API (in particular Calendar API)?
...
I'm building a webapp that leverages gdata-api to bring a user's calendars into the application. I'd like to also be able to bring their other calendars in as well, but can't find an XML feed for some of them.
I've noticed that not all of the "other calendars" in Google Calendar have XML feeds. For instance, over a year ago I subscrib...
Hi there,
I'm trying to retrieve a single CalendarEventEntry from a Google Calendar by the event ID but I can't find the way to do it. It seems that the API doesn't provide a method for this, though it suggests to make a query to the feed calendar using Query. The drawback of this is that the ID is not one of the parameters considered....
I'm building a webapp that manages certain types of events for users. I want to provide a way to display those events inside of a user's google calendar.
What I was really hoping for was a way to publish my own google calendar compatible feed and allow users to subscribe to it, like they can subscribe to "interesting calendars". So th...
I'm migrating my library's website from webcal to google calendar. The site is written in PHP and HTML4.01 (moving from transitional towards strict). Is there a programatic way that I can generate links to calender days/entries? With webcal a link to the day view was:
www.mylibrary.com/calendar/day.php?YYYYMMDD
And so it was easy to p...
We're considering dropping google calendars into a web project I'm working on. We'd like to be able to click on the calendar at a particular time and instead of having it create a Google Calendar event have it redirect to one of my own pages with the dateTime set as a parameter.
Reason being I want to always be feeding events to Google ...
I've downloaded the Zend GData package to use the Google Calendar API. When I look through the contents of the package it seems to contain loads and loads of stuff. Do I really need all of it just for using Google Calendar and no other Google APIs? If not, what can i safely get rid of?
...
I'm building a CMS that has a requirement to allow users to store schedules. The interface is similar to MS Outlook, so the recurring schedules pretty much needs to mimic what that UI can support.
When the schedule is saved, we need to somehow be alerted when an event is supposed to happen. Right now, the plan is to have a cron job run ...
I'm trying to retrieve a Google Calendar event using the Zend Gdata library.
When I create an event I store in my database the event URL returned by the insertevent method. Initially I thought I could just use this URL to then delete the event later on. After a little research I realized that you actually need a special URL which is the...
I want to print a week's worth of Google Calendar events from the command line. I figure using https://www.google.com/calendar/printable rather than some API is the easiest way to do that. I need some help with the arguments though. In the command below, what do each of the arguments mean?
https://www.google.com/calendar/printable?mod...
I'm trying to get the 'normal' url for a users default calendar feed (e.g. http://www.google.com/calendar/feeds/[email protected]/private/full). I would like to use the [email protected] part of the URL as a unique ID for that calendar.
I know I can do things with the default calendar using the URL http://www.google.com/calendar/feeds/default/pr...
Hey all!
I'm currently working with a team on a project that will serve as a campus-wide event calendar for my school. We're designing it to be a web application using JSP having a java back end and connected to a relational database located on a server. The database will store events and produce a calendar on the web page based on the ...
Hi guys
I want to embed a google calendar into an iphone app, my webview is fine, except I can't seem to get the URL I need to view the mobile version without having to logging in.
I know its possible as this is done in the twit app (See Screenshot below).
How can I do this?
Lets say the public google calendar is link text and I want ...
Hi,
Re the Google Calendar API, I can't seem to see the Privacy" field for an Event? i.e. Public/Private/Default.
Is there a way to get the "Privacy" field for an Event? i.e. Public/Private/Default - or is this not available?
...
Hiya,
I need to integrate a google calendar to my ASP website booking system. I've tried to write events to the calendar from my application using the javascript API, but it's failing when the client is not logged in to Gmail - obviously a problem if my customers aren't logged in my Gmail account. Therefore I assume it's not possible ...
Hello expert coders, I'm storing GData "Event" objects from the Google API in a datable (Ok, I had to cast them as an object or they wouldn't go in), and I can access all the properties of the events perfectly, and use them to update Google, but I cannot serialize the datatable (or a parent dataset) to file because:
Type 'Google.GData.C...