DeleteEventSchema#
- class langchain_google_community.calendar.delete_event.DeleteEventSchema[source]#
Bases:
BaseModel
Input for CalendarDeleteEvent.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- param calendar_id: str | None = 'primary'#
The origin calendar ID.
- param event_id: str [Required]#
The event ID to delete.
- param send_updates: str | None = None#
Whether to send updates to attendees.Allowed values are ‘all’, ‘externalOnly’, or ‘none’.