How to Create Google Calendar Events in PHP

  Рет қаралды 20,657

FineGap

FineGap

Күн бұрын

Пікірлер
@finegap
@finegap 2 жыл бұрын
How to Insert Data into Google Sheets using PHP kzbin.info/www/bejne/sKDYl6quj8-lZsU
@voitsekhovskymax
@voitsekhovskymax 11 ай бұрын
Thanks from Ukraine ❤
@finegap
@finegap 11 ай бұрын
You're welcome 😊 & don't forget to subscribe me
@baitol26
@baitol26 2 жыл бұрын
the author of the video savior. I was looking for a solution to this question for several days)
@finegap
@finegap 2 жыл бұрын
Thanks and don’t forget to subscribe me for latest videos of programming’s
@jtm_33
@jtm_33 11 ай бұрын
excellent! A question, can you add events for example from a user, who chooses date and time from an input, and then in an admin panel show each turn of each user?
@finegap
@finegap 11 ай бұрын
Yes I think we can also use parameter like description for the user and take data from input
@hambalaregen3478
@hambalaregen3478 2 жыл бұрын
Do you think it is possible to have the php code of your google-calendar-event.php page?
@finegap
@finegap 2 жыл бұрын
yes send me message in whatsapp I will send you there
@hambalaregen3478
@hambalaregen3478 2 жыл бұрын
@@finegap how can i message you ?
@finegap
@finegap 2 жыл бұрын
@@hambalaregen3478 number in the desc
@No-One8166
@No-One8166 7 ай бұрын
Can we add tasks on google calendars by using the same method, or if there any other methods plz guide me
@finegap
@finegap 7 ай бұрын
yes you can make a frontend for adding calendars and in the backend use the same method to call API.
@No-One8166
@No-One8166 7 ай бұрын
@@finegap but there is different API for google tasks "Google Tasks API", I am confused that should I have to use the Google Calendar API or Google Tasks API ?
@finegap
@finegap 7 ай бұрын
@@No-One8166 depends on you but the way will be almost the same at the end just call API. and fulfill your requirements
@__Bibi
@__Bibi 10 ай бұрын
Is there a video like this using service account and google calendar API for react? Pls help me with some info. Thanks
@finegap
@finegap 10 ай бұрын
yes, please check documentation for reach if available otherwise write php code in react or covert it?
@chetanya85
@chetanya85 Жыл бұрын
For how long Google Calendar can store task/events. I am Getting message in the calendar app that information is visible from 2021? Pls share if this is true. Thanks a lot
@finegap
@finegap Жыл бұрын
yes true as long as event or task is not happened.
@Yakir78111
@Yakir78111 8 ай бұрын
I fucking love you man. Saved so much time!!!
@finegap
@finegap 8 ай бұрын
thanks & don't forget to subscribe me :)
@MadhushanUdeshike
@MadhushanUdeshike Жыл бұрын
Thanks Brother' It's Work
@finegap
@finegap Жыл бұрын
Welcome & don't forget to subscribe me :)
@CharcoalDaddyBBQ
@CharcoalDaddyBBQ 10 күн бұрын
Thank you!
@finegap
@finegap 10 күн бұрын
You're welcome & don't forget to subscribe me :)
@audit-energetique
@audit-energetique Жыл бұрын
Is there a way to get back the event id when it is created in order to easily delete it if needed ? how could we simply delete an event the calendar with PHP ?
@finegap
@finegap Жыл бұрын
You can check maybe it returns something or you can also get events of the calendar in order to delete
@ИннокентийСокорнов
@ИннокентийСокорнов Жыл бұрын
Hello! Thanks for the video. The code doesn't work for me, I think it can't load the vendor folder correctly. I took this folder from your video. It is no longer available on the Google website. What could be the problem?
@finegap
@finegap Жыл бұрын
you can create this folder or give me text :) kzbin.info/www/bejne/eHPWi5aVhpeUm6csi=NxQV90HY2EhuYf2Z
@losangelespizzeriaco8986
@losangelespizzeriaco8986 Жыл бұрын
Has anyone got this to work outside of WordPress? I only have a simple PHP project I was hoping to do this on
@finegap
@finegap Жыл бұрын
Yes it will work because it php code otherwise refer to docs for core php
@maysomething_
@maysomething_ 11 ай бұрын
Its working, Lovely! but can you add event on current authed user's calendar or add event to calendar's user by email??
@finegap
@finegap 11 ай бұрын
Yes I think that's possible you just need to check documentation or you can also put email in description for difference
@0selll
@0selll Жыл бұрын
Can you leave the google-calendar-event.php file here?
@finegap
@finegap Жыл бұрын
yes sure github.com/fine-gap/Google-APIs
@rickyvarquez5955
@rickyvarquez5955 Ай бұрын
Can you show on how to put a database name in that project?
@komaldhake8751
@komaldhake8751 9 ай бұрын
Can i also generate google meet link using this code
@finegap
@finegap 9 ай бұрын
developers.google.com/meet/api/guides/overview
@QuaresmaGamer
@QuaresmaGamer Жыл бұрын
Hello, thanks for the video. How can I create a event with google meet url?
@finegap
@finegap Жыл бұрын
you can set some parameter, which im sure there should be like some description
@komaldhake8751
@komaldhake8751 9 ай бұрын
Can we generate google meet link using this
@finegap
@finegap 9 ай бұрын
yes developers.google.com/meet/api/guides/overview
@pierremeteye67
@pierremeteye67 Жыл бұрын
Thank you man, really appreciate ! There no more PHP support for this API, do you know why ?
@finegap
@finegap Жыл бұрын
welcome, support always don't support. We have to fix everything ourselves
@antoniopetrone801
@antoniopetrone801 8 ай бұрын
i can't attach attendee it says : Service accounts cannot invite attendees without Domain-Wide Delegation of Authority. why? I followed video perfectly
@finegap
@finegap 8 ай бұрын
please make sure video again and search this error on google.
@haneefmyfitness5017
@haneefmyfitness5017 Жыл бұрын
How to use in Localhost
@finegap
@finegap Жыл бұрын
it will not work on localhost.
@muhammadusmanali7792
@muhammadusmanali7792 9 ай бұрын
by this we cannt get gmeet link
@finegap
@finegap 9 ай бұрын
whats an issue?
@bensosfrequents
@bensosfrequents Жыл бұрын
The file on the github is too large. 17mbs for a few lines of code is mind-boggling
@finegap
@finegap Жыл бұрын
it is vendor folder file sizes
@sebastianayalaortega8157
@sebastianayalaortega8157 2 жыл бұрын
wordpress es pa mks
Google Sheets API | Get Google Spreadsheet
3:47
FineGap
Рет қаралды 113 М.
Google Calendar & Laravel
22:37
WebDevMatics
Рет қаралды 28 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Add Event to Google Calendar using PHP
21:06
CodexWorld
Рет қаралды 28 М.
Google Calendar Events to Full Calendar using Google API Key
14:45
John Dominic Villalino
Рет қаралды 18 М.
Modern Login Form Design in React and Tailwind CSS
40:32
Python + Google Calendar API  + Service Account
18:16
mr.Marshanskiy
Рет қаралды 5 М.
How to Create Zoom Meeting using PHP | Using Just 5 Lines of Code
15:53
Programming with Vishal
Рет қаралды 36 М.
How to Create Events in Google Calendar API using OAuth2.0
1:00:51
Mafia Codes
Рет қаралды 97 М.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
Coding with Lewis
Рет қаралды 397 М.
How To Add A Google Calendar to A Web Page Using HTML *2023*
6:32
Tech Talk Tutorials
Рет қаралды 7 М.