Read the statement by Michael Teeuw here.
Apple Calendar integration
-
@MMRIZE haha all good. Any feedback still welcome. :)
-
-
XXX_center
is not a good place to use CX3 module.center
position too narrow and doesn’t have a fixed width because it is decided byleft
andright
width by calculation. Especially in the vertical screen? Terrible. You may have only around 1000px(considering the gap of margin) width of the vertical screen, and that number should be shared with another region,left
andright
. Usually, a pretty side region would have over 300px, so yourcenter
region will have only 300~400px. It is not enough for 7 days cells of the calendar.
I recommendbottom_bar
. -
The CX3 module doesn’t handle ICS data directly. You may need the default calendar module as a calendar events provider. You also need to set the `broadcastEvents’- related properties properly.
-
It seems you already did CSS modification; it’s your taste. I’ll not mention about it. Anyway, I cannot agree that the default CSS would be awful at all.
-
-
@MMRIZE Ok yea that position looks way better. Is there a way to make it taller?
Right now its only taking up about 60% of the screen and itsgot alot of space on the sides -
Is there a way to make it taller?
It depends on how big the font size is and how many events will be shown in one cell.
These properties are related to that.
Of course you can adjust more details with CSS overriding.
-
@srobison62 said in Apple Calendar integration:
Right now its only taking up about 60% of the screen and itsgot alot of space on the sides
How is your current
config.js
andcustom.css
?
To make things simple; disable all other modules(of course, except the default calendar module) then focus on this module alone, then adjust things. -