-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement request : open calendar instead of appointment #151
Comments
Hi @scotttocs, please look at this related issue: #85 |
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 <#85>
In short: looks like no way at the Widget's side to do that
?!
—
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCALSTZHAJPN7ASD4UMBC32ADTOXAVCNFSM6AAAAABRNWWQFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRYG4YDOMZYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 |
Oh, didn't see this before, looks like some new feature. We could try to use it when clicking on a Day Header?! |
Hello @scotttocs It appears that this is already implemented in ToDo Agenda years ago :-) todoagenda/app/src/main/kotlin/org/andstatus/todoagenda/widget/DayHeaderVisualizer.kt Lines 64 to 66 in 748e3c6
|
hello,
I would like to be able to configure agenda to open the calendar an event is part of rather than the event itself
The text was updated successfully, but these errors were encountered: