Skip to content

Instantly share code, notes, and snippets.

@Fahrek
Last active May 18, 2018 10:27
Show Gist options
  • Save Fahrek/6bd7c837a5c38f46ed55245c55ea8f01 to your computer and use it in GitHub Desktop.
Save Fahrek/6bd7c837a5c38f46ed55245c55ea8f01 to your computer and use it in GitHub Desktop.
CH01 - JSON Meeting Request


Meeting Request

Element Description Type Required Note
meeting Top Level data object required
    time fecha del evento string required Formato GMT: DD-MM-YYYY · HH:MM:SS
    duration DTA (tiempo estimado de duración) number required En minutos
    description tema del evento string required
    location lugar del evento string optional Por defecto es un string vacío
    reminder recordatorio del evento number optional Por defecto son 10 minutos
    invitees emails de las personas que asisten al evento string array optional Por defecto es un array vacío
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment