auarstadtt Posted September 29, 2021 Posted September 29, 2021 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
bcooney Posted September 29, 2021 Posted September 29, 2021 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.
auarstadtt Posted September 30, 2021 Author Posted September 30, 2021 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
Recommended Posts
This topic is 1150 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now