A free calendar web application from Google that allows users to create, track, and remind people of important events.

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

gcal-flow Date and Time formatting

I am no jquery guru by any means but I can do a few things and I kind of understand this plugin, maybe i missed something, but I cant find a whole lot of documentation on the different function ...
0
votes
0answers
11 views

Google Calendar API v3 on Android: displaying JSON sent to server

I am getting bad requests when using the Google Calendar API on Android. 05-18 17:22:51.010: W/System.err(20056): com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request ...
0
votes
0answers
10 views

Google Calendar API --> How can I make the useraccount from which I retrieve Events, variable?

I'm currently working with the Google Calendar API. I retrieve a list of EVENTS from the user's calendar, but at the moment the account of the user is given in my code. I wan't to make this variable ...
1
vote
1answer
21 views

Error connecting to Google Calendar

I'm trying to connect to Google Calendar using Oauth 2.0. Two days ago worked fine, however now throws an exception: "Caused by: java.lang.NoSuchMethodError: ...
0
votes
0answers
18 views

Google Calendar - Get Modified Date

Is it possible to retrieve the "modified date" of a google calendar event? E.g, when an event was last modified. Couldn't find anything about modified-dates on ...
-1
votes
1answer
15 views

Getting started with Google Calendar for C# ASP.NET

I am totally new to Google API and have no experience integrating things into my programs. Now I am assigned to work on integrating the calendar into my program. Unfortunately I cannot find good ...
0
votes
0answers
10 views

Google Calendar API: TimeZone not taken into account by google server?

I am playing around with the google calendar programmatic interface at: https://developers.google.com/google-apps/calendar/v3/reference/events/insert#try-it When I execute the following request I ...
0
votes
1answer
19 views

Google Calendar v3 Java API: Insert event

I am trying to insert an event into a google calendar via the java API: CalendarTest I would like to run: new Calendar.Events.Insert(calendarId, content).execute(); except that the constructor is ...
0
votes
1answer
21 views

Ics-file with wrong timezone

My .ics-file doen't show the right time-zone in Google Cal. In iCal and on iPhone & iPad it is shown currectly. I really can't see what's wrong!The timezone has to be set Copenhagen-time :) ...
0
votes
0answers
18 views

Getting events that have been edited on google calendar site

I am currently using Google's Calendar API (v2) with my C# winforms application. Currently, my application can query, update, and delete events that have been created on the google calendar website. ...
0
votes
1answer
21 views

iCalendar creation: RFC 5546 explanation

I am facing several issues related to the creation of an ICS file which has to be compatible with several clients, especially iOS, Gmail, Outlook, Android and Windows Phone. Googling around, I found ...
0
votes
1answer
16 views

Oauth+Java Servlets+OAuthSigner+Servlet class instantiation error

> HTTP Status 500 - Error instantiating servlet class msch.OAuth > > type Exception report > > message Error instantiating servlet class msch.OAuth > > ...
0
votes
0answers
26 views

Google app engine Calendar API

I do the instalation in the site enter link description here, and works well but when I put a code from the example pf calendarsList it fails. The code in the main.py is: #!/usr/bin/env python # # ...
0
votes
0answers
36 views

How to speed up a Slow running Google Apps Script updating CalendarApp guestlists?

Is there anyway that this semi-trivial script can be sped up? I have it running on 3 separate timer triggers to counter that it will always fail on timeout, but this is eating into my total allotted ...
0
votes
0answers
39 views

Google Calendar API v3 OAuth 2.0 Android Java API

I am trying to use the Java API for Google Calendar v3 on Android, but I am stuck. Here is what I've done so far: Created a google account myapp@gmail.com for my application and registered it with ...
0
votes
0answers
18 views

Sync Facebook events from specific page to Google Calendar

Someone must have done this before, I'm trying to sync facebook events from one specific page (so not from my whole account) to a public Google Calendar. I'm assuming I'm going to need the Facebook ...
0
votes
0answers
11 views

Display calender feed for all clients using webcal, ics, google calender

I would like to place an iCal feed URL on my webpage and wonder what would be the best solution to work with all clients. A webcal://domain.my/feed.ics link works very well if there is an application ...
1
vote
0answers
56 views

How to programmatically create a public google calendar

Following piece of code successfully creates a new google calendar. However, the calendar is set by default as private. Cannot figure out how to create a new google calendar and set it as public Dim ...
0
votes
0answers
13 views

joomla 2.5.8 “top menus” hide content

I am maintaining the website of a martial arts club (http://www.judo-club-uster.ch) as an amateur joomla user. The problem we currently have is that the following modules in the top menu hide the ...
0
votes
0answers
34 views

Parsing JSON into MySQL resulting in Data Loss

So I wrote a script today that would take all of my Google Calendar data and insert it into my newly created database. I'm pulling in the data as JSON and parsing the description as it is filled with ...
0
votes
1answer
24 views

Retrieve calendar events based on eventguest

How can I retrieve all the events from a calendar that have a specific email address in the Guest list, using advanced option parameter of getEvents() method? Thank you in advance
0
votes
1answer
27 views

Add custom events to website user's google calendar using calendar api

I envision a user visiting my mobile website (not an app), finding an important event with an associated date, being asked if they want to sync this date/event to their google calendar, saying yes, ...
0
votes
0answers
24 views

Getting rid of “Attending?” in Android calendar event, using the Calendar API

I'm creating a local calendar on an Android device, and inserting events into this. Here is my code (using dummy data for now): public static Uri createCalendarWithName(Context ctx, String ...
1
vote
1answer
87 views

Time difference issue when adding a Google Calendar Event using C#

I am using "Google.GData.Calendar" API to add Events to the Google Calendar using c#. But there is time difference between the events created in my DB and Google Calendar. Following is the Code to ...
0
votes
0answers
19 views

Calendar API with JSP

I have to finish off a project on a Meeting Scheduler in 10 days. I am making it as a web application using JSP. I had tried to integrate Google Calendar API with my web application, but failed. The ...
0
votes
1answer
35 views

calendarApp createEvent added event on wrong day

Here is my code: function calEvent(){ var arrivalDate = "06/10/2013"; var departureDate = "06/18/2013"; var start = new Date(arrivalDate); var end = new Date(departureDate); var cal = ...
0
votes
2answers
79 views

From Google Calendar API v2 to V3 - Javascript

I was simply develloping tool for getting event from google calendars in Javascript when i saw that the V2 of the API will be deprecated in less than a year. That clearly ruin my day ^^. So i try to ...
0
votes
0answers
4 views

How to add .ics file in officeautopilot [migrated]

I am using officeautopilot to manage task responsibility. We need to setup a meeting task on a particular date and time then get notification from officeautopilot. In the notification email we ...
0
votes
0answers
41 views

Google Calendar API PHP Adding a new Recurring event

I am having allot of problems with creating a new recurring event. I've managed to get the most of it out, but now I am left with one error: Invalid value. Adding a none recurring event works fine, ...
0
votes
2answers
34 views

Django oauth2 google not working on server

I'm using outh2 to authenticate. I need it for google calendar v3 api. On localhost everything works fine. But when I publish it on the heroku server I get Application Error (based on error code is ...
0
votes
0answers
13 views

Embedding all shared Google Calendars

I have no problem displaying a Google Calendar inline on a web page. But how can I make that calendar include all my shared calendars (i.e. owned by others). I can do something like: <iframe ...
0
votes
0answers
33 views

Sharing Google calender in domain [Google App Script]

I'm having trouble getting Oauth and ACL for the Google Calenders to work. I'm trying to create an app that will share a selected calender to all users in the same domain. The app itself works but I ...
0
votes
1answer
24 views

Google Calendar API 'start-min' parameter not doing anything

This is my code: oauth_yaml = YAML.load_file('google-api.yaml') client = Google::APIClient.new client.authorization.client_id = oauth_yaml["client_id"] client.authorization.client_secret = ...
0
votes
1answer
77 views

java.lang.NoClassDefFoundError on Android with GoogleAccountCredential.newChooseAccountIntent()

I am developing for Android 4+ with Eclipse Juno ADT bundle + Google Plugin for Eclipse. I need to programmatically log into a google account to use the Google Calendar API. For this I am making use ...
0
votes
0answers
33 views

Google Chrome Extension create Calendar Event

I am having a play with writing an extension for Google Chrome. I am trying to work out how to create a calender event in the user's google calendar, but am confused. I have managed to get ...
0
votes
1answer
11 views

Shared Google calendar: how to find who updated event?

My team is using google shared calendar. Sometimes members blow away some events, I would like to see if there is a way to find out 'last updated by' and 'who updated specific event' I could not find ...
0
votes
0answers
22 views

Make a calendar displayable on all (not all actually) clients

I need to create a calendar and then send this calendar via e-mail as an attachment. After some study, I found out the best way is to send the calendar not as a file-attachment but modifying the ...
1
vote
0answers
45 views

Android Calendar: how to write sync adapter for calendar INSERT

I would basically like to reopen the following unanswered post: Insert new calendar with SyncAdapter- Calendar API Android I would like to make use of the Android Calendar Provider API to create a ...
0
votes
0answers
22 views

Need to limit the characters of Google Calendar feed

I'm beginning to learn Jquery and I'm running into an issue. The code that I have is not mine, and the developer no longer supports it. So I'm hoping that someone can help. I'm looking to limit the ...
0
votes
0answers
19 views

Is it possible to create new google calendar from android application?

I am trying to add a new calendar to Google Calendar of the the current user. I tried to use Android 4.0 ICS Content Provider without any success. It is only possible to create local calendar which is ...
0
votes
0answers
27 views

Oauth invalid credentials on creating event in google calendar

I am using signpost to create event in google calendar. After crossing all oAuth flow and trying to add event i am getting follow error. "error": { "errors": [ { "domain": "global", ...
0
votes
0answers
61 views

Google Calendar no longer imports alarms with iCalendar files

I wrote a script that generates several events with alarms in an iCalendar file. I used to be able to import these into Google Calendar and the alarms would work as designed. At some point within the ...
0
votes
0answers
32 views

google calendar restylegc what to change for word wrap

I'm looking to wrap the title in a Google Calendar, and I am almost there, hope somebody can help me get across the finish line! I'm using restylegc so I can change the CSS, and I know I need to ...
0
votes
0answers
15 views

Google calendar listEvents in Swedish

I'm doing some test with Google Calendar, trying to debug a script from Google (this one). So, inside "loadCalendar" function, I have this code: var entries = feedRoot.feed.getEntries(); var ...
1
vote
1answer
65 views

Google Calendar API calendar id and event id

I am learning on how to access google calendar API for creating and accessing events. I am trying to understand API using OAuth 2.0 Playground. I am struggling on what to set for calendarid and ...
0
votes
0answers
125 views

Android Emulator: Calendar application will not synchronize with google calendar

I would like to reopen this question since I am having the same problem: Use Calendar within emulator Adroid 4.0 + Namely, I see a Calendar application on virtual devices running android 4.0 or ...
0
votes
0answers
35 views

Google Calendar JSON API - Get Multiple Calendar Feeds

In an iOS application, I'm using the Google Calendar API to retrieve some public calendar events in JSON format by making a GET request to this URL. ...
1
vote
1answer
48 views

Get Google Calendar Participants of Event with API in Java

I want to write a programm in Java, which is able to remove a Participant from a Google Calendar Event. Right now my programm only returns the Events of a Calendar by its CalendarID. I've used the ...
0
votes
1answer
25 views

How to replace a Line break/new line in Google drawtable with PHP

The following content breaks my google.visualization.DataTable. I am pulling this from Google calendar. // this one has a line break/enter/new line in google calendar after 5 Kanji lessons from 11 to ...
0
votes
0answers
42 views

How to use google calendar without user login

I need to use google calendar api to store and read events. I have created calendar and api key. This is auth stuff i have access to: client_id api_key some .p12 file obsolete_key ...

1 2 3 4 5 23