Calendar view with "durations"

Hi,

I have a table that looks like this:

The contents look like this:

Is it possible to get the Calendar view to come up with a week view that includes those events?

I am assuming I would use some basic maths to create the right dates/times based on the weekday and the “duration” as such. My initial idea was to create “weekly” repeated events, so that every week picked would show the same thing. Alternatively, I would create dates that would always match the “current” week, so that the element would show a weekly view with the times adjusted to “this” week.

But… am I overcomplicating this? Am I on the right track?

As far as I understand your goal, this might be the best approach. Be sure to review Calendar view type - AppSheet Help which details the data required for that view type. Note that there’s no native support for recurring events as well as that the start and end time columns should use the time type, not duration type.

1 Like