Jump to content
Server Maintenance This Week. ×

claris Connect Google Calendar


auarstadtt

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

Recommended Posts

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

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

This topic is 938 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.