shinyorg / shiny

.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
https://shinylib.net
MIT License
1.43k stars 227 forks source link

[Bug]: Cannot use ScheduleDate and RepeatInterval at the same time #1428

Closed sagarchopranimbus closed 6 months ago

sagarchopranimbus commented 6 months ago

Component/Nuget

Notifications (Shiny.Notifications)

What operating system(s) are effected?

Version(s) of Operation Systems

Android 14

Hosting Model

Steps To Reproduce

I had a requirement where a want to schedule a notification for a specific date or time and then repeat it continously (every min or every hour) . However, As per Shiny we cannot use ScheduleDate and RepeatInterval at the same time.

Is it possible to do so?

Expected Behavior

Should be able to use ScheduleDate and RepeatInterval at the same time.

Actual Behavior

Getting error that cannot use ScheduleDate and RepeatInterval at the same time.

Exception or Log output

No response

Code Sample

No response

Code of Conduct

aritchie commented 6 months ago

This does not meet our criteria for issues.