Questions tagged as 'google-calendar'

2
answers

Color a Google Calendar event

I am creating events in the Google calendar and I want to assign a specific color to the event, but I do not get it, I get the color of the calendar. The code I use is the following, which creates the event perfectly. public static long ad...
asked by 19.09.2016 / 16:36
1
answer

Problem when doing massive load of events in the calendar ios

I'm trying to make a massive load of events in a calendar ios either locally or in gmail (The calendar is chosen by the user in the manner I describe in the following answer ) using objective-c . Adding an event with the functions I hav...
asked by 17.11.2016 / 18:05
0
answers

I can not create a calendar that syncs with Google

I'm trying to create a calendar in the Google account, I've managed to create calendars but none of them are synchronized with the Google account and I do not know what I'm doing wrong. I think I know where the problem is but I can not solve...
asked by 16.09.2016 / 17:19
0
answers

Is it possible to create a new Google calendar from an Android App?

I want to create a Google calendar programmatically that is synchronized with the Google account. I've been searching and using ContentProvider allows you to create local calendars with type ACCOUNT_TYPE_LOCAL that do not allow...
asked by 09.09.2016 / 12:30
0
answers

Connect PHP with Google Calendar

I would like you to help me how to make my php form data, apart from being stored in the database, saved as an event in a google calendar. I hope your comments for help soon Thank you very much ...     
asked by 02.11.2018 / 17:49
0
answers

I can not Create a reminder in Google Api Calendar from C #, always put the reminder by default, and send it in False (UseDefault = false,)

public Boolean CrearEvento(Eventos_ENT obj_evento) { try { UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync( new ClientSecrets {...
asked by 19.07.2018 / 17:25
1
answer

Uncaught TypeError: Can not read property 'calendar' of undefined

I want to create an event in javascript to insert an event in Google Calendar with the following code: var event = { 'summary': 'Google I/O 2015', 'location': '800 Howard St., San Francisco, CA 94103', 'description': 'A chance to hear mo...
asked by 04.03.2018 / 19:46
0
answers

Google Calendar API devuleve null in colorId

I developed a script using the Google Calendar API for PHP that recovers the event data from a commercial account managed with GSUITE, it recovers practically all the data except the colorID and the creator- > displayName that delivers them i...
asked by 30.11.2017 / 20:49
0
answers

I need transparent access to google calendar via php

I have the code that connects me to my google calendar account, but every time I ask for a username and password. I would need the authentication to be done automatically (that is, to save me the step of the second if). Here I pass a copy of my...
asked by 19.08.2017 / 19:23
0
answers

Argument 1 passed to Google_AuthHandler_Guzzle6AuthHandler :: _ construct () + google calendar

I have the following error when wanting to create an event in my calendar through PHP:    Argument 1 passed to   Google_AuthHandler_Guzzle6AuthHandler :: __ construct () must implement   interface Psr \ Cache \ CacheItemPoolInterface, instanc...
asked by 30.05.2017 / 22:59