andstatus / todoagenda

Android home screen widgets showing future (and past) calendar events and tasks
Apache License 2.0
130 stars 19 forks source link

enhancement request : open calendar instead of appointment #151

Open scotttocs opened 2 weeks ago

scotttocs commented 2 weeks ago

hello,

I would like to be able to configure agenda to open the calendar an event is part of rather than the event itself

yvolk commented 1 week ago

Hi @scotttocs, please look at this related issue: #85 In short: looks like no way at the Widget's side to do that ?!

scotttocs commented 1 week ago

interestingly, it appears there is.. if I click on the date in todoagena it does open the calendar application in default view. if I click on an actually appointment it opens that.

I'll have to dig into the difference between calls

On Mon, Nov 11, 2024, 12:37 Yuri Volkov @.***> wrote:

Hi @scotttocs https://github.com/scotttocs, please look at this related issue: #85 https://github.com/andstatus/todoagenda/issues/85 In short: looks like no way at the Widget's side to do that ?!

— Reply to this email directly, view it on GitHub https://github.com/andstatus/todoagenda/issues/151#issuecomment-2468707384, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCALSTZHAJPN7ASD4UMBC32ADTOXAVCNFSM6AAAAABRNWWQFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRYG4YDOMZYGQ . You are receiving this because you were mentioned.Message ID: @.***>

scotttocs commented 1 week ago

https://developer.android.com/identity/providers/calendar-provider#intent-view implies that you can open a calendar to a date and not an event, but I've not tried it yet, or run anything in a debugger to see the actual calls