[Q] Calendar + Todo list

Search This thread

sonicears

New member
Apr 10, 2014
2
1
Trying to figure out the best way to do this. I can't see to get a BR (line break) in zooper.

What I want is a calendar widget that shows something like this;

Agenda
Scheduled Event 1
Scheduled Event 2
Scheduled Event 3
Scheduled Event 4
Scheduled Event 5

Todo List
All Day Event 1
All Day Event 2
All Day Event 3
All Day Event 4
All Day Event 5

For my Scheduled Event items I was going to use something like this (calendar items with times);
$#C0D#=0?#C0SEEE# #C0Skkmm# #C0TITLE#
$#C1D#=0?#C1SEEE# #C1Skkmm#C1TITLE#
$#C2D#=0?#C2SEEE# #C2Skkmm#C2TITLE#
$#C3D#=0?#C3SEEE# #C3Skkmm#C2TITLE#
$#C4D#=0?#C4SEEE# #C4Skkmm#C4TITLE#

For my All Day Event items I was going to use something like this (so I only get todo items, no dates/times);
$#C0D#=1?#C0TITLE#
$#C1D#=1?#C1TITLE#
$#C2D#=1?#C2TITLE#
$#C3D#=1?#C2TITLE#
$#C4D#=1?#C4TITLE#

But I don't want blank lines to be present. I basically use my google calendar as a todo list too. Any items set as all day are my todo items.


Any help would be greatly appreciated.
 
  • Like
Reactions: praw0006

kwerdenker

Senior Member
Apr 1, 2010
1,451
2,533
Probably the Zooper Forums
Trying to figure out the best way to do this. I can't see to get a BR (line break) in zooper.

What I want is a calendar widget that shows something like this;

Agenda
Scheduled Event 1
Scheduled Event 2
Scheduled Event 3
Scheduled Event 4
Scheduled Event 5

Todo List
All Day Event 1
All Day Event 2
All Day Event 3
All Day Event 4
All Day Event 5

For my Scheduled Event items I was going to use something like this (calendar items with times);
$#C0D#=0?#C0SEEE# #C0Skkmm# #C0TITLE#
$#C1D#=0?#C1SEEE# #C1Skkmm#C1TITLE#
$#C2D#=0?#C2SEEE# #C2Skkmm#C2TITLE#
$#C3D#=0?#C3SEEE# #C3Skkmm#C2TITLE#
$#C4D#=0?#C4SEEE# #C4Skkmm#C4TITLE#

For my All Day Event items I was going to use something like this (so I only get todo items, no dates/times);
$#C0D#=1?#C0TITLE#
$#C1D#=1?#C1TITLE#
$#C2D#=1?#C2TITLE#
$#C3D#=1?#C2TITLE#
$#C4D#=1?#C4TITLE#

But I don't want blank lines to be present. I basically use my google calendar as a todo list too. Any items set as all day are my todo items.


Any help would be greatly appreciated.

If you use a Rich Text Module, you can just use the enter key as a line break. It will render the same way in the widget as in the editor.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Trying to figure out the best way to do this. I can't see to get a BR (line break) in zooper.

    What I want is a calendar widget that shows something like this;

    Agenda
    Scheduled Event 1
    Scheduled Event 2
    Scheduled Event 3
    Scheduled Event 4
    Scheduled Event 5

    Todo List
    All Day Event 1
    All Day Event 2
    All Day Event 3
    All Day Event 4
    All Day Event 5

    For my Scheduled Event items I was going to use something like this (calendar items with times);
    $#C0D#=0?#C0SEEE# #C0Skkmm# #C0TITLE#
    $#C1D#=0?#C1SEEE# #C1Skkmm#C1TITLE#
    $#C2D#=0?#C2SEEE# #C2Skkmm#C2TITLE#
    $#C3D#=0?#C3SEEE# #C3Skkmm#C2TITLE#
    $#C4D#=0?#C4SEEE# #C4Skkmm#C4TITLE#

    For my All Day Event items I was going to use something like this (so I only get todo items, no dates/times);
    $#C0D#=1?#C0TITLE#
    $#C1D#=1?#C1TITLE#
    $#C2D#=1?#C2TITLE#
    $#C3D#=1?#C2TITLE#
    $#C4D#=1?#C4TITLE#

    But I don't want blank lines to be present. I basically use my google calendar as a todo list too. Any items set as all day are my todo items.


    Any help would be greatly appreciated.