c# - Mobile Website Add Reminder To User Calendar -
developing booking website in mvc5 c# , once user has booked want added booked date user's calendar if access website via mobile device.
i've been looking around web find if there solution i've seen device specific solutions android or ios mobile app developmemt. want solution tailored access calendar on mobile devices or android , ios.
i want know if possible , starting point c# library?
for security reasons, can't access user's calendar directly web app.
what can do, though, providing him icalendar file contain details booked. when opening such file, user prompted add calendar. nice thing solution: works platforms, mobile and desktop.
to generate icalendar file in c#, can use dday.ical.
Comments
Post a Comment