Mobile kit pro error un "subscribe to calendar"

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/12/2015 8:12:39 AM
Gravatar
Total Posts 122

Mobile kit pro error un "subscribe to calendar"

Hi Joe, sorry form questions...

running last version of mojo 2.4.0.9 and mobile kit pro 2.3 and eventcalendar pro 3.4.2.2

Using mobile phone, going in eventcalendar and hitting "subscribe to calendar", it gives me always page not found

I reproduced it on demo site

Can you help me ?

Thank you in advance

Michele (from Rome)

 

5/12/2015 9:36:04 AM
Gravatar
Total Posts 18439

Re: Mobile kit pro error un "subscribe to calendar"

That link uses webcal:// protocol which is probably not supported on many mobile devices.

2 possible solutions

1. hide the link in the mobile skin by css

#ctl00_mainContent_ctl00_viewMenu1_liAddToCalendar { display:none;}

2. Look in Settings for Event Calendar, uncheck the box under Feed Settings labelled "Use webcal Protocol For iCalendar Feed Link"

Even if you uncheck the box I'm not sure mobile devices will know what to do with that link, it is meant for subscribing in outlook or google calendar. So hiding it in the mobile skin may be the best choice.

You must sign in to post in the forums. This thread is closed to new posts.