Recent Releases of fest

fest - v5.2.0

Full Changelog: https://github.com/amancevice/fest/compare/5.1.3...v5.2.0

- Python
Published by amancevice over 2 years ago

fest - 5.1.3

Migrate to pyproject.toml Drop support for Python 3.6 and lower

- Python
Published by amancevice over 3 years ago

fest - 5.1.1

Python 3.9 support

- Python
Published by amancevice over 5 years ago

fest - 5.1.0

- Python
Published by amancevice almost 6 years ago

fest - 5.0.0

This release includes major changes the fest API and drastically reduces the scope of the project. Instead of attempting to sync facebook events with multiple targets, the project is now solely concerned with syncing events to Google Calendar.

Additionally, a terraform module is provided to help deploy this tool as a Lambda function on AWS with support to invoke on a cron with CloudWatch.

A heroku terraform module is also planned.

- Python
Published by amancevice over 7 years ago

fest - 4.1.2

Security update

- Python
Published by amancevice over 7 years ago

fest - 4.0.0

Fixed bug in Tribe (Wordpress) event deletion Use google-auth library for authenticating with Google Calendar Drop support for Python 2 and 3.3

- Python
Published by amancevice almost 8 years ago

fest - 3.0.0

  • Removed hack-y code to add custom fields to Wordpress post objects -- users can add this themselves if necessary

- Python
Published by amancevice about 8 years ago

fest - 2.2.0

  • Allow GoogleCalendar.get_events() to receive keyword args

- Python
Published by amancevice about 8 years ago

fest - 2.1.0

  • Add google-service-http pip to help get http object for Google resource API

- Python
Published by amancevice about 8 years ago

fest - 2.0.0

  • Updated Graph API interface to require page access token. Details here
  • Removed Slack interface

- Python
Published by amancevice about 8 years ago

fest - 1.2.0

  • Refined Slack interface

- Python
Published by amancevice about 8 years ago

fest - 1.1.0

  • Added Slack integration

- Python
Published by amancevice about 8 years ago

fest - 1.0.0

Updated sync_events() method to handle canceled events.

source_events is now a dictionary of the form:

python { 'upcoming': [event, event, _], 'canceled': [event, event, _] }

- Python
Published by amancevice about 8 years ago

fest - 0.6.0

  • Add event_state_filter option to facebook event request
  • Add delete_event option to Google

- Python
Published by amancevice over 8 years ago

fest - 0.5.0

  • Handle recurring facebook events

- Python
Published by amancevice over 8 years ago

fest - 0.1.0

  • Alpha release

- Python
Published by amancevice over 8 years ago