anybody know how to create and event on Google calendar using calendars api?
my users connect to my site using Google , I got a permission from them to write in their calendars then when user attend event on my site i need to crate an event on his/her calendar on gmail?
Checkout the full google calendar api
https://developers.google.com/google-apps/calendar/v1/developers_guide_javascript
Related
I'm using:
POST https://www.googleapis.com/calendar/v3/calendars/calendarId/events
To create and post a google calendar event on attendees calendars.
It worked when I was using my personal gmail account. However, when I switched to a Google workspace business account it did not auto insert the calendar invite on the attendees calendar.
I've checked permissions for both accounts, but I cannot figure out why it worked for my gmail during testing but won't operate the same with a Google workspace email. Example:
michael#gmail.com = it worked.
michael#google.com = it did not work.
Anyone experienced with adding g cal invites onto attendees calendars? Do I need an additional parameter like visibility when using this API?
Thank you !
I was able to try this and it succeeded using my personal gmail address as the calendarId. But when I changed the calendarId to a business account it failed. And the calendar invites did not automatically appear on attendees calendars like they did with my personal gmail account as the calendarId.
I am new to Google Calendar and i have been successful in incorporating the Google Calendar on my website, but now what i require is to show the calendar that has been logged in according to the user of the website. Is there a specific method to it?
I do not require the code i just need a direction to start with
TIA
We have a shared calender and we want to find out who edited or deleted the event using google calender api. Is there anyway we can find out this?
You need Calendar audit log.
Track calendar notifications and view changes to your users’
calendars, events, and subscriptions
You can follow the steps provided to find out who have made changes in you public calendar.
Using the API, you can visit Calendar Activity Events.
I am having similar issues as this. My application is able to create a new calendar, with its calendarId qtg79cn1gs9ci7uge98is7pv6k#group.calendar.google.com.
However, I can't see anything in the Google Calendar web app (logged in with service account). I know that I have created a secondary calendar. How can I add it as an entry to the user's calendar list ?
Is there a way to actively tell which email addresses or google/iCal accounts have added/subscribed to a google calendar? I would like to keep track of how many and which email addresses use it or if they have unsubscribed. Currently, users can add the calendar either to their google calendar or their iCal. I own this calendar and have full access to its features should this be required.