Tomer Rosenfeld

Results 58 comments of Tomer Rosenfeld

It's currently impossible to do. I'll might add an option to do it in the future although it's too specific in my opinion.

Not currently

The issue with this proposal is that it would be problematic if no static array would be chosen, what would the textview show until you set the text dynamically? In...

There is now a FTV.placeholder built into the library string arrays. If you want to leave the FTV empty until you update it at runtime you can use FTV.placeholder. If...

I think a better approach would be either to skip the event, or print out something like "Shared event"/"Private event" I think busy will throw some people off What do...

Agreed. The ideal solution is to skip those events by default and add a `--show-shared-events` flags that will show the "Shared event" when it's time for it

Should be possible, I would guess it's even part of the API

This MR adds the data to the event object, but currently it will not be displayed in the output. We couldn't decide how to handle events where the location is...

agh, good question maybe just print out "multiple all day events" or something like this, prompting the user to click it and view the full calendar or maybe, print them...

A better way to put it would be: If next event is tomorrow and closest all day event is today - show all day event If more than one all...