Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Priyanka Kanojia 17 posts 88 karma points
    Nov 06, 2019 @ 05:07
    Priyanka Kanojia
    1

    Event Calendar in Umbraco Backoffice

    Hello,

    I want to implement calendar functionality in Umbraco backoffice which has features similar to google calendar where admin can schedule task or events. I want the following features in calendar/Scheduler at the time of adding task/Event :

    • Setting TimeZone
    • Setting Resources
    • Setting Recurrence Pattern
    • Setting Start and End Time

    I am looking for some guidance on how i can achieve the same. I have seen "Event Calendar" package in umbraco but as it is for front end users i am not looking anything like that.

  • Claushingebjerg 936 posts 2571 karma points
    Nov 08, 2019 @ 14:47
    Claushingebjerg
    1

    Hi

    Its a backend customization solution youre looking into. Not really a "Getting started" project :).

    More like a "Extending Umbraco and using the API" question

  • Graham Davis 110 posts 376 karma points
    Nov 11, 2019 @ 23:12
    Graham Davis
    0

    Hi Priyanka!

    I don't have a solution for you, but I may be able to point you in the right direction. I believe you are looking to create a custom section in Umbraco's Back Office. see: https://our.umbraco.com/Documentation/Extending/Section-Trees/sections

    For the Event Calendar, start with something like FullCalendar, https://fullcalendar.io/, a jquery calendar that works well and can be connected to either your own calendar data or a common one such as google or outlook.

    Good luck!

  • Priyanka Kanojia 17 posts 88 karma points
    Nov 12, 2019 @ 05:16
    Priyanka Kanojia
    0

    Hi Graham,

    Thanks for the reply but i am not looking for implementing custom section, i want to add event calendar/Scheduler as a property editor in Umbraco. Also i have gone through fullcalender.io and i didn't find any options to add event/appointment or recurring events.

    Can you please suggest some other methods or approach to achieve functionality i have mention in my question.

  • Graham Davis 110 posts 376 karma points
    Nov 12, 2019 @ 13:34
    Graham Davis
    0

    The documentation for creating a property editor can be found here:

    https://our.umbraco.com/documentation/Tutorials/Creating-a-Property-Editor/

    Regardless of what you use as your calendar, you will still need to do some programming to integrate it with Umbraco and include functionality such as recurring events.

Please Sign in or register to post replies

Write your reply to:

Draft