Google Calendar Event Creating

What I’m trying to do

So I want to create an event in my google calendar via obsidian using Google Calendar plugin and QuickAdd. I need a template for QuickAdd for event creation. I want to input the time of the event, date, name, type, etc

Things I have tried

I have tried creating an event with Formatter Option in Google Calendar plugin.
I included properties like:

---
kind: calendar#event
summary: test event
start:dateTime: 2023-09-21T13:50:00-0400
end:dateTime: 2023-09-21T14:50:00-0400
---

Then I called the command from gCal plugin, create event from Formatter, and that does not work