{% comment %} calendar A Calendar component to display a queryset in a calendar view with Apple-style simplicity. Parameters: - content_type_id (int): The content type ID for the model being displayed. - queryset (QuerySet): The Django queryset containing the records to be displayed. - preference (UserListViewPreference): The user's view preferences. - calendar_start_field (ApplicationField): The field representing the start date. - calendar_end_field (ApplicationField, optional): The field representing the end date. - calendar_view_mode (CalendarViewMode): The calendar view mode (DAY, WEEK, MONTH). - calendar_events_by_date (dict): Events grouped by date. - calendar_current_date (date): The current date being displayed. - calendar_page_offset (int): The page offset for navigation. - calendar_weeks (list): For month view, list of weeks with day data. - calendar_days (list): For week view, list of days. - calendar_hours (list): For day/week view, list of hours. {% endcomment %} {% load bloomerp %}
No date field selected
Please select a start field in the display options