0
votes
0answers
6 views
How can I insert a new Event for non primary Calendar using gdata.js ?
I am using gdata.js for inserting new Event.
I am able to insert only user's primary calendar.
The primary Calendar Feed uri is http://www.google.com/calendar/feeds/default/private/full
Which feed …
0
votes
0answers
7 views
Deselected Google Calendars in Embedded Calendar
Morning all,
I was wondering if there was a special parameter I could pass into my embedded Google Calendar so that by default only some of the calendars are shown. But the other calendars are …
3
votes
4answers
223 views
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 …
1
vote
1answer
34 views
Is there a limit on the number of secondary Google Calendars a user can create? [closed]
I'd like to have users of a website have Google Calendars associated with them.
Rather than have each user sign up with google, I'd like to use a master google account and then assign users …
2
votes
4answers
184 views
Best way to implement a Calendar interface using Google Cal feeds for events?
I'm building a site for my school as a pet project, which would include accounts for all students. I want to display a calendar for each student that should have the following features:
It should be …
8
votes
5answers
7k 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 …
0
votes
1answer
159 views
Google Calendar Feed - Only Show Today’s Events
Hi Everyone,
This is my first post here at stackoverflow. My question is how to change the google calendar feed so that it only shows events for the current day automatically?
Basically what I want …
0
votes
0answers
63 views
Other google calendar embed code options
Are there any other ways to customize the Google calendar embed code that that in the helper? For example, I would like the ability to change which month appears in the iframe to start out. I would …
0
votes
1answer
231 views
Google calendar API : Selecting/Creating calendars?
So I want our work calendar to automatically sync with each employee's Google Calendar when the scheduling manager posts/updates the schedules. Users would initially opt-in using the AuthSub token, …
0
votes
1answer
51 views
How to post calendar event to participant’s specific calendar
I am working Calendar API (Java).
My specific requirement is I want to add participant to event and at the same time want to specify the participants calendar.
Let us say I have 2 users. User-A and …
0
votes
0answers
37 views
Google Calendar Adding Task and Refresh of Embeded
I found that embeded Calendar is view oriented, so looks like the only way to add tasks being on not google website is add it through service, and each time reload iframe with Google Calendar. Is that …
0
votes
1answer
117 views
Add exception to recurring event using google calendar api in PHP
Using the Zend Gdata Calendar classes, how can I add an exception to a recurring event?
$orig = $evtFeed[0]; //the original recurrence
$ex = $gc->newEventEntry(); //gc is a Zend_Gdata_Calendar …
1
vote
2answers
197 views
Google calendar - Showing recurring events like normal events
I'm trying to show a list of the next 20 days' events from a Google calendar account. Infuriatingly recurring events aren't being shown (I assume because their start times are old)... So. Any ideas?
…
0
votes
1answer
71 views
How do i retrieve all recently updated events in Google Calendar?
Hi Everyone,
I am currently working on a Google Calendar Sync Feature which is supposed to sync with our own Calendar app and to the Google Calendar app. Now I need to identify the recent changes in …
0
votes
0answers
92 views
Public Vs Private Google Calendar [closed]
I've embedded a Google calendar into my school's site. I've marked it "public" in "calendar settings." Oddly the only choice is then to have the events appear as 'busy" on the calendar. From what …
