https://github.com/rtcamp/frappe-appointment
Frappe app designed to streamline meeting scheduling with smart integrations.
https://github.com/rtcamp/frappe-appointment
Last synced: 10 months ago
JSON representation
Frappe app designed to streamline meeting scheduling with smart integrations.
- Host: GitHub
- URL: https://github.com/rtcamp/frappe-appointment
- Owner: rtCamp
- License: agpl-3.0
- Created: 2023-10-10T13:50:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T14:25:24.000Z (about 1 year ago)
- Last Synced: 2025-06-22T15:09:43.168Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://frappecloud.com/marketplace/apps/frappe_appointment
- Size: 2.24 MB
- Stars: 32
- Watchers: 8
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Frappe Appointment
Frappe app designed to streamline meeting scheduling with smart integrations.
## Key Features
- **Google Calendar Integration**: Syncs with Google Calendar to prevent scheduling conflicts.
- **ERPNext Leave Integration**: Blocks time slots based on ERPNext leave records.
- **Zoom & Google Meet Integration**: Auto-generates meeting links for Zoom and Google Meet.
- **Rescheduling Support**: Enables participants to reschedule meetings easily.
## Installation
Run the following command to install the app.
```bash
bench get-app git@github.com:rtCamp/frappe-appointment.git
bench --site [site-name] install-app frappe_appointment
bench --site [site-name] migrate
bench restart
```
For local development, check out our dev-tool for seamlessly building Frappe apps: [frappe-manager](https://github.com/rtCamp/Frappe-Manager)
NOTE: If using `frappe-manager`, you might require to `fm restart` to provision the worker queues.
## System Setup
Visit the detailed [System Setup Guide](https://github.com/rtCamp/frappe-appointment/wiki/System-Setup) on wiki.
## Documentation
Please refer to our [Wiki](https://github.com/rtCamp/frappe-appointment/wiki/) for details.
## Contribution Guide
Please read [contribution.md](./CONTRIBUTING.md) for details.
## License
This project is licensed under the [AGPLv3 License](./LICENSE).