PHP Classes

PHP Google Calendar Add Event

Recommend this page to a friend!

      PHP Google Calendar Add Event  >  All threads  >  PHP Google Calendar Add Event  >  (Un) Subscribe thread alerts  
Subject:PHP Google Calendar Add Event
Summary:Use this package in a website
Messages:2
Author:Henri Vermeiren
Date:2021-01-07 15:46:16
 

  1. PHP Google Calendar Add Event   Reply   Report abuse  
Picture of Henri Vermeiren Henri Vermeiren - 2021-01-07 15:46:16
I installed his package on localhost on my PC and it works fine.
By this my personal Google calendar is used as organisator of the event. I understand this is normal as I am logged in with my google-account.

My intention is:
- to use this package on a website.
- to create once a Google calender for this website and in the future to use this website-calender to invite people to the organised events.

My question is:
- the website is not logged in with a google-account
- how can the organisator-calender be setup to the website-organisator-calendar?



  2. Re: PHP Google Calendar Add Event   Reply   Report abuse  
Picture of Stefan Kientzler Stefan Kientzler - 2021-01-07 16:41:04 - In reply to message 1 from Henri Vermeiren
Hi Henri,

Unfortunately, this package is not suitable for your intention, as it is designed to enter an appointment in the Google calendar of the current user and works purely URL based.

For your purposes, you probably need to dive into the Google Calendar API to find a solution:
developers.google.com/calendar/over ...

Or maybe you can find another way or at least some inspiration by reading the following article - I haven't read the post in detail myself :-(
support.google.com/calendar/answer/ ...

regards Stefan