Export PDF Issue : In month view, if day is having many events(For Example: Day is having more than 15 events), then day section of month view height is increasing automatically to accommodate all events information. But while exporting into PDF, all events are not exported properly.
In Case of Export to ICal, I am able to export events to Ical successfully but When I open .ics file and view the events, the event information(title and time) is not displaying.
I am further look into the Export to ICal Issue. Since I am using “Title” as event text. will it impact on export functionality. In this regard, I tried to customize the data attributes by using the following statement
I have started working on Import functionality. I followed your suggestion but no luck. It would be great if you share any sample to achieve this import functionality.
Hello Kamal,
try the attached sample.
Note that in current version import from ical is available only on the client.
I.e. you can return ical string from data request, and calendar will parse it.
But api which will allow you to generate such string( or parse it ) on the server hasn’t been released yet ICalLoader.zip (373 KB)
Actually, my requirement is, I would like allow the user to select the Ical file(file to be imported) and import the data from Ical file to my calendar event table(database). I have gone thorough the below URL which might do the same as expected but i have not found the same in .Net scheduler.