Skip to content

[Feature Request] Get task or day / time in onTap method #27

Description

@farrukhnajmi

Thanks for a nice widget.

When I tap on the widget, how can I get info about where I tapped? Ideally, I need to know day of week and the time of day where I clicked and if there is an existing task there, I would like to get that as well.

The use case is that I want to display the task info where I tapped and allow deletion of task or creation of a new one.

This does not currently seem possible.

The ideal onTap method would look something like this:

onTap(int column, TimeOfDay timeOfDay, List<TimePlannerTask> tasksTapped);

Does current version support my use case in some way? If not, would it be possible to enhance the onTap method to support it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions