0

Create a Weekly View of a Google Calendar?

Hello Klip-community,

I want to create a custom Klip from a common calendar, i.e. to expand the "My Calendar Today" view to "My Calendar This Week"

So like this:

Monday:

0900-1000 - Demo

Tuesday:

0900-1500 - Workshop

Wednesday

yadayada... 

etc...

Any suggestion?

 

Big thanks in advance!

 

Rock on

1 comment

  • 0
    Avatar
    Meggan King

    Hi There,

    If you are starting with using our Klip template for Meetings Today, you can modify the data source to pull in a bigger range of data. By default it only selects the events for current day. You can expand to the week by using:

    timeMin={date.startOfWeek.format("yyyy-MM-dd'T'00:00:00Z")}&timeMax={date.endOfWeek.format("yyyy-MM-dd'T'23:59:59Z")}

     

    Next steps would be to modify the Klip. However, it may be easier to switch from the HTML template to a table Klip instead. 

     

    To find out more about using our dynamic date parameters in data source queries, check out this document
    https://support.klipfolio.com/hc/en-us/articles/216181877-Date-parameters-in-data-source-queries

     

    Thanks

    Meggan

Please sign in to leave a comment.