Read More on Telerik Blogs
October 11, 2013 Release
Get A Free Trial

Since the Q3 Beta Release of RadControls for Windows Phone, the cloud suite has a new member: RadCloudCalendar. This is a composite component which provides (so far) three different views: Calendar, Agenda and Appointment. These views resemble the native calendar experience from Windows Phone and provide appointment management options out of the box.

Here’s the code you need to add this component to a page in your Cloud Application:

<telerikCloud:RadCloudCalendar />

EverliveAppointmentSource everliveAppointmentSource = new EverliveAppointmentSource();
CloudAppointmentSource.Init(everliveAppointmentSource);

These 3 lines give you 3 views and everything that you need to create, update, delete and display appointments which are stored in the Cloud:



Are you already searching for the download link?
It’s here.

About the Author

Todor Petrov

Todor Petrov has been with Telerik since 2011, working on the Android and Windows Phone UI suites. He is passionate about technologies, movies and music.

 



Related Posts