Create / Edit / Delete Events on front end of site
Dan,
One of my clients wants to migrate their intranet to Umbraco, and they've got a couple of calendars on there that let people book meeting rooms. What I'd like to know is if it's possible for members logged into the front end to create / edit and delete events from a calendar.
Hi Paul, If your calendar system has an API like Google Calendars. It would be very possible to create an interface to create, edit & delete events in a calendar.
As Umbraco is a .net web app, it's very possible to interact with a system it just needs to know how it can do it. :)
I'd specifically like to use Dan's uCalendar component to hold the calendar info..... the client's not using Google Calendars - much to my disappointment.
Create / Edit / Delete Events on front end of site
Dan,
One of my clients wants to migrate their intranet to Umbraco, and they've got a couple of calendars on there that let people book meeting rooms. What I'd like to know is if it's possible for members logged into the front end to create / edit and delete events from a calendar.
Paul
Hi Paul,
If your calendar system has an API like Google Calendars. It would be very possible to create an interface to create, edit & delete events in a calendar.
As Umbraco is a .net web app, it's very possible to interact with a system it just needs to know how it can do it. :)
Jamie
Jamie,
I'd specifically like to use Dan's uCalendar component to hold the calendar info..... the client's not using Google Calendars - much to my disappointment.
P
I completely missed that detail. I don't have experience in uCalendar. I could have a look when I get home later though.
#h5is!
edit: double post, fail.
uCalendar has an API and you can build a front end to access those APIs via a usercontrol or Razor.
is working on a reply...