September 29, 20214 yr Hi all, I'm trying to create an appointment in google calendar from a filemaker record. In claris connect the trigger is ok. But I've got an error on the google calendar event creation. Can you help me to find the error ? Thank you Antoine
September 29, 20214 yr var event = { 'summary': 'Google I/O 2015', 'location': '800 Howard St., San Francisco, CA 94103', 'description': 'A chance to hear more about Google\'s developer products.', 'start': { 'dateTime': '2015-05-28T09:00:00-07:00', 'timeZone': 'America/Los_Angeles' }, 'end': { 'dateTime': '2015-05-28T17:00:00-07:00', 'timeZone': 'America/Los_Angeles' }, this a sample portion of a request from Google api docs. Your datetime property does not seem to be in the correct format.
September 30, 20214 yr Author Hi, thank you for your reply. I put the date and time in the format claris connect shoed me in the exemple. But I will try with your format Thank you
Create an account or sign in to comment