Subscribe to my RSS feed RSS

Archive for the ‘Google Apps’ Category

June 29, 2011

Google Apps Script – Scheduled Tasks Replacement

I have a PHP application that is is on a shared hosting provider.  I have no access to cron or anything else to run a scheduled task.  I can’t fake cron by relying on a visitor to the application to call a PHP function to run the task.  So, I set up a scheduled task [...]