Questions tagged [gcal]

gCal is Google Calendar - A free online calendar web application by Google.

Google Calendar is a free time-management web application offered by Google. It became available on April 13, 2006, and exited the beta stage in July 2009. Users are required to have a Google Account in order to use the software.

this tag should point to /tags/google-calendar/ it is merely a nickname for it.

55 questions
34
votes
3 answers

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…
Joe Shaw
  • 22,066
  • 16
  • 70
  • 92
13
votes
1 answer

How can I create an event on another users google calendar without reminders/notifications

I try to create events for the users in my organization with a service account for which it is not needed that there is a reminder. Things like public holidays etc... I add to the event a reminders object to override the default: EventReminder[]…
Peter Tillemans
  • 34,983
  • 11
  • 83
  • 114
6
votes
1 answer

"keyExpired" in Google Calendar API

From today my website has a connectivity problem with my GCal. (It’s worked perfectly since from one month). I call to GCal via jQuery GET: https://www.googleapis.com/calendar/v3/calendars/{MY_CALENDAR}/events?key={MY_API_KEY} And the response is…
Albert
  • 107
  • 1
  • 4
3
votes
1 answer

Is any google calendar api for iphone sdk?

Is there any google calendar api for iphone sdk, currently I develop an iphone calendar native application. In this application i want to sync with google calendar from both side. So i want to know is there any google calendar api for this work. I…
Apekshit
  • 767
  • 2
  • 13
  • 27
3
votes
1 answer

Firefox 4 iframe issues

I'm having some weird iframe problems with firefox. I'm using 4.0.1. I'm embedding a gcal. Here's the code
Oliver
  • 2,182
  • 5
  • 24
  • 31
3
votes
2 answers

Google Calendar not showing events from iCalendar (ics) file hosted on S3

I have generated an ICAL calendar and hosting it on Amazon S3: http://static.exyll.net/exports/chauffeur-ts.ics When creating a new calendar and selecting import from file and use this ICAL file all events are imported but if I add an internet…
Ramon Smits
  • 2,482
  • 1
  • 18
  • 20
3
votes
1 answer

OAuth2/Google CalDAV - List of calendars for user

I used to request caldav servers to give all defined calendars for a given user. That works with fruux/ownCloud(Sabre) and also GCalendar the classic method. The request is this: method: PROPFIND headers:Depth: 1 …
gNeandr
  • 381
  • 1
  • 4
  • 14
3
votes
1 answer

Open jQuery generated links in a pop up

I am remaking the old website for my school. Please do not mind all of the css and html mess, since I'm busy doing that. Also, I'm not an expert in javascript, so... Now, for my problem. The website uses a Google Calendar for their events, etc. On…
niknetniko
  • 133
  • 3
  • 9
3
votes
1 answer

form for updating google calendar

I would like to be able to automatically update gcal from a form as follows: A. On my form I enter the name and phone number of a person I want to stay in touch with over the course of the year (jon smith 555.555.1212). I want the posting to take…
2
votes
1 answer

How to create chain events from one event on Google Calendar?

I'm working for a non-profit and they want me to schedule their google calendar in such a way that once you create one event, let's say event A, it should automatically create events B,C,D and E. For example- If I create an event "Anne's birthday",…
Subhransu Nanda
  • 119
  • 1
  • 3
  • 11
2
votes
1 answer

Creating Google Calendar link, convert timezone and format

I'm trying to create a google calendar event dynamically and I have most of it working except for the…
pickarooney
  • 385
  • 2
  • 18
2
votes
0 answers

Google calendar won't fetch ics feeds from herokuapp.com

I have an app running on heroku that provides users with a calendar feed. This used to work on google calendar, but a few months ago it suddenly stopped working. People can't add their calendar to gcal, and users that already have their feeds in…
mortenag
  • 99
  • 1
  • 4
1
vote
1 answer

DST Causing +1 hour time difference in GCal Events

I've a php based application where I've integrated GCal with OAuth 2.0 API. Everything works fine except the DST +1 hour issue. This application is only for UK and I'm also storing the user account timezones. If I'm adding a task at 3:00 AM, on GCal…
Manish
  • 39
  • 1
  • 8
1
vote
1 answer

Multiple use of same jQuery function

I'm trying something new and trying to run before I can crawl. I'm using a jQuery script in a test page that retrieves and displays events from a google calendar. The script works very well (because it was made by someone else!!) I'm using the…
Ray
  • 3,018
  • 8
  • 50
  • 91
1
vote
2 answers

Selenium cannot find form element in google calendar (Python)

I am attempting to import calendar events to google calendar through a csv file using Selenium and Python. I am unable to select the form element to input my file path into google. I have tried finding the element by xpath, cssselector and class…
Luke O'Malley
  • 23
  • 1
  • 4
1
2 3 4