YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
359 stars 25 forks source link

Attribute setting by newbie #160

Closed smithmark02 closed 1 year ago

smithmark02 commented 1 year ago

I'm very new to obsidian and this plug in so please forgive me in advance.

I'm trying to figure out how to set the height as no matter what number I put in there it doesn't seem to make a difference. I've tried

height: 10 height 1000

with no luck.

Similarly, what would I put in hourRange: to get it to show the last hour and the next hour?

Here's what I'm currently using, and it is working great, showing all my events.

type: day
date: today

Thanks!

YukiGasai commented 1 year ago

Hi, the hight parameter is kinda deprecated right now. You can change the hight of the timeline view by limiting the displayed hours like you tried. The parameter needs two values, star and end given in an array like this: hourRange: [7, 17] You use case to only display the last and next hour is currently not supported.

smithmark02 commented 1 year ago

Thanks for the quick reply!