Can I generate an invitation link from Google Calendar to Outlook? - google-calendar-api

I created an event in a public google calendar. I would like to generate invitation link (not an .ics file) that I can insert into a google form response message so that people can add the event either to their google calendar or outlook calendar.
I can generate a link to add the event to a google calendar through the 'publish event' menu option in google calendar. Can I somehow generate a link that would add the event to an outlook calendar?
I am aware of websites where I can enter information to create a google invite, outlook invite, and .ics file. But ultimately I would like to be able to update attendees if I make changes to the event.

Related

Google Calendar API - I am able to create google meet conference link and send invite too - I would like them to add automatically to call

I am using google calendar API to create calendar event along with Google meet conference link. I am able to send the invite to a guest; However, I would like to add them automatically to the conference link whenever they click on the link at the scheduled time without organizer accept/decline option. Can anybody suggest me what will be parameter I need to send to the API's

Is .ics file VALARM section works with Google calendar?

I have an ics file that has several events and I want to make all subscribers of this calendar to receive notification about the event 10 minutes before the event in Google calendar. Is it possible with VALARM or I need to create a separate calendar with settings via Google API?
I defined two VALARM sections in my .ics file but Google calendar doesn't send me any email or browser notifications anyway:
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-PT10M
DESCRIPTION:This is an event reminder
END:VALARM
BEGIN:VALARM
ACTION:EMAIL
TRIGGER:-PT10M
DESCRIPTION:This is an event reminder
END:VALARM
END:VEVENT
END:VCALENDAR
This is not possible to force on your subscribers. If you look at similar possibly duplicate questions, it may be possible for users to get notifications on your events IF
They switch notifications on for the subscribed calendar themselves after subscribing in google calender
OR
the events are imported (not subscribed) AND
the user has notifications switched on in their destination calendar by default.
See also
Sent email with iCal to outlook with valarm reminder
Given ics VALARM properies are not appearing in Google Calendar or Outlook
VALARMs from iCalendars (.ics) not being recognized by Google Calendar

Find who edited google calendar event

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.

Facebook fanpage .ics link for upcoming events does not work

I own a personal Facebook account and a second Facebook account for a bands fanpage. I want to integrate the facebook events via .ics subscription to my wordpress calendar.
Therefor I logon to Facebook with my personal account (or with my bands account, it makes no difference), then I go to one specific event and click on the "..." button next to share and then I choose "export event"
and after that I have the link for all upcoming events.
When I subscribe to this URL e.g. in macOS Calendar, no events are delivered...
Does anybody know whats going wrong here?

iCal Calendar with option to confirm participation through URL

I recently tried exploring iCal.NET (https://github.com/rianjs/ical.net) library to create event Calendar in my application that I can send to my clients through email.
I wanted to know that is it possible to have a link in calendar that points to a page on my website and allow recipient of the calendar to confirm their participation in the event?

Resources