Problem with google calendar API (deleted items) - events

I have an issue with the Google Calendar API that is not working properly.
Normally we import the calendar items from ...#ps-calendar.iam.gserviceaccount.com ...
when they create this calendar entry we get this item in the google trash.
When I would like to restore this item - I can't.
Maybe it is a SPAM Problem?

Related

How do i know a contact was created or updated using google people api?

I'm using the google people API for independent projects and I came across the following issue, when I get the contacts that were created or updated after the last syncToken I can't tell if they were actually created or updated!
If you're syncing a set of contacts in your app with the set of contacts stored in Google Contacts,
then you can compare the contacts received from the People API with the contacts already existing in your app, all the contacts in the response that don't exist in your app were created since your last sync.

Published Outlook calendar on WebDAV not updating on Google Calendar?

My Outlook work calendar permissions are blocked, but I would like to have my Outlook calendar updates appear on my Google calendar. I successfully published the calendar and added it to my Google calendar via URL, but the events are not updating.
I followed the instructions on these blog posts to configure my WebDAV with Windows IIS and share my Outlook calendar to "webcal://my_ip_address:8085/My_Calendar.ics".
The file seems to be updating fine because when I load it into my Outlook app, it updates with new events. It seems the problem is importing it to Google calendar since nothing is showing up. Please help!

API to get the working hours data from google calendar settings

Can we get the Working hours data from google calendar settings.
I have gone through the APIs of calendar
google calendar settings api
but didn't get the required data with this. Attaching the image for reference
Image FYI
I believe there is no way to retrieve the working hours right now.

Do Google Classroom Calendars use Google Calendars API?

We are looking to integrate with Google Classroom in the near future, and one of the main questions is if the Google Classroom Calendars are able to be pulled using the Google Calendar API. I would assume the Calendar List endpoint would include the Classroom Calendar as an available calendar to sync with, but wanted to get some input from those who are using Google Classroom. Thank you.
Yes. You can fetch the calendar events from Google Classroom as long as the calendar events were created inside Google Classroom which is mentioned here.
Demo:
Go to a class.
Go to ABOUT section and click 'Open in Google Calendar'.
Now it will open Google Calendar. Create a sample Event.
Go to Calendar.list Try-It and on the "Fields" textbox (above Execute button), check all the parameters. Execute. You will see all the events in your Google Calendar including ones those that belong to Google Classroom.

How to embed ics file into google calendar

I'm new to using the Google Calendar API.
I can create .ics calendars using a php app.
I would like to know if it is possible for Google Calendar to allow embedding of those calendars on to my website without having to add it to an account. I really like the google interface, and if this could work in any way, that would be great.
I'm going to say "no". To utilize the Google Calendar interface (e.g. widget) on your website and have it display calendar data that you've created (.ics via your PHP app), at some point, that data needs to be loaded into a Google Calendar account.

Resources