| Projects on Google Code | Results 1 - 5 of 5 |
birthdayfeed will notify you of upcoming birthdays using an atom feed you subscribe to in your feed reader.
This site provides access to the source code of birthdayfeed. If you want to use birthdayfeed to receive notifications, go to http://birthdayfeed.subtlecoolness.com/
=gCalBirthdays=
Add the birthdays of Your Google Contacts to Your Google Calendar.<br>
<br>
<wiki:comment>
*Update in progress - Please wait*
</wiki:comment>
==News==
* Version 3.01 is online!
* Version 2.06 is online!
* [http://code.google.com/p/gcalbirthdays/issues/detail?id=3&can...
This Automator Action creates a birthday calendar in iCal from the contacts in Address Book. Unlike the built-in birthday calendar in iCal, this action allows you to set an alarm for each birthday. You can also combine this action with other actions to publish your ICS file to a web or file server.
...
gérez votre liste d'anniversaires et utilisez les multiples flux générés,
recevez des alertes e-mails à minuit pour vous rappeler des anniversaires,
envoyez des invitations à vos contacts pour qu'ils vous donnent automatiquement leur date de naissance,
parcourez les anniversaires des autres membr...
Update: Google has released its own Calendar/GData Python API: http://code.google.com/p/gdata-python-client/
You may prefer to use that one :-(
Python library/class for working with Google Calendar API.
Sample Usage:
import cal
a = cal.googCal()
a.getAuth('username@gmail.com','password')
...