Hi,
Is there a report that includes the time zone for the sessions? I have sessions in 3 time zones and need to report on each individually. I’ve looked and can’t seem to find this field in the old or new reports.
TIA
Hi,
Is there a report that includes the time zone for the sessions? I have sessions in 3 time zones and need to report on each individually. I’ve looked and can’t seem to find this field in the old or new reports.
TIA
Hi
Hi
the correct answer i think is: is not possible to get the timezone in the report.
To reinforce this concept there is the "Time Zone for Date Fields" field in the "Users - ILT Sessions" report which converts all dates into the chosen value.
That said, there are several workarounds that can help you get what you are looking for. Here are some solutions:
/course/v1/events/{event_id}
can provide all the information that you need:
RESPONSE SAMPLE
{
"data": {
"course": {
"id": 0,
"name": "string"
},
"session": {
"id": 0,
"name": "string"
},
"instructors":
{
"user_id": 0,
"firstname": "string",
"lastname": "string",
"username": "string",
"event_only": true
}
],
"event_id": 0,
"name": "string",
"day": "string",
"description": "string",
"time_begin": "string",
"time_end": "string",
"break_begin": "string",
"break_end": "string",
"timezone": "string",
"id_classroom": 0,
"id_location": 0,
"effective_duration": "string",
"collaboration_tool": "string",
"cover_image": "string",
"webinar_tool": "string",
"webinar_tool_sync_failed": true,
"external_calendar_sync_failed": true,
"id_tool_account": 0,
"name_tool_account": "string",
"password": "string",
"custom_url": "string",
"allow_recording_completion": true,
"allow_join_completion": true,
"join_in_advance_time_user": 0,
"join_in_advance_time_teacher": 0,
"lastEdit": {
"userId": 0,
"firstName": "string",
"lastName": "string",
"dateTime": "string"
}
},
"version": "string"
}
Hope this could help.
Best,
MODO.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.