get_all_events

Function get_all_events 

Source
pub async fn get_all_events(
    cookies: String,
    school_id: &str,
) -> Result<Vec<Event>, Error>
Expand description

Retrieves upcoming & past events.

ยงArguments

  • cookies - Cookies for authentication.
  • school_id - The ID of the school.