Dave Parsons
Dave Parsons
I haven't needed the "reminders" for events, so I haven't added that functionality. It's a little tricky since there are SMS and email reminders. And there can be a list...
Can't you define whatever name you want with a type alias? https://www.typescriptlang.org/docs/handbook/advanced-types.html#type-aliases type ToDoTableRow = Database['public']['Tables']['...']['Row'];
Thanks for the suggestion and comments on the other bugs. This does sound useful. I'll take a look at doing it, but not sure when I'll get to it. Hopefully...
I haven't actually changed anything in the add-on in a year. Some people were having issues, which seemed to be caused by needing to authorize the script again. I bumped...
Sorry for the delay. Distracted with other activities lately. The first thing I would check is the time zone in File -> Spreadsheet Settings.
Glad you were able to solve the issue. For people that run into this in the future, this documentation link might be useful: https://developers.google.com/apps-script/reference/base/session#getScriptTimeZone()
Hmm. If you got error messages, do you remember what they said?
Glad to hear it's helpful. The "End Time" column can be hidden (there's a little dropdown menu in the column header). You should be able to change the format of...
Looks like I never answered @ard1984: Sorry, but I misspoke earlier. Looks like the column does need to be "Start Time". That name is converted to lowercase and the space...
Hi Kevin, You're the second person to suggest this. I can see how it would be really useful. It's not super hard, but not trivial either. The tricky part would...