I found this to be really useful, but I hit several problems during development, and I thought that I would share some of them to help other people save some time.
I was looking to get data from my web application into the calendar for an Android device, and I used discountasp as a hosting service.
The first problem I encountered was that validation did not work when uploading to the server, strangely enough, it accepted my login to the control panel for discountasp, but not for my forms.
The answer to this was to disable basic authentication in IIS Manager. This solved the problem.
Secondly, the application that I used to synchronize the calendar with the Android device was called iCalSync2 - its a great application and works well. But I found that it only worked correctly when the file was delivered as .ics (for some reason I set it as .ical .. it must have been late), and I also had to choose the webcal option
Finally, I found that I had to add webcal: // to the top of my url instead of http: //
Also, be careful, because the above code ignores the input role variable and always doesn't skip anything, so you may need to perform some role-based checks inside your calendar program or modify the code above to process the role variable.
user1641172
source share