The events browsing feature helps you discover upcoming and past events in the Dzaleka community. Search, filter, and view detailed information about cultural events, workshops, meetings, and community gatherings.
Browse Events
View all events with pagination and filtering
Event Details
Access complete event information including dates and registration
# Sort by title (default)dzdk events list --sort-by title --sort-order asc# Sort by categorydzdk events list --sort-by category --sort-order desc# Sort by statusdzdk events list --sort-by status
# View specific pagedzdk events list --page 2dzdk events list --page 3# Combine with filtersdzdk events list --page 2 --category "workshop" --status active
┌────────────────────────┬──────────────────┬──────────────┬──────────┬──────────────┐│ Title │ Date │ Location │ Status │ Category │├────────────────────────┼──────────────────┼──────────────┼──────────┼──────────────┤│ Community Art Workshop │ 2026-03-15 14:00 │ Zone 3 │ active │ workshop ││ Cultural Festival │ 2026-03-20 10:00 │ Central Hall │ active │ cultural │└────────────────────────┴──────────────────┴──────────────┴──────────┴──────────────┘Navigation Commands:• To view next page: dzdk events list --page 2• To view previous page: dzdk events list --page 1• To view specific page: dzdk events list --page <number>Showing events 1-12 of 45
# Filter by cultural categorydzdk events list --category "cultural" --sort-by title# View multiple pagesdzdk events list --category "cultural" --page 2