google-calendar

How to limit a google calendar xml / rss feed by date range (not working!!)

For the life of me I cannot get my google calendar xml feed to only display events within a certain date range. I know that start-min and start-max are supposed to limit the output (according to these posts: (links to posts deleted because I am a newbie and can only post one hyperlink argh) BUT I CAN'T GET IT TO WORK. It keeps showin...

Restoring a "Canceled" event with Google Calendar API?

I'm trying to change the status of an event back from "canceled" to "confirmed" using Google Calendar API (I'm using .NET but an answer in any language would help) but I get GDataRequestException error: "You can't modify a cancelled event" If I've used the API to delete an event in a repeating series, for example, is it possible to cha...

How can I make an event created through Google Calendar's API send an invitation email?

I'm trying to create an event through the API and it is mostly working, with the exception that while the new events are being created in the invitees calendars, no emails are being sent. Creating the event from the web interface is pushing the event through, as well as sending the email (except one account that doesn't get any notifica...

Problem with Google Calendar API "getTimes()" method

I'm trying to get several informations from google calendar's API in JAVA. While trying to access to informations about the time of an event I got a problem. I do the following: CalendarService myService = new CalendarService("project_name"); myService.setUserCredentials("user", "pwd"); URL feedUrl = new URL("http://www.google.com/calen...

Google Calendar API DoS prevention

Hi, It appears that the Google calendar API effectively locks you out if you create and delete a few (less than 10) calendars within a short space of time. This has made it basically impossible for me to test my app, because it creates/deletes a calendar for each user that is added/removed from the app. Currently, I'm "working around" ...

New added color in my iPhone application stop syncing it from google calendar

I am developing a application for iPhone with the syncing feature for google calendar in it.what i am doing is that ,I add some new color in my app.Now i launch the app and assign the new color to the events and sync it with google ,but the application does not sync and give error messages that color is invalid.I want to know that ,is t...

Google PHP $event->getEventStatus() incorrect output

I am attempting to check event statuses (google php calendar api), but am getting different results on my local machine as compared to the development/test server. $eventStatusUrl = $event->getEventStatus(); returns the following locally "http://schemas.google.com/g/2005#event.confirmed" but returns the following on the dev serv...

What is the best way to access Google Calendar from ruby?

I'm writing an app for a company that uses Google Calendar internally and would need to use events they already have in their calendar in the app. So I need to get read only access to their calendars from the app (namely I need the events title, start and end dates and attendee emails for all future events). What is the simplest way to ...

How to add Google Calendar Dynamically to jQuery FullCalendar?

I have seen how to add google calendar, but when I run it, it create's a new calendar, even though the selector I am using, refer's to an existing calendar. $calendar.fullCalendar({ events: $.fullCalendar.gcalFeed($feed_url.val()) }); I have other functions, that use renderEvents, but I am not sure how to use that ...

Can I create a Google calendar for a user in a hosted domain using the admin credentials

I use the admin credentials for all of my interactions with the google api and I can retrieve\create\update\delete events from and for all of my hosted domain users. However, when I go to create a calendar for a hosted domain user, the calendar is created in the admins space. In the example below the GoogleUserName does NOT match the Goo...

FullCalendar with JQuery and Google Calendar

Hi, I have a problem with FullCalendar and Google Calendar. My FullCalendar does not show the Google entries. I need help, please :) <script type="text/javascript">// <![CDATA[ $(document).ready(function() { var date = new Date(); var d = date.getDate(); var m = date.getMonth(); var y = date.getFullYear(); $('#calendar').f...

How to select specific Google Calendar through Google API

How to select non-primary calendar using Google's Calendar API? I can see from documentation you can get full list of calendards, but nothing about how to select specific one. For example I have calendar with title 'My Calendar_1' I don't want to iterate over all calendars to check each name. Seems to be it should some how use Query...

google calendar API in iPhone app!

I just add gcal to my project according to this tutorial http://www.youtube.com/watch?v=it_9H0GxRNI but 12 errors is appeared: "_SecItemAdd", referenced from: -[GDataOAuthKeychain setPassword:forService:account:error:] in GDataOAuthViewControllerTouch.o "_kSecMatchLimit", referenced from: _kSecMatchLimit$non_la...

How do you think the "Quick Add" feature in Google Calendar works?

Am thinking about a project which might use similar functionality to how "Quick Add" handles parsing natural language into something that can be understood with some level of semantics. I'm interested in understanding this better and wondered what your thoughts were on how this might be implemented. If you're unfamiliar with what "Qui...

using google calendar API, how do I push to calendar from the rootViewController for my iPhone app?

hi, first of all, my resources is: http://www.youtube.com/watch?v=it_9H0GxRNI http://code.google.com/p/iphone-gcal/ http://www.johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/ In my project I just created all classes that we need to using google calendar then add the source to my project as explained here http:/...

Android: How to interface with Google Calendar?

I am building an app for Android 2.1 that provides notifications based on calendar events. But I'm aware there are issues with the Calendar API not being readily available / stable / whatever. What I'd like to do is somehow communicate with the user's Google Calendar to get a list of tasks every few hours, or perhaps when the calendar i...

Is there any possibility to add a outlook calendar (.ics) file to the google calendar with java?

i need add a calendar file to google calendar from my code. Is it possible to add a calendar file directly to the google calendar? ...

How to use google calendar api in android?

Hi all I am new to android. I parsed the calendar file. I need to add events to Google calendar from my application. I am using eclipse ide. In eclipse how to use the Google calendar api? Any jar file is needed to use the calendar api? ...

Which PHP calendar will suit my needs? Or build my own?

There are so many web based calendars out there that I'm not sure which will best suit my purposes. I want to create an events calendar, which I suppose looks and functions in much the same way as google calendar. But users shouldn't need to sign up for a gmail account or a google account. Users of my social network website should be ...

Javascript library to create calendar uri/links to Google, Yahoo, Outlook , iCal ?

I have seen a very specific and professional web page widget (e.g. http://whatsnextlectures-work.eventbrite.com/ and meetup.com). Please help me find the library that creates the links. I have looked at http://stackoverflow.com/questions/2348590/need-a-service-that-build-calendar-ical-outlook-links, but that answer seems to address the ...