Le module Calendrier

  • Events : A List of calendar entries. Each entry is called an event.
  • Tâches : 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

Calendriers

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 Description  
type CharField Type  
color IntegerField Couleur  
readonly BooleanField read-only  
build_method CharField Méthode de construction  
template CharField Modèle  
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 Description  
url_template CharField URL template  
username CharField Nom d’utilisateur  
password PasswordField Mot de passe  
start_date DateField Date début  
invite_team_members ForeignKey to Team Team  
invite_client BooleanField Invite client  

Events

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

name type verbose name help text
when_text VirtualField Quand None
user ForeignKey to Utilisateur Responsible user  
summary CharField Résumé  
calendar ForeignKey to Calendrier Calendrier  
id AutoField ID  
owner_type ForeignKey to type de contenu Contrôlé par (type)  
owner_id GenericForeignKeyIdField Contrôlé par (object)  
created DateTimeField Créé  
modified DateTimeField Modified  
project ForeignKey to Client Client  
build_time DateTimeField build time  
start_date DateField Date début  
start_time TimeField Heure de début  
end_date DateField Date de fin  
end_time TimeField Heure de fin  
description RichTextField Description  
uid CharField UID  
access_class ChoiceListField Classe d’accès Public, privé ou “marquer occupé”.
sequence IntegerField Version  
auto_type IntegerField auto type  
transparent BooleanField non bloquant Indique que ce rendez-vous n’empêche pas d’avoir d’autres rendez-vous en même temps.
room ForeignKey to Room Room  
priority ForeignKey to Priorité Priorité  
state ChoiceListField State  
assigned_to ForeignKey to Utilisateur Attribué à  
owner GenericForeignKey Contrôlé par None

Tâches

A calendar task is something you need to do.

name type verbose name help text
start_date DateField Date début  
summary CharField Résumé  
workflow_buttons VirtualField Arbeitsablauf None
id AutoField ID  
owner_type ForeignKey to type de contenu Contrôlé par (type)  
owner_id GenericForeignKeyIdField Contrôlé par (object)  
user ForeignKey to Utilisateur Auteur  
created DateTimeField Créé  
modified DateTimeField Modified  
project ForeignKey to Client Client  
start_time TimeField Heure de début  
description RichTextField Description  
uid CharField UID  
calendar ForeignKey to Calendrier Calendrier  
access_class ChoiceListField Classe d’accès Public, privé ou “marquer occupé”.
sequence IntegerField Version  
auto_type IntegerField auto type  
due_date DateField Due date  
due_time TimeField Heure d’échéance  
percent IntegerField Durée (valeur)  
state ChoiceListField State  
owner GenericForeignKey Contrôlé par None

Abonnements

name type verbose name help text
id AutoField ID  
user ForeignKey to Utilisateur Auteur  
calendar ForeignKey to Calendrier Calendrier The calendar you want to subscribe to. You can subscribe to non-private calendars of other users.
is_hidden BooleanField caché Activer cette case pour ne pas afficher ce calendrier en ouvrant le panneau.

Rooms

List of rooms where calendar events can happen.

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

Priorités

List of possible priorities of calendar events.

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

Rōles de participant

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 Description  
build_method CharField Méthode de construction  
template CharField Modèle  
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.

Presences

name type verbose name help text
event__when_text RemoteField Quand None
workflow_buttons VirtualField Arbeitsablauf None

Participants

A guest is a partner invited to an event.

name type verbose name help text
partner ForeignKey to Partenaire Partenaire  
role ForeignKey to Rôle de participant Rôle  
workflow_buttons VirtualField Arbeitsablauf None
remark CharField Remarque  
event ForeignKey to Event Rendez-vous  
id AutoField ID  
build_time DateTimeField build time  
state ChoiceListField State  
waiting_since DateTimeField Waiting since  
waiting_until DateTimeField Waiting until  

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 Proposé
20 draft Draft
40 scheduled Planifé
50 took_place a eu lieu
60 rescheduled Déplacé
70 cancelled Annulé