distributev / gmail-wordpress-mailchimp-integration

Build a Gmail contextual gadget similar (but much simpler) to - https://solve360.com/new/solve360-and-gmail-hook-up/
MIT License
0 stars 0 forks source link

Date is not passed to the Gadget Helper.gs #13

Open distributev opened 8 years ago

distributev commented 8 years ago

(when pressing save Event)

In google chrome developer console

always empty &date=

The correct date value should be passed.

mdkass commented 8 years ago

It's passed correctly! You can check it using the log function I added in the latest gadgetHelper.gs file

distributev commented 8 years ago

I'll check again. Where I see the messages displayed by the log.? If I open the View Logs window in Google Apps script GUI it's always empty.

Please pre-populate that Date control with today's date and make it required (so that the user will not be allowed to empty the value). By default it is coming empty and it's not required.

mdkass commented 8 years ago

Unfortunately you can't check the gui log when it's closed, for that reason I added the Google spreadsheet log file. The date field is populated with today date now.