Vinay Vyas
Vinay Vyas
> Oh, now PHP samples/examples have been entirely removed from this repo, and from Google API documentation (ie: the link in the first post no longer works). > > Disheartening,...
Still available here https://github.com/googleworkspace/php-samples/tree/main/calendar/quickstart
For clasp checkout: https://github.com/google/clasp
Please post the whole snippet.
Try this simple script. Replace ``. ```javascript function main() { GmailApp.sendEmail('', 'Test', null, { htmlBody: 'HTML Body', name: 'Testing Name with Space' }); } ```
Are you able to share screenshots?