Skip to content

Can we change recurrant event occurance series? #1338

@hishamahmeddeep

Description

@hishamahmeddeep
 item.save(update_fields=['required_attendees', 'optional_attendees', 'start', 'end', 'body', 'subject'],
                      send_meeting_invitations=SEND_ONLY_TO_CHANGED)

above changes the other fields
but can we change pattern.weekdays ?
I can build:

recurrence_pattern = RelativeMonthlyPattern(interval=meeting.interval, weekday=week_day,
                                                                week_number=by_day)

Will i be able to send and call item.save() ?

@ecederstrand looking forward to you help
thnx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions