Im trying to insert a repeat event using this wrapper: https://github.com/spatie/laravel-google-calendar
Having noproblems with dates, but date+time involves timezones
I keep getting this error:
(400) Missing time zone definition for start time.
[
"name" => "Test name here"
"location" => "Brisbane Australia"
"description" => "Desc here..."
"timeZone" => "Australia/Brisbane"
"colorId" => 4
"startDateTime" => "2017-03-01 14:00:00"
"endDateTime" => "2017-03-01 15:00:00"
"recurrence" => ["RRULE:FREQ=DAILY;INTERVAL=1;"]
]
i dont know how to add timezones to these start and end datetime values