Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 1137 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Capture d’écran 2021-09-29 à 22.20.30.png

Capture d’écran 2021-09-29 à 22.20.23.png

Posted
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 docsYour datetime property does not seem to be in the correct format. 

Posted

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

This topic is 1137 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.