Is possible integrate a Field type datetime with Google Calendar?
I have a table with date of visit type datetime and i need the new visit be add to user?s Google calendar.
If you need to add a datetime to a google calendar then you simply need to use the google api.
See here: https://developers.google.com/google-apps/calendar/quickstart/php
Of course the user needsd to have a calendar, he needs to have you allowed to add a date time as well.
Alternatively you can send an ics file (from icalendar) with the details per mail.
Thanks a lot rr, I will read about google API.