I can't create event and add googlemeet #286
Unanswered
menphurk236
asked this question in
Q&A
Replies: 2 comments
-
same shit happaning with me. can't create event with google meet link with service account. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dont forget to put: GOOGLE_CALENDAR_IMPERSONATE on .env file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my code
$event = new Event; $event->name = $title; $event->description = $description; $event->startDateTime = Carbon::now(); $event->endDateTime = Carbon::now()->addHour(); $event->addMeetLink(); // optionally add a google meet link to the event $event->save();
help me pleaseeeee
Beta Was this translation helpful? Give feedback.
All reactions