google-calendar-api Questions

2

Solved

I want to add a URL to an event on a Google Calendar through the calendar API. This calendar will often be viewed on an iPhone. Google provides a source field that can be used to link back to the s...
Bahaism asked 21/11, 2015 at 12:22

4

I'm trying to access & write my dummy calendar make new functionality of the website but something prevents me from making changes to my dummy calendar. So far when I try to used this code: ...
Acrodont asked 28/3, 2019 at 12:59

6

We sync calendar for our clients using Google Calendar API. Event.description has always been in plain text and is supposed to be plain text, right? But recently we started running into cases of HT...
Antecedence asked 15/3, 2018 at 18:43

3

Solved

I want to extract some country's holiday list from Google Calendar API using JavaScript. Is it Possible? How Can I do this?
Lentissimo asked 14/6, 2015 at 19:53

11

Solved

I am currently facing a very strange problem, indeed I've been following this very same guide (https://developers.google.com/google-apps/calendar/quickstart/php) from Google API documentation. I tr...

5

I'm using the calendar.events.insert API to add an Event to my Calendar via the PHP client. The event is being inserted correctly along with appropriate values as set by the API. The same however i...

7

Solved

I'm working for this nightclub and are currently making a website for them, they've got lots events and their site is built a lot around events, today they make an facebook event of every event but...
Firing asked 29/4, 2011 at 12:15

3

Solved

Today when I filled my calendar at google I saw that the description of the event is in bold font: <input id=":g" name=":g" type="text" class="textinput" dir="ltr"> Is it possible to rende...
Lucent asked 16/3, 2011 at 9:50

12

Using the google calendar API v3, I added an event to a google calendar. Now I want to built an html link so that someone can click and view the calendar event. Here's what I have tried: <a hr...
Antiphon asked 26/5, 2012 at 5:4

4

I have a requirement of creating a google calendar event on a calendar and add other users as attendees to that event. The objective is to send calendar events to the application users without taki...

4

Solved

i succeeded in getting a push notification from google calendar into my system, when a new event is created in the calendar. the push notification has no data in the POST body and the POST headers ...
Linderman asked 4/11, 2014 at 8:3

2

Solved

UPDATE: I solved this problem and posted the solution as an answer below! ;) I need to create an event and add it to Google Calendar using Google API. For now I only know how to get all the event...
Ulane asked 11/3, 2019 at 13:34

5

Google Calendar has a new event type called "Out of office" that automatically will decline any events it is placed over and others that come in during the scheduled time of the event. I inspected...
Deciduous asked 31/7, 2018 at 16:15

1

Solved

I've used the "Populate a team vacation calendar" sample at https://developers.google.com/apps-script/samples/automations/vacation-calendar to build an Apps Script to pull all Out Of Offi...

6

I am using Google Calendar Api with one of my project. I don't know how but Error Shown Below is troubling. Code inside AppFlowMetadata. public class AppFlowMetadata : FlowMetadata { private...
Lafayette asked 14/7, 2017 at 12:57

2

I can't seem to make sense of this article. I'm trying to create 2-way syncing of events between my web app and Google Calendar. I've got my events successfully syncing to Google Calendar, but the...
Claudio asked 11/8, 2015 at 2:28

9

Solved

I created some Google Calendar events and now I would like to do some operations on them programmatically. Trouble is I don't have their IDs. When I go into the calendar and click on the event, ...
Ranket asked 24/9, 2015 at 7:9

7

I started to configure google calendar on my new application. I almost made an exact copy of the authentication code displayed at google developers ( https://developers.google.com/google-apps/calen...
Bloem asked 5/4, 2012 at 9:5

3

Solved

If I have the event ID of a Google Calendar event, for example: [email protected] How can I construct a URL to view the event details in the Google Calendar interface? For example, if I ...
Fireback asked 26/12, 2018 at 6:6

2

I can create an event but I can't create an event with a conference. I tried all these types: "eventHangout" "eventNamedHangout" "hangoutsMeet" but still getting Inval...

2

Solved

I am a bit confused, is Google CalDAV API for managing domain wide calendars and events? Thus Google Calendar API is just for managing users calendar? Or are they same?
Caliphate asked 17/11, 2015 at 9:11

6

Solved

I'm trying to execute a simple freebusy query on the Google Calendar API. I have my authorization all working fine, can see lists of users' calendars, etc. When I try to submit a free/busy query, I...
Fail asked 16/6, 2013 at 13:19

1

CONTEXT: Read Reddit thread here This Slack integration with Google Calendar is sunsetting on March 1, 2023 and there are currently no alternatives https://slack.com/help/articles/360047938054-Goog...

3

I am developing a SPA webapp through which I add events to my users google calendar They have given permission for. However this is my first time using Google calendar API, and was unclear about ho...
Bradwell asked 3/2, 2017 at 10:38

3

a recent feature in Google Calendar allows users to select a working location (home, office, other) for every working day. Do you know if there is a way to retrieve this info using Apps Script ? Th...
Outright asked 7/9, 2021 at 10:23

© 2022 - 2024 — McMap. All rights reserved.