Questions tagged as 'google-calendar'

2
answers

Import events into calendar JSON format

I want to import events from a non-private, server-side Google Calendar (PHP) into JSON format. Since I just want to receive information and do not need to edit / create events I assume there is a way that does not need authentication. I k...
asked by 04.02.2014 / 00:13
1
answer

How does Android automatically update the calendar?

I'm developing an app that stays connected on a local network, but without internet. I am using an APC 8750 link without battery, ie when I hang up it loses the calendar. How does Android automatically update the calendar? If in the case Andro...
asked by 10.03.2014 / 03:00
1
answer

How do I display a layout in the HomeScreen Widget for each day of the week?

I would like to show a particular layout in the HomeScreen Widget for each day of the week. I have the 5 days, and when I identify them, the device should update the layout of the widget. How could I do it?     
asked by 20.02.2014 / 00:30
1
answer

Insufficient 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 from oauth2client import tools import date...
asked by 27.07.2015 / 17:07
1
answer

Can I change the CSS of an iframe?

I have the following iframe of built-in Google Calendar: <iframe src="https://calendar.google.com/calendar/embed?showNav=0&amp;showPrint=0&amp;showCalendars=0&amp;showTz=0&amp;height=600&amp;wkst=1&amp;bgcolor...
asked by 14.03.2018 / 17:24
0
answers

Send event data google calendar via http to server in java

In my script java can list my calendar events , as below: String pageToken = null; do { Events events= null; try { events = service.events().list(CALENDAR_ID).setPageToken(pageToken).execute(); } catch (IOException ex) {...
asked by 21.09.2015 / 23:19
1
answer

Communication with the Google Calendar API using REST

I'm using Scribe to authenticate with API of Google Calendar . Authentication with Google is done successfully returning accessToken with no problems. When I try to add a CalendarList , through the following code...
asked by 05.12.2014 / 23:46
1
answer

Send appointment email for Google Calendar appointment

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 appointment, a Date to happen and also chooses, as soon as he wants to be warned of the appointment, that generate...
asked by 16.10.2017 / 15:47
0
answers

Google Calendar Api

I'm having trouble with the Google Calendar Access Token. The problem is this. I have to synchronize the calendar of my application with Google Calendar, being that users will provide their emails for google authentication, which will provide th...
asked by 07.11.2016 / 21:01
2
answers

Calendar in an Android app

I'm trying to develop in my android app, a functionality from where I can query, sign up, events etc in a calendar. I tried the CalendarView and got to the point of clicking a date and triggering an event. My question is as follows. Would you ha...
asked by 26.08.2014 / 13:44