0

I need a radio button that says, "Add to calendar", if the option is checked, then present a date control or spinner control to let the user choose a date. Once the user chooses a date, it should add the notes feature to the calendar.

Any examples, solutions, or links would be very much appreciated.

Ry-
  • 218,210
  • 55
  • 464
  • 476
Ram
  • 35
  • 1
  • 2

1 Answers1

0

For datepicker, a standard widget is available. See this documentation.

For adding this to the calendar, I'm assuming that you want to add it to the native calendar. I'd suggest going through a similar question on stackoverflow

Community
  • 1
  • 1
abhinav
  • 3,199
  • 2
  • 21
  • 25