Skip to content

Add timezone to meeting #3387

@Elblinator

Description

@Elblinator

A meeting should have in future a timezone which is configurable while creating the meeting but not changable after the meeting is created.

a payload from the client could be

[
    {
        "action": "meeting.create",
        "data": [
            {
                "committee_id": 1,
                "start_time": 1772319600,
                "end_time": 1772924400,
                "time_zone": "Europe/Berlin"
                "name": "Mitgliederversammlung (7)",
                "location": "",
                "admin_ids": [
                    3
                ],
                "organization_tag_ids": [],
                "external_id": "",
                "language": "de",
                "set_as_template": false
            }
        ]
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementGeneral enhancement which is neither bug nor featurehighstaging-t1

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions