I can't create event and add googlemeet #286
Unanswered
menphurk236
asked this question in
Q&A
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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