Le module Calendrier

  • Events : A List of calendar entries. Each entry is called an event.
  • Tasks : A calendar task is something you need to do.

Calendar Panel

The Calendar Panel displays your events in a classical “calendar view”, with the possibility to switch between daily, weekly, monthly and to toggle the visibility of team events.

Référence

Calendars

The list of calendars defined on this system.
A calendar is a list of events which have certain things in common, especially they are displayed in the same colour in the calendar panel
name type verbose name help text
name BabelCharField Omschrijving  
type CharField Type  
color IntegerField color  
readonly BooleanField read-only  
build_method CharField Konstruktionsmethode  
template CharField Vorlage  
id AutoField ID  
attach_to_email BooleanField Attach to email Whether the printable file should be attached to the email when creating an email from a mailable of this type.
email_template CharField Email template The name of the file to be used as template when creating an email from a mailable of this type.
description RichTextField Omschrijving  
url_template CharField URL template  
username CharField Username  
password PasswordField Password  
invite_team_members ForeignKey to Team Team  
start_date DateField Start date  

Events

A List of calendar entries. Each entry is called an event.

name type verbose name help text
start_date DateField Start date  
start_time TimeField Start time  
user ForeignKey to Benutzer Responsible user  
summary CharField Zusammenfassung  
calendar ForeignKey to Calendar Calendar  
id AutoField ID  
owner_type ForeignKey to inhoudstype Verknüpft mit (Modell)  
owner_id GenericForeignKeyIdField Verknüpft mit (Objekt)  
created DateTimeField Erstellt  
modified DateTimeField Bearbeitet  
project ForeignKey to Client Client  
build_time DateTimeField Druckdatum  
end_date DateField End Date  
end_time TimeField End Time  
description RichTextField Omschrijving  
uid CharField UID  
access_class ChoiceListField Access Class Whether this is private, public or between.
sequence IntegerField Revision  
auto_type IntegerField auto type  
transparent BooleanField Transparent Indicates that this Event shouldn’t prevent other Events at the same time.
place ForeignKey to Place Place  
priority ForeignKey to Priority Priority  
state ChoiceListField Zustand  
assigned_to ForeignKey to Benutzer Assigned to  
owner GenericForeignKey Verknüpft mit None

Tasks

A calendar task is something you need to do.

name type verbose name help text
start_date DateField Start date  
summary CharField Zusammenfassung  
workflow_buttons VirtualField Arbeitsablauf None
id AutoField ID  
owner_type ForeignKey to inhoudstype Verknüpft mit (Modell)  
owner_id GenericForeignKeyIdField Verknüpft mit (Objekt)  
user ForeignKey to Benutzer Autor  
created DateTimeField Erstellt  
modified DateTimeField Bearbeitet  
project ForeignKey to Client Client  
start_time TimeField Start time  
description RichTextField Omschrijving  
uid CharField UID  
calendar ForeignKey to Calendar Calendar  
access_class ChoiceListField Access Class Whether this is private, public or between.
sequence IntegerField Revision  
auto_type IntegerField auto type  
due_date DateField Due date  
due_time TimeField Due time  
percent IntegerField Duration value  
state ChoiceListField Zustand  
owner GenericForeignKey Verknüpft mit None

Subscriptions

name type verbose name help text
id AutoField ID  
user ForeignKey to Benutzer Autor  
calendar ForeignKey to Calendar Calendar The calendar you want to subscribe to. You can subscribe to non-private calendars of other users.
is_hidden BooleanField hidden Whether this subscription should initially be hidden in your calendar panel.

Places

List of places where calendar events can happen.

name type verbose name help text
id AutoField ID  
name BabelCharField Omschrijving  

Priorities

List of possible priorities of calendar events.

name type verbose name help text
name BabelCharField Omschrijving  
id AutoField ID  
ref CharField ref  

Guest Roles

The role of a guest expresses what the
partner is going to do there.
name type verbose name help text
id AutoField ID  
name BabelCharField Omschrijving  
build_method CharField Konstruktionsmethode  
template CharField Vorlage  
attach_to_email BooleanField Attach to email Whether the printable file should be attached to the email when creating an email from a mailable of this type.
email_template CharField Email template The name of the file to be used as template when creating an email from a mailable of this type.

Guests

A guest is a partner invited to an event.

name type verbose name help text
partner ForeignKey to Partner Partner  
role ForeignKey to Guest Role Role  
workflow_buttons VirtualField Arbeitsablauf None
remark CharField Remark  
event ForeignKey to Event Event  
id AutoField ID  
build_time DateTimeField Druckdatum  
state ChoiceListField Zustand  

States

List of the possible states of a calendar event.

name type verbose name help text
value VirtualField value  
name VirtualField Name  
text VirtualField text  
value Name text
10 suggested Suggested
20 draft Draft
30 notified Notified
40 scheduled Scheduled
50 took_place Took place
60 rescheduled Rescheduled
70 cancelled Cancelled
80 absent Absent