Code Monkey home page Code Monkey logo

calendar's Introduction

Build Status Dependency Status Dev Dependency Status codecov badge

Calendar

Display and manage calendar events

Features

  • Add and edit calendar events
  • Drag and drop calendar events
  • Change calendar event color
  • Retrieve events based on selected date ranges

Dependencies

  • Mendix 7.15.1

Development test project

https://reactcalendar.mxapps.io

Basic configuration

CalendarProperties

  • Place the widget in data form within the context of the event entity
  • Calendar event can be retrieved from the database by context, xpath, microflow or nanoflow
  • Select the event entity
  • For data source Microflow, select a Data source microflow and for data source Nanoflow, select a Data source nanoflow
  • Select attributes to provide the event Title, start date, end date, color and a boolean attribute to determine whether the event should be considered all day
  • Setting up Refresh data source on view, retrieve data by microflow (Data source = Microflow) and add a constraint based on the View start attribute and the View end attribute. E.g. [End > $CalenderView/StartAttribute and Start < $CalenderView/EndAttribute] When navigating through the calendar, only event that lie with in the View start attribute and View end attribute dates will be retrieved.

CalendarProperties

  • Standard view has day, week and month view only
  • To set a Custom toolbar, select Custom view
  • Month is the default view
  • Start position attribute is optional

CalendarProperties

  • Truncated events are shown in an overlay when you click the +x more link

CalendarProperties

  • There are three types of Events
  • There are two click events. Clicking on a calendar event and clicking on a day slot
  • The third event is the change event
  • There two change events as well. Drag and drop plus event resizing

CalendarProperties

Issues, suggestions and feature requests

We are actively maintaining this widget, please report any issues or suggestion for improvement at https://github.com/mendixlabs/calendar/issues

Development

See here

calendar's People

Contributors

andries-smit avatar mcdoyen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.