Most voted "google-calendar" questions
16 questions
Sort by count of
-
5
votes2
answers549
viewsImport events in Google JSON format
I want to import events from a non-public server-side Google Calendar (PHP) in JSON format. Since I only want to receive information and do not need to edit/create events I assume there is a way…
-
4
votes1
answer743
viewsBy what means does Android automatically update the calendar?
I am developing an app that is connected on a local network but without internet. I am using an APC 8750 card http://apc.io/products/8750a no battery, ie when off loses the calendar. By which means…
-
3
votes1
answer62
viewsHow to display a layout in the Homescreen Widget for each day of the week?
I would like to show certain layout in the Homescreen Widget for each day of the week. I have the 5 days, and when identifying them, the device should update the widget layout. How could I do it?…
-
3
votes1
answer603
viewsIs it possible to change CSS from an iframe?
I got the following iframe embedded Google Calendar: <iframe…
-
2
votes1
answer168
viewsInsufficient Permission with Google Calendar api v3 using python
I’m not getting permissions to create the event. Below the code I’m using: import httplib2 import os import json from apiclient import discovery import oauth2client from oauth2client import client…
-
2
votes0
answers68
viewsSend event data google Calendar via http to java server
In my script java I can list my calendar events as below: String pageToken = null; do { Events events= null; try { events = service.events().list(CALENDAR_ID).setPageToken(pageToken).execute(); }…
-
1
votes1
answer1116
viewsCommunicating with the Google Calendar API using REST
I’m using Scribe to authenticate with the API of Google Calendar. Authentication with Google is successfully done by returning the accessToken hassle-free. When I try to add one CalendarList,…
-
1
votes0
answers935
viewsGoogle Calendar Api
I’m having problems with Google Calendar Access Token. Okay, here’s the problem. I have to synchronize the calendar of my application with Google Calendar, and users will provide their emails for…
-
1
votes1
answer907
viewsSend email to create commitment in Google Calendar
I have a C# ASP.NET MVC application, in which the user can schedule an appointment. In this application he chooses a text for the commitment, a Date to happen and also chooses, the sooner he wants…
-
1
votes0
answers130
viewsInsert Calendar API google via REST Delphi Response 401
I am trying to use the REST components to make an HTTP request with the method POST to insert a calendar into the API, but my request is returning error "401 - Not authorized". I’m trying to include…
-
0
votes2
answers3103
viewsCalendar in an Android app
I am trying to develop in my android app, a functionality from where I can consult, register, etc events in a calendar. I tried Calendarview and reached the point of clicking on a date and firing an…
-
0
votes1
answer448
viewsProblems upgrading from access token
I’m authenticating the Google Calendar API using Scribe, which uses Oauth 2.0 instead. Authentication is completed successfully but I don’t know how to store the access token (accessToken) in the…
-
0
votes0
answers182
viewsFullcalendar with Google Integration
Guys, I’ve used this component before in another project, now I was interested in using the integration with the google calendar. Has anyone used Fullcalendar https://fullcalendar.io/ with…
-
0
votes1
answer49
viewsHow do I import the missing library? Google Calendar Python API
I’m trying to insert events in Google calendar, via Python script, but I think a library is missing, because when I run the script the following error appears name error named 'service' is not…
-
0
votes0
answers24
viewsWhy do I keep replying to 401 HTTP Request POST via Delphi Components?
I’m trying to make a request with method post with a JSON in the content, with Calendar information that will be inserted, that is, integrating my application with the Google Calendar API. But it…
-
0
votes0
answers253
viewsIntegrating Google Calendar API with Delphi
I’m trying to use the REST components to make an HTTP request with the POST method to insert a calendar into the API, but my request is returning the error "400 - Bad Request" and before it was…