Vinay Vyas

Results 6 comments of 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

Try this simple script. Replace ``. ```javascript function main() { GmailApp.sendEmail('', 'Test', null, { htmlBody: 'HTML Body', name: 'Testing Name with Space' }); } ```