Como todavía no me he desliado la manta de la cabeza he parido otro gScript para una funcionalidad que echo muchísimo de menos en los móviles desde aquellos maravillosos nokia: El recordatorio de que hoy es el cumpleaños de tu abuela. Bueno y ahora el código: //Script by Borja Garcia <debuti@gmail.com> //GPL //v0.0.1 - 20100925 // //Changelog: //v0.0.1 - Initial version // //Note: //Configure it and add an 1pm trigger function notifyBirthday ( ) { // Constants var ONE_MINUTE = 60000 ; //milliseconds var ONE_HOUR = ONE_MINUTE * 60 ; var ONE_DAY = ONE_HOUR * 24 ; var SOURCE_CALENDAR = "Contacts' birthdays and events" ; var FINAL_CALENDAR = "[Warn]Birthdays" ; var HOUR_TO_NOTIFY_ME = 12 ; // Helpers function getThatDayAtMidnight ( thatDay ) { var result = new Date ( ) ; var dateInMillis = S...
...so keep it simple