Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Calendar: "tentative" status is not available as an option?

Using Google for Work, for a primary calendar, for an event without invitees.

I don't see tentative as an option for events. I only see:

Show me as: ( ) Available  (x) Busy 
Visibility: (x) Calendar default  ( ) Public  ( ) Private

In the Calendar API (v3) it says the status for an event can be: confirmed / tentative / cancelled.

I can indeed write/read that status using the API. Setting it to tentative using the API does not change how the event is displayed in either the Google Calendar web interface, Google Calendar app, or e.g. iOS Calendar app.

How can I use/see/change the tentative status (for events without invitees) using the clients?

like image 331
wivku Avatar asked Sep 08 '15 15:09

wivku


1 Answers

Based on this article I think you need the following trick to achieve what you are looking for:

Rather than having a calendar item without attendees, add yourself as an attendee

This should allow you to put something in the calendar as tentative. Possibly you need to update the status after creation.

like image 195
Dennis Jaheruddin Avatar answered Oct 05 '22 08:10

Dennis Jaheruddin