Creating events in Google Calendar (100 Days of Google Dev)
ฝัง
- เผยแพร่เมื่อ 12 ธ.ค. 2024
- Got an app that makes bookings, such as for dining, travel, concerts or other events? Enhance your users’ experience by inserting events into their calendars. The trouble with apps today is that users STILL have to do it themselves even if your app books the reservations.
Take a load off their shoulders & have your app do it. It's easier than you think, and your users will be delighted: "Yay! I don't have to do it!" Bring about a higher rate of engagement and delight your users so they'll always bring up your app instead of the competition's.
The Launchpad Online series is a set of videos geared to get you, your idea, your startup, or your enterprise onboard building with Google tools and APIs. See the full playlist at goo.gl/P9UZXx.
100 Days of Google Dev / 100 developer videos over 100 days / #GoogleDev100
Subscribe to the Google Developers channel at goo.gl/mQyv5L
REFERENCES
Calendar API official docs
developers.goog...
Calendar API code deep dive blogpost
wescpy.blogspot...
Using email markup for great experiences!
goo.gl/GuH3L4
Calendar API Python quickstart
developers.goog...
Overview of the Calendar API
developers.goog... - วิทยาศาสตร์และเทคโนโลยี
so much screen space and you use 1/5 of the screen
man don't complain, don't you see that beautiful rocket in top left corner and amazing background with nearly all google products?
just kidding ;)
LOL , GOOGLE ADS !!
.
.
.
*Beaware he looks like Kungfu Hustle VILLAIN !*
How do you insert a new calendar? And after doing so, how do you insert events onto that specified calendar on the users account? For example if you make a new calendar named "XYZ" on the User's calendar, how do you add events A, B, and C to "XYZ" instead of on the main calendar?
Those old Google and Google Maps icons at 6:05 :)
The video is great. I didn't know that non Google accounts can also RSVP.
when will you update the Google calendar web version ?
i am facing 'You need to have writer access to this calendar' error with calender api when i am using main ac with google work space and calender. can you help me out for that issue? it is working with normal gmail but when i used domain email which is google workspace email then it gives that error
Same issue. Unfortunately Google updated their policies so when the OAuth prompt appears, they have to not only click allow, but check the checkbox that says let your app have full control of their calendar. From what I understand - previously we could create our own calendar that we had control over but would appear under their "My Calendars". I don't want full control of all of their calendars - I just want to create and manage events for my app.
I am having trouble making notifications in Google Calendar for more than 4 weeks. The app always seems to default back to 4 weeks after I save the notification. Can you please explain how to create a 12-week notification, for example?
hi, I'm getting the error - (run_flow() missing 1 required positional argument: 'flags") how to solve this .?.i am new to python
error File "calender.py", line 11, in
creds = store.get()
OMG, i m on a android App, ios is done... please nooooo, there is not a checkbox in android studio to set the textview recognize links, addresses and dates by itself, like in XCode? Guys, is there realy no way to make my textfield recognize links, adresses, phone no. and date-events? i found linkify but it's buggy and can't even detect dates! For example it detects just the house number of an adresse, as a phone number and so on... HELP :(
How can we open authorization redirect with chrome specifically instead of safari for mac?
I'm having trouble dynamically setting the time here :
I have a form that contains:
I gather that using a php $_POST['dateTime'];
Then send to the API here below, but it crashes
'start' => array(
'dateTime' => $when,
'timeZone' => 'America/Los_Angeles',
),
'end' => array(
'dateTime' => $when,
'timeZone' => 'America/Los_Angeles',
),
Check our PHP Quickstart developers.google.com/google-apps/calendar/quickstart/php to verify that you're generally using the Client Library correctly. If so & still having problems, check to see if anyone else is having the same problems on StackOverflow: stackoverflow.com/questions/tagged/google-calendar
Good day...
I just want to ask if their is a possibility of using the Google Calendar user interface (UI) to my app
hi is it possible to integrate my plugin inside google calendar so that i can show my plugin as an option while creating an event in calendar
nice video, but i want to know how can to doing with node js and save the fields in mongoDB, i see some examples, but don't help me, so can you help to do please ?
Not bad, but it'd be cooler to implement adding custom CalDAV servers both in the Android Calendar app, like it is done on iOS, and on the web interface
this is quite cool. can you please update something for Ruby (Rails framework if possible)?
We don't have a Rails example, but here's one in Ruby (better than nothing!): developers.google.com/google-apps/calendar/quickstart/ruby
Why does Android scare the user when you need calendar permissions:
> add or modify calendar events and sent email to guests without owners knowledge
>read calendar events plus confidential information
This is all about authorization scopes. Your app needs these permissions to do its job. However, the user will not necessarily be in control of when your app runs, so that's why the requests look like what you posted. To learn more about authorization scopes, check out the documentation at developers.google.com/google-apps/calendar/auth#OAuth2Authorizing
Thank you. New to this but helps a lot.
Awesome dude! :D
Is there a possibility to modify spontaneously a daily event time's?
Guys Can you please give options for Caldav..help me with office calender
Is it possible to create Google meet link too?
This is slick. Thank you
For me the instructions of this API are all over the place, even the quickstart is not doing it's job properly.
I've been spending hours on trying to get this to work.
Don't get me wrong, the whole oauth thing is working, but I just can't seem to figure out the correct next steps in order to sync the appointments they have booked in my web app to their Google Calendar...
do i have to use pyton?
can i use something else instead?
Links to quick start guides for various languages here: developers.google.com/google-apps/calendar/overview
is this still supported? I'm facing some issue in this/
thank you so much for explaining. I have created an python app, will try to connect API and come back here.
So much fun at 0:58
Has anyone integrated a create event button on google calendar on a web app using Flask?
raise HttpError(resp, content, uri=self.uri)googleapiclient.errors.HttpError:
Would somebody like to explain?
This video is super weird :D
+Charles Forman you're weird.
EVERYONE is weird.
everyweird is weird
***** I see what you did there...
Video starts at 1:30
How to add Google Meet link in an event?
NameError: name "service" is not definden |
event = service.events().insert(calendarId=primary, body=event).execute()
Oh -_- one must need a microscope to read what's written there lol
+Ali Raza Yeah, I'm trying to do Google Calendar integration with my app that I have to make for my final high school project, but I have no idea where to start with this, and this video didn't really help 'cause I couldn't read the code!
Same goes for me..
i am trying to make a php forum to import all calendars events and to add new as well....
check this out.
developers.google.com/google-apps/calendar/v3/reference/events/insert#try-it
Ali Raza
Cool stuff man, as for me, I'm doing my thing in Python.
Try out this quickstart thing first in PHP: developers.google.com/google-apps/calendar/quickstart/php#step_3_set_up_the_sample
That sample code basically gives you a URL to check if you can connect to Google services and goes to your web browser, and then you can go from here and change it up to fit your needs. It worked for me; I made the events from my Google Calendar print to the console, and I mean if you just take some time to really go through their API and all the different functions you can call in your program, you should make some progress.
Thanks for tip mate :) really appreciate your help.
Thanks for your comment. I'll work with the video production team to ensure that the code is large enough to read for viewers in future videos. For the code used in *this* video, look at the bottom of the video description, specifically the references section down at the bottom where we link to my blogpost that gives a deeper dive in the code for those who are interested.
how to show time created event in google calendar
great content
scheduling .net ??
can someone share a tutorial on how to do this on android studio?
can't read anything on an 19"
Who is Sasha
man are you able to read anything your talking about in the code from this video, come on
Thanks for your comment. I'll work with the video production team to ensure that the code is large enough to read for viewers in future videos. For the code used in *this* video, look at the bottom of the video description, specifically the references section down at the bottom where we link to my blogpost that gives a deeper dive in the code for those who are interested.
Anything for php
+Dustin Garza PHP users (and everyone else: Java, .NET, Ruby, Dart, Go, Android [Java], iOS [Swift, Objective-C], JavaScript [client-side, Node.js], etc.), here's a sample app that displays your next 10 calendar events: developers.google.com/google-apps/calendar/quickstart/php. Python users: get a deeper code review of this sample at wescpy.blogspot.com/2015/09/creating-events-in-google-calendar.html
Now look at me in the face and tell me you needed to use 20% of the screen to show a bunch of code lines with text displaying at 2pixel size.
Is he writing this on a mac really
this is BS as have not been able to make a simple event using PHP
Most awkward video ever
Don't let the tech guys be actors please !
the worst video! a big advert but the screen too small to read code...and is not js!
Awkard!!!!!