Tagged Questions
The gcal tag has no wiki summary.
16
votes
4answers
22k views
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 ...
1
vote
0answers
70 views
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 ...
1
vote
1answer
445 views
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 ...
1
vote
0answers
299 views
Fullcalendar format a g-cal time in jquery popup
My problem is with Gcal. e.start / e.end display the time with Timezone is not very nice ;) a way to format the hour from google? I use a mouseover to view a flyer that contains informations of my ...
1
vote
1answer
1k views
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 ...
1
vote
1answer
161 views
Gcal api throwing error
I am using zendgdata library for google calendar.
I am getting this error while using this function createQuickAddEvent(it add events to the the google calendar).
Code of this function is:
/**
* ...
0
votes
0answers
7 views
Google calendar “create an event” link or widget
I would like to come up with a url format or a js widget, that when clicked, will go to "create an event" functionality of google calendar with perhaps some of the variable pre-filled based on the ...
0
votes
0answers
40 views
Speeding up Google Calendar query response time - PHP
I'm using the google calnedar php api as a backend for a booking system on my website. At the moment I'm trying to improve the speed. It connects to 11 different google calendars under 1 google ...
0
votes
0answers
20 views
Colour coding Gcal events in the .net api
I want to export a set of events to Gcal. I managed to do this successfully.
I now want to set the colour of certain events to red. How do I do this?
0
votes
0answers
36 views
GData calendar identifier
How can I get the calendar identifier when load calendar feed and event feed?
When I load calendars list and try to get ID like so:
for (GDataEntryCalendar *entry in [feed entries] ) {
...
0
votes
0answers
183 views
How can i get Google Calendar Event Color from iPhone SDK?
I am using official APIs from Google in Objective-C for getting Google Calendar events. http://code.google.com/p/gdata-objectivec-client/
This API allows me to add, edit or delete events on Google ...
0
votes
0answers
24 views
Help required with GData objective c api
Hi guys needed a little help with the GData api im using GData api for integrating the google calendar in my iphone app i have used Code.google.com Google calendar project as a sample n build ...
0
votes
0answers
174 views
How does FullCalendar interpret recurring events from a Google Calendar?
I'm using a custom back-end to store event information. Recurring event data are stored in iCal format in the database. Retrieving this and building a valid recurrence rule is easy. Interpreting those ...
0
votes
1answer
1k views
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
<iframe ...
0
votes
1answer
131 views
Modifying gcal embed CSS with Jquery?
So I've got an issue with google calendar embedding. I hate the white border and I'm trying to get rid of it but I can't modify the css inside the iframe. I'm wondering if there's a way to do it with ...
0
votes
1answer
218 views
iphone google reminder problem
I am integerating iphone app with google calendar using gdata api's.
Done with event add, delete, fetch, update
but the reminder is not adding in calendar event
My code is :
NSDate *anHourFromNow = ...
0
votes
2answers
246 views
FullCalendar with Gcal won't display events after 7 pm in basicDay view
For some reason fullcalendar won't display any events that occur after 7PM in the basicDay view.
The events show up in month view, but not in basicDay view.
Any thoughts would be appreciated.
Here ...
0
votes
1answer
224 views
Call to a member function getDOM() on a non-object
I'm trying to create a PHP function that adds an event to a google Calendar. It appears to be building the object correctly but it throws a "Call to a member function getDOM() on a non-object in ...